The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to remove:
Quote:
|
#2
|
||||
|
||||
remove the code on navbar template:
Code:
<vb:if condition="$show['notices']"> <form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices"> <input type="hidden" name="do" value="dismissnotice" /> <input type="hidden" name="s" value="{vb:raw session.sessionurl}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" /> <input type="hidden" name="url" value="{vb:raw return_link}" /> <ol> {vb:raw notices} </ol> </form> </vb:if> |
#3
|
||||
|
||||
Don't go editing any phrases or templates! What you're describing is simply the default Guest Notice. You can deactivate it in AdminCP>Notices>Notices Manager.
|
#4
|
|||
|
|||
Thanks guys for the support.
|
#5
|
|||
|
|||
you can also change the words by search the same words in language tools in your cp
|
#6
|
|||
|
|||
Thanks for the solution - I didn't think you'd have to edit the template in VB4 - just didn't know where to edit the notices!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|