Notice Border Remove
This modification is in the archives.
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: 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> Replace with: Code:
<if condition="$show['notices']"> <table border="0" width="100%" align="center"> <tr> <td class="alt1">$notices</td> </tr> </table> <br /> </if> Download No files for download. Screenshots |
Similar Mods
Remove main 'upgrade notice' block from ACP | vBulletin 3.5 Add-ons |