Jump to content

Footer Menu


Loren
  • Not Specified Pending Suggestion

A great addition to this great mod would be the ability to create and manage a footer menu.


User Feedback

Recommended Comments

wouldn't be that difficult to create one by makingĀ a custom group and creating a hook for it. Cj Menu has a output plugin to help make this easier.

{cjmenu="header" key="headerMenu" instance="header"}

this is all the "header" menu includes in its hook. if your group was called "footer", it would be:

{cjmenu="footer" key="footerMenu" instance="footer"}

the key is for styling, instance is just a unique id for the build class so its not clashing with another menu, cjmenu= is the name for the group, make sure its lowercase as all group key's are lowercase, so cj menu can find it and build it.

Link to comment
Share on other sites


×
×
  • Create New...