PDA

View Full Version : Miscellaneous Hacks - Notice Border Remove


Ipuck
05-16-2008, 10:00 PM
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>

ShadowOne
05-17-2008, 07:25 PM
Im not understand EXACTLY what this does...screenie?

Charlie98902
05-17-2008, 08:42 PM
Just a guess but it removes the border line around the notices used?

Ipuck
05-17-2008, 08:50 PM
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"

Ohiosweetheart
05-18-2008, 07:50 PM
It looks like it's for the Notifications, rather than the Notices ?

Ipuck
05-19-2008, 02:12 PM
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"

Ascor
05-25-2008, 06:34 PM
Installed, thank you :)

youradhere4222
08-09-2008, 06:13 AM
Thanks; installed. :)

sensimilla
10-10-2008, 11:04 AM
Thanks, I was in need of this.

blackberry
10-08-2011, 11:43 AM
how can i set background of notice to same as skins/style?