vb4 Subnav, how's it work? Please help, for the children...

Trekkan

Customer
I have a new website theme and apparently the author thought that he could somehow account for every item that could possibly be added to the subnav. He did, if you use a default vB installation without any mods at all.

(let's not get into the fact that I've basically lost my money, the author SHOULD but doesn't seem to support his work. That images aren't cut right, many images aren't done at all and I've been working to do the rest of the work myself...)

But as you know, many mods add to the subnav. In the case of this new theme, those options... are inaccessible and it makes doing things like playing triple triad a serious pain in the ass if you can't find the link to start a game...

So... I'm trying to figure out what determines that items go into the subnav or not. I've looked at some code and such, but don't really get it.

From a programmer perspective, I expect to see something like this

var = "Test"
var2 = "Test2"

Subnav &= var & var2

But obviously that's not how it works. So what is the subnav container and how do I add stuff to it?

For instance... if I could just duplicate whatever the subnav container is elsewhere, then it'd automatically have the links necessary in it. So I'd like to be able to drop that container wherever I need it and BOOM, subnav happiness. =)

Thank you for any help you can give me in this, I'm trying... but I'm pretty lost on this one.
 
Back
Top