Quote:
Originally Posted by CyberAlien
Try to change your current homepage link to forum index, as it used to be before hack you installed for index, then in navbar manually add one more link to homepage before other links.
|
ooo... that sounds like a good idea.
[tried]
well, it seems that quite a few of my custom scripts use $vboptions['homeurl'] when calling each other, and it occurs a bunch of times in custom templates as well, so unfortunately changing that breaks stuff

. I could go through everythingand revise it all as you suggested, but there's got to be an easier way, like adding another step to the navbar array based upon a globalized conditional such as:
PHP Code:
if (this_script == "customscript")
{
add to $navits array
}
any idea how to do it that way?