Hi Matthew What is the exact error you got?
On Wed, Nov 17, 2010 at 9:36 AM, MatthewM <[email protected]> wrote: > foolishly upgraded my site to latest SVN 0.7 a few days ago. > > It seems works fine (asides from a tweek Ill mention below) but the > theme in admin says > > "This theme is a legacy theme that is not compatible with Habari 0.7- > alpha. > Please update your theme." > > http://cl.ly/3HaP > > Is there mention anywhere as to how exactly I make my theme > compatible? I had a search on wiki but couldnt find anything. > > > As for the tweek, I forget how I bug report for Habari but basically, > in my theme.php Im using tags to grab specific posts and had something > like this > > if( !$this->template_engine->assigned( 'featured' ) ) { > $this->assign( 'featured', > Posts::get( array('vocabulary'=>array( 'tags:term'=>'featured'), > 'status' => Post::status('published'), 'limit'=>6) ) ); > > Unfortunately if there were no posts with that tag habari threw up an > error and fell over, so I removed the code which referred to non- > existent tags > > Matthew > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-users -- Colin Seymour Blog: http://colinseymour.co.uk Tech Stuff: http://lildude.co.uk Barefoot Running: http://barefootrunner.co.uk IRC: lildude #habari -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
