Quote:
Originally Posted by tminus
Thanks! Anything more I can learn about the programming side would be appreciated. I know that aspect wouldn't be on topic with your mod, so even links to starter resources in a PM are helpful.
I did glance at it the other night and I think I figured out how to tweak it. I should just replace the links and titles with custom ones and delete any items I don't want. So if I wanted to add my arcade...
Code:
<navoption displayorder="90">
<text>Manage Groups</text>
<link>../profile.php?do=editusergroups</link>
</navoption>
becomes...
Code:
<navoption displayorder="90">
<text>Arcade</text>
<link>../arcade.php</link>
</navoption>
Would it possible to add drop down menus or sub menus to the navoptions?
Also, I meant before that it would be cool to have a configuration menu in the admin to customize it, but I understand this mod is lite and serves it's purpose. Every vB user should at least be able to open the product file and customize a few variables! 
|
Okay, what you came up with there would work for an Admin CP arcade link. Or you could add similar code after the last </navoption> tag to add the link after the existing ones.
As for a dropdown, I will assume either of these ways would work:
Adding another file with your custom drop down options formatted in the same way as the options in this modification or any other cpnav files on vBulletin.org would work, as would adding another navgroup set under the current one to the file.