Loading...
 
Features / Usability

Features / Usability


Re: Combination of Side & Top Menus

posts: 3665 United States

You can do this with a bit of customization.

  1. Create a separate menus for each class (algebra, geometry, etc.).
  2. Create a separate category for each class (algebra, geometry, etc.).
  3. Create a user module that uses Smarty syntax and:
  • Checks for the current category ID (from step 2)
  • Displays the appropriate menu (from step 1).
    Something like this:
    Copy to clipboard
    {if $catId eq '1'} {menu id=1} {elseif $catId eq '2'} {menu id=1} {elseif ...} ... {/if}



HTH,

- Rick | My Tiki Blog | My Tiki UserPage
Need more help? Try TikiWiki for Smarties.

There are no comments at this time.