Helpful Information
 
 
Category: vBulletin 3.6
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!

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 &nbsp; &nbsp;
<img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> No new posts &nbsp;&nbsp;
<img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> A locked forum &nbsp;&nbsp;</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] &nbsp; &nbsp;
<img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> $vbphrase[forum_contains_no_new_posts] &nbsp;&nbsp;
<img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> $vbphrase[forum_is_closed_for_posting] &nbsp;&nbsp;</span></td>

Good call, updated text file. :)

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.

Thanks! :D

Thanks for installing :)

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%. :)










privacy (GDPR)