Hello!
I am trying to make it so that my the current menu item is clickable and the same as the rest of the menu items. I am using a CSS menu.
Could someone please tell me the steps and where I should edit these items?
A link for reference is http://www.austinfamilyinstitute.org/index.php
Current/Active Menu Item [SOLVED]
Current/Active Menu Item [SOLVED]
Last edited by shenalol on Thu Jul 26, 2007 5:56 pm, edited 1 time in total.
Re: Current/Active Menu Item
1. Go to the Menu Manager, create a custom menu-template (easy done by importing one of the pre-set database templates).
2. Change your page-template so the menu uses this new menu-template
3. In your new menu-template, look for there you can change the way the manu treats a current page. Probably you can simply remove that if-block and you will get what you want.
Play around with the menu-template a bit. It looks a bit tricky, but is rather straight forward and a powerfull friend once you understand it.
2. Change your page-template so the menu uses this new menu-template
Code: Select all
{cms_module module='menumanager' template='yourMenu'}
Code: Select all
{if $node->current == true}
Play around with the menu-template a bit. It looks a bit tricky, but is rather straight forward and a powerfull friend once you understand it.