The Arcive of vBulletin Modifications Site. |
|
Collapse Statusicons v2.0 Details »»
|
|||||||||||||||||||||||||
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! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I see this in your code :
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> Code:
<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> |
|
#3
|
||||
|
||||
|
Good call, updated text file.
|
|
#4
|
|||
|
|||
|
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.
|
|
#5
|
||||
|
||||
|
Thanks!
|
|
#6
|
||||
|
||||
|
Thanks for installing
|
|
#7
|
||||
|
||||
|
Quote:
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. |
|
#8
|
||||
|
||||
|
Quote:
|
![]() |
|
|