PDA

View Full Version : Mini Mods - Collapse Statusicons v2.0


Roms
06-13-2006, 10:00 PM
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 &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>

Roms
08-17-2006, 09:15 PM
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

Roms
06-03-2007, 03:08 AM
Thanks for installing :)

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.

Roms
06-03-2007, 06:55 PM
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%. :)