Quote:
Originally Posted by cheat-master30
If you want to know how to mod it, I can get a tutorial up as an article or here.
|
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!