Back to vBulletin 3.5 Template Modifications

Horizontal forumhome statusicons
Mod Version: 1.00, by bashy

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 31
Released: 16 May 2006 Last Update: 29 Aug 2006 Downloads: 26
Not Supported Template Edits  

Hi peeps

Heres a very small modification that changes the (statusicons) (new post, no new post and forum lock)
thats vertical at the bottom of the forumhome and changes them to horizontal, this to me tidies up the
bottom of the forum a tad (removes a gap)

Hope you find it useful, i do

Ps. (go easy on me, tis mt 1st hack on my own):banana:

Instructions

In your forumhone template find this code (near the bottom)

Code:
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
        </tr>
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
        </tr>
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
        </tr>
and replace with this

Code:
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
        </tr>
Or replace with this code to show with the nice box like mine

Code:
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
    <td><table class="tborder" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center">
<tr>
<td class="thead" align="center" colspan="6">Status Icons</td>
</tr>
<tr  class="alt1">
            <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
            <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
        </tr>
</table>
    </td>
Please click install if you use this
I will try and help if you need it but i am still very much a novice

Download

This modification is archived and cannot be downloaded.

Screenshots

 

Similar Mods

Mini Mods Collapse Statusicons v2.0 vBulletin 3.6 Template Modifications
Mini statusicons vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024