Loading...
 
Features / Usability

Features / Usability


Re: Re: Left menu module to appear in just forum

posts: 3665 United States

Yes, this is easy to do. You'll need to create a custom module that checks for the specific forum ID:

Copy to clipboard
{if $forumId = '1'} ... show menu for forum #1 {elseif $forumId = '2'} ... show menu for forum #2 {else} ... show default menu for all other forums {/if}


Then assign this custom module, using the Section parameter, as noted before.

HTH,

- Rick | My Tiki Blog | My Tiki UserPage

Why be a dummy? Get smarty! TikiForSmarties.com
Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
There are no comments at this time.