The Arcive of vBulletin Modifications Site. |
|
Horizontal forumhome statusicons Details »»
|
||||||||||||||||||||
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"> $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"> $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"> $vbphrase[forum_is_closed_for_posting]</td>
</tr>
Code:
<tr>
<td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td class="smallfont"> $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"> $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"> $vbphrase[forum_is_closed_for_posting]</td>
</tr>
![]() 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"> $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"> $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"> $vbphrase[forum_is_closed_for_posting]</td>
</tr>
</table>
</td>
![]() I will try and help if you need it but i am still very much a novice Show Your Support
|
||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
looks good bashy.
Well done
|
|
#3
|
|||
|
|||
|
Cheers Peterska2, just thought i'd share it as i couldnt find it on here...
|
|
#4
|
||||
|
||||
|
Nice.Too bad I don't have any need for it!
|
|
#5
|
||||
|
||||
|
Everyone has a need! This is how it should be by default.
|
|
#6
|
||||
|
||||
|
I have done that already on my forums before you release this hack.
![]() http://www.bonethugsforums.com/index.html Check it out, look at the very bottom of the page. |
|
#7
|
|||
|
|||
|
Quote:
Lady Divus |
|
#8
|
|||
|
|||
|
Should have done a hack, would have saved me struggling
Quote:
![]() Quote:
|
|
#9
|
|||
|
|||
|
<font color="Red">*Clicks Install*</font>
|
|
#10
|
||||
|
||||
|
Quote:
|
![]() |
|
|