![]() |
|
#1
|
|||
|
|||
|
Hello there
![]() I am running the latest Vbulletin + Vbadvanced and im struggling with the Navbar I have an Vbulletin add that let me easy edit the Navbar, what to have there etc I removed Whats New, and added Vbadvanced on "Home" altho when i go to "Home" the Whats news comes visible, also shows like the forum is highlited Is the Navbar addon Check the images for better explaination. So basically how do i fix this? |
|
#2
|
|||
|
|||
|
I do not believe that plugin is compatible with CMPS
|
|
#3
|
||||
|
||||
|
That should be compatible with the CMPS... How exactly did you remove the "What's New" link?
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#4
|
|||
|
|||
|
that addon uses a preg_replace to hide the What's New tab
PHP Code:
it's easiest to create your own plugin to hide the What's New tab with the below code: Code:
$vbulletin->templatecache['navbar'] = str_replace('><a class="navtab" href="search.php',' style="display:none"><a class="navtab" href="search.php',$vbulletin->templatecache['navbar']);
This works with CMPS very well. |
|
#5
|
|||
|
|||
|
the reason why i kinda wanted a mod to edit the navbar was to remove the whats new tab, but also add more stuff to it, an as i have no idea on coding or anything like that im kinda screwed i guess?
Thanks Dragonsys ![]() Will use that to hide What's New tab
|
|
#6
|
|||
|
|||
|
There are other products on vb.org which work with CMPS, I don't recall which ones off the top of my head, and I think you have to scroll through the comments to find them :/
|
|
#7
|
|||
|
|||
|
damn, i have abit of searching ahead of me then hehe
![]() thank you very much for the help
|
|
#8
|
|||
|
|||
|
So after searching a lot i kinda gave up on the plugins.
so with that code Dragonsys, sorry for beeing abit nub here, but where do i add it? and how hehe cant really find process_templates_complete |
|
#9
|
|||
|
|||
|
|
|
#10
|
|||
|
|||
|
Quote:
1. AdminCp -> Plugins & Products -> Add New Plugin 2. Fill in the following info (screenshot attached): A. Product = vBulletin3. Save This will hide the What's New Tab |
|
#11
|
|||
|
|||
|
Ahh sweet, im going to do that, thank you very much Dragonsys
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navbar Tab question | JesterP | Troubleshooting & Problems | 9 | 04-04-2010 03:18 PM |
| Navbar Question | azntfl | "How Do I..." Questions | 2 | 05-02-2006 02:07 AM |
| NavBar question | Zooktalk | Troubleshooting / "How do I..." Questions | 1 | 05-18-2005 03:26 PM |
| Navbar question | alex4473 | Troubleshooting / "How do I..." Questions | 7 | 02-01-2005 12:36 PM |