Jump to content

Joomla - getting mod_mainmenu id in page code


tqla

Recommended Posts

I am fully aware of how to assign modules to menu items using the Joomla Module Manager but in this special case I would like to hide a mod_mainmenu item using code on the page.

 

for example:

 

if(mod_mainmenu has an id of 24){

do not show module

}else{

show module

}

 

I figure since we are able to count modules (countModules('left')) we should be able to also get a mod_mainmenu ID and show/hide it as desired.

 

Is this possible? If so can someone provide me with the way to see the mod_mainmenu and its ID number?

 

Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.