Shadow
05-12-2012, 10:00 PM
What this basically does is add a menu to the Admin CP and allows you to fully customize the links that appear in the menu. As well as this, you are able to give the menu a name and add an infinite amount of links to it. The XML is also commented to allow users to get an understanding of how it works. This XML can be used as a template for the development of plug-ins and can be used as a base for navigational menus.
Instructions for Use:
Download the XML below.
You?ll need a program like Notepad++. Open the XML up in your chosen software and make your adjustments.
Finally, upload the file to your forum/includes/xml/ directory.The ?navoption? Tag:
To add new items to the menu, you?ll need to use the ?navopton? tag. Below is a sample which you can use to edit and add to your own. Alternatively, you could just copy and paste one in the XML to use.
<navoption displayorder=?1″>
<text>Descriptive Name Here</text>
<link>Internal or External Link Somewhere Here</link>
</navoption>
I think someone may have done something similar and if so, I apologize in advance.
Instructions for Use:
Download the XML below.
You?ll need a program like Notepad++. Open the XML up in your chosen software and make your adjustments.
Finally, upload the file to your forum/includes/xml/ directory.The ?navoption? Tag:
To add new items to the menu, you?ll need to use the ?navopton? tag. Below is a sample which you can use to edit and add to your own. Alternatively, you could just copy and paste one in the XML to use.
<navoption displayorder=?1″>
<text>Descriptive Name Here</text>
<link>Internal or External Link Somewhere Here</link>
</navoption>
I think someone may have done something similar and if so, I apologize in advance.