Back to vBulletin 3.7 Template Modifications

Notice Border Remove
Mod Version: 1.00, by Ipuck

This modification is in the archives.
vB Version: 3.7.0 Rating: (1 vote - 5.00 average) Installs: 15
Released: 17 May 2008 Last Update: Never Downloads: 4
Not Supported Template Edits Re-usable Code  

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

Click image for larger version
Name:	figure001.gif
Views:	466
Size:	5.1 KB
ID:	80839   Click image for larger version
Name:	figure002.gif
Views:	454
Size:	4.1 KB
ID:	80840  

Similar Mods

Remove main 'upgrade notice' block from ACP vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024