View Full Version : Mini Mods - Collapse Statusicons v2.0
Collapse Statusicons V2.0
Collapse Statusicons v2.0
By: Roms
Easy, about 2 mins
This simple Modification makes it possible to collapse the statusicons (new
post, no new post, and forum lock) at the bottom of the forumhome. :)
Please make sure you click INSTALL, Thanks!
albibak
08-03-2006, 01:29 PM
I see this in your code :
<span class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" align="middle" border="0" /> New posts
<img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> No new posts
<img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> A locked forum </span></td>
I think it's better to do this :
<span class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" align="middle" border="0" /> $vbphrase[forum_contains_new_posts]
<img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> $vbphrase[forum_contains_no_new_posts]
<img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> $vbphrase[forum_is_closed_for_posting] </span></td>
Good call, updated text file. :)
jdk10
08-19-2006, 04:00 AM
And instead of 45% wide you will need to make it 55% wide with the updated text. Otherwise Forum is closed for posting will be on two lines.
Snake
08-20-2006, 10:33 AM
Thanks! :D
rjmjr69
06-03-2007, 07:40 AM
And instead of 45% wide you will need to make it 55% wide with the updated text. Otherwise Forum is closed for posting will be on two lines.
I agree I had to change mine so the text would stay on the same line. Changed it to the suggested 55% works like a charm thanks for a great mod.
I agree I had to change mine so the text would stay on the same line. Changed it to the suggested 55% works like a charm thanks for a great mod.
Thanks for installing, updated to 55%. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.