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
