Helpful Information
 
 
Category: vBulletin 3.7 Template Modifications
Miscellaneous Hacks - Notice Border Remove

Removes the table borders and "Notices" from the notices. (I really didn't like it)

I couldn't find any mods to do that.


Modification:

Find in navbar template:



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




Replace with:



<if condition="$show['notices']">
<table border="0" width="100%" align="center">
<tr>
<td class="alt1">$notices</td>
</tr>
</table>
<br />
</if>

Im not understand EXACTLY what this does...screenie?

Just a guess but it removes the border line around the notices used?

Just a guess but it removes the border line around the notices used?

Yes, just removes the table border, the first row and the word "Notices"

It looks like it's for the Notifications, rather than the Notices ?

It looks like it's for the Notifications, rather than the Notices ?

Do we have Notifications? I didn't know. The mode is to remove the table border that goes around the "Notices"

Installed, thank you :)

Thanks; installed. :)

Thanks, I was in need of this.

how can i set background of notice to same as skins/style?










privacy (GDPR)