The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I know your all thinking there is loads of posts on this and that is true.
However my problem is unique. I have managed to remove the Forum Navtab from my forums, And I have made my own custom forum tab that drops down. However when I go too any other page other than the forums (BLogs, CMS, VBGALLERY) it has the forum navtab ? It doubles up because on the other pages (blogs, CMS, VBGallery) it has two Forum tabs, the one I want to remove, and my custom one. Cheers if anyone has a solution, or can tell me where to remove the Forum Navtab so its gone for good on all pages. Mick |
#2
|
||||
|
||||
![]()
It sounds like you didn't really remove it then. Did you edit out all the forum stuff from the navbar template? And are you using the same style on those other pages or a different style?
|
#3
|
|||
|
|||
![]()
I am quite sure lynne and thanks for the response.
but not 100% which is the best mod to follow to remove it fully or do you know the exact code to remove ? Thanks Lynne Mick --------------- Added [DATE]1315154637[/DATE] at [TIME]1315154637[/TIME] --------------- This is the code I removed <a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a> |
#4
|
||||
|
||||
![]()
You cannot just remove that. You need to remove the whole section from:
HTML Code:
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
HTML Code:
<vb:else /> <li><a class="navtab" href="{vb:link forumhome}">{vb:rawphrase forum}</a></li> </vb:if> |
#5
|
|||
|
|||
![]()
Would you not have to also remove the original
<vb:if> Can you remove an ELSE and the ending IF without the starting IF Hope that makes sense. Thanks very much for the quick reply. Mick --------------- Added [DATE]1315155745[/DATE] at [TIME]1315155745[/TIME] --------------- RE-READ your post again and noticed you said remove the whole area FROM Sorry Lynne My bad Works like a charm ![]() Thank you very much Mick |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|