Extended Menu Pathway |
TOCoverviewThis is a Joomla/Mambo module intended as a sub project of the extended menu to display the pathway without the access key markup. documentationThis module does not produce the pathway by itself but instead changes an existing one. installationYou should assign the module to the module position "pathway". To activate it change the code in the index.php file of your site template from "mosPathway();" to "mosLoadModules('pathway', -1);". parametersModule PositionModule Position of Pathway to use... mosPathway is called otherwise. Parse Access KeyThis parameter controls how the pathway output may be changed. For more details see the parameter of the Extended Menu. (The Extended Menu need to be installed to use this parameter) Pathway StyleThis controls whether the pathway should be further parsed/transformed. UnchangedThe default output will be displayed unchanged. Flat ListThe default output will is parsed and transformed to a list instead. Default HTMLUsing this Pathway Style you will get a HTML markup similar to the built in pathway (but allows you to hide the first entry for example) - useful if you are unwilling to change your CSS for an unordered list. Hide First EntryIf you set this parameter to "Yes" the first entry (home-link) is removed. (This requires path style to value other than "Unchanged".) |