|
ElastiMenu is a Menu Module based on the standard Joomla “Mainmenu” module, with several key enhancements:
Instructions
To obtain menu item ids, you can find them in the Menu Manager, in the right column for each menu item. These ids are also the same as the “Itemid” parameters often seen in the URLs of Joomla web sites. A future version of ElastiMenu will include a handy lookup table of menu item names and ids. Using ElastiMenu with MetaModOne feature of MetaMod is that you can dynamically alter the parameters of any module that MetaMod includes [or, with MetaMod Pro, the parameters of any module on the page]. The new parameters that ElastiMenu adds to a standard menu module are:
E.g. you might use the following rule in MetaMod to exclude a couple of menu items for logged-in users: // for logged-in users, exclude menu items 55 and 56 from ElastiMenu #23
if (MM_LOGGED_IN) {
$changes->mod(23)->setParam("exclusions", "55,56");
}
return 23;
Alternatively, for logged-in users, include the “logout” menu at the end of the main menu: // for logged-in users, add extra menu to ElastiMenu #23
if (MM_LOGGED_IN) {
$changes->mod(23)->setParam("menutype2", "mylogoutmenu");
}
return 23;
Download |
||||||||||
The META Shop
| Download Purchased Files | |
|
Your Cart is empty.
|
|
| Show Cart |
MetaMod Pro (buy) solves layout and spacing issues sometimes found on MetaMod.
MetaTemplate Pro (buy) gives complete flexibility in assigning template to your Joomla pages, with a simple rule-based interface.
ElastiMenu