News not supported as menu item
Posted: Wed Oct 17, 2007 6:22 am
I have a number of menu items that displays news from certain categories. After upgrading from v1.1.4.1 and news 2.3 to v1.2 and news 2.5.1, I get a "unsupported" when having a news category as a menu item. Now when I add more news to a certain category, they won't show up when I go to that page.
This was really nice as my menu manager could set different css classes to the menu items, and thereby having different images for the different items. Like this:
Will I have to replace my news items with content with a {news category="blabla"}-tag? (just tested and this does not work either..news does not show. So this is another problem of mine)
Any hints, tips or solutions much appreciated.
This was really nice as my menu manager could set different css classes to the menu items, and thereby having different images for the different items. Like this:
Code: Select all
{if $node->type == 'content'}
<li class="pageitem"><a href="{$node->url}"> {$node->menutext} </a>
{elseif $node->type == 'link'}
<li class="links"><a href="{$node->url}"> {$node->menutext} </a>
{else}
<li class="news"><a href="{$node->url}"> {$node->menutext} </a>
Any hints, tips or solutions much appreciated.