Quote:
Originally Posted by bananalive
|
Well, I might go OT now, but I think this is still a bit related to this mod.
So, I disabled Tabs VB Soporte mod, and I had to learn how to manualy remove and add new tabs. That went good, I removed all tabs exept CMS Homepage. Now, when I enable tab "Forms", I have only this two, "Homepage" and "Forms". When I click to "Forms", a miracle happens, this tab dissapears and I have again my "Forum" tab.
Then I suspected that "Forms" tab had some If-Then-Else clause that pops up this "Forum"tab, since I might be the only one who don't use forum at all. I disabled your tab, and manualy add new tab that links to my 1st form. Again, when clicked this tab dissapears and on it's place I get "Forum" tab.
Then I suspected that this has nothing to do with this mod, but with misc.php script. To test it, I disabled your mod and also deleted my tab. Now I have only Homepage. I enter url .../misc.php, and again, my "Forum" tab is back, it is active and below I have some list of smilies. So, as I suspected, I have a problem even without your mod, only I would never discover it becouse I have no reason to link to this misc.php.
Now, since your mod uses this script, you might be the right person to ask, is it normal that this script activates Forum? Is Forum mandatory for misc.php and for my future forms? Can this be somehow cracked, I browsed misc.php script and also Navbar template, but I see no instruction that would make Forum tab active.
Actualy, I suspect that I did't disable my Forum tab properly, I can't find instructions to do that. I just removed this line from my Navbar template:
Code:
<vb:else />
<li><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a></li>
</vb:if>
Is there some other lines that needs to be deleted from Navbar to permanently remove Forum? I would't need it for some time and I just dont want to see this tab untill my forum is ready for use.
Sorry for OT, but it started with this mod and it still might be related, somehow