View Full Version : Mini Mods - Disable Notices on CMS
As requested here (http://www.vbulletin.com/forum/showthread.php?334904-Remove-notice-from-CMS):
In navbar, find:
<vb:if condition="$show['notices']">
Replace with:
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'vbcms'">
Done.
Oh, probably good to save the navbar template. Then you're done.
Merjawy
01-03-2010, 02:55 AM
I totaly agree with the request.. it shouldn't have notice on CMS, Blogs or when the board is closed either..
I've reported that as a bug since beta
Thanks for the hack
Dr.osamA
01-03-2010, 03:40 AM
installed
thanxx
________
Homemade vaporizers (http://homemadevaporizers.info/)
is this something I can do from the admincp or do I have to edit an PHP file?
is this something I can do from the admincp or do I have to edit an PHP file?
It's a Template Modification, so the edit is done in the AdminCP - Styles And Templates - Style Manager. :)
gurler
01-05-2010, 01:27 PM
thank you.
very useful. i reported as a bug this option at here:
http://www.vbulletin.com/forum/project.php?issueid=33028
please make a comment at the bug.
people can set a notice where to enable or disable (forum, cms, blog etc.)
kall, thank you. it works now:)
merk_aus
01-09-2010, 05:17 AM
i love you kall will you have my babies? haha
i love you kall will you have my babies? haha
What, being your own personal Code Fairy isn't enough?
:p
Shanj
01-09-2010, 03:18 PM
Sorry to be a bit dim but which sections are Notices?
Eq4bits
03-24-2011, 11:03 PM
sorry to dredge this up again, but, <vb:if condition="$show['notices']"> is not in my 4.1.2 navbar template
has the 'find' code been changed? Or is it in a different template now?
archet1337
08-12-2011, 01:20 AM
I already have the following code in my navbar:
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'">
What do I have to add/change to make this mod work?
otectom
08-14-2011, 05:57 PM
Installed, works. Thanks!
http://www.teamotec.net for preview
Ravallojr
08-15-2011, 10:53 PM
What exactly does this disable?
Scalemotorcars
08-16-2011, 03:21 PM
For the newer version I think this is correct. Works for me on 4.1.4.
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'vbcms'">
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.