The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin Notices
Having issues with mine, setup a notice to only display to my username on my forum, yet it doesn't display. I'm assuming I'm missing some variable within the templates to display the notices. Either I removed it or it was never added, anyone have an idea?
Thanks, Mark |
#2
|
||||
|
||||
Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?
|
#3
|
|||
|
|||
I will investigate this now, thanks Lynne, always quick to respond. Thanks
Edit: Code:
<if condition="$show['notices']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">$vbphrase[notices]</td> </tr> <tr> <td class="alt1">$notices</td> </tr> </table> <br /> </if> Thanks again! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|