The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Notices as "Alerts"?
I quite often visit www.habboxforum.com and notice that their notices appear up above the forum as like an alert type thing. Does anyone know how I can achieve this on my forum?
|
#2
|
||||
|
||||
PLEASE PLEASE PLEASE do this on a test template first to make sure it works for you...
In the navbar template, cut and copy this code and add it to the very top of the header template. Code:
<vb:if condition="$show['notices'] AND THIS_SCRIPT != 'register'"> <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> change the units to % and size to 100. If nothing happens then do the same to doc_maxWidth under the 'Global' category Let me know if that works out. |
Благодарность от: | ||
andy_mcguire |
#3
|
|||
|
|||
Quote:
I'll be able to trial it in 4 hours 30 mins time Daniel. I'm running my vBulletin installation locally so I can code in realtime before releasing to my forum. Will let you know how the above code goes in 4 hours 30 mins --------------- Added [DATE]1418032003[/DATE] at [TIME]1418032003[/TIME] --------------- Quote:
|
Благодарность от: | ||
Daniel |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|