Log in

View Full Version : vBulletin Notices


Markro
12-18-2008, 09:23 PM
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

Lynne
12-18-2008, 09:29 PM
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?

Markro
12-18-2008, 09:31 PM
I will investigate this now, thanks Lynne, always quick to respond. Thanks :)

Edit:


<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>


I located the code via your recommendation. It was located in the navbar. I'm assuming through my skin modification I must have removed or over looked this.

Thanks again! :)