The Arcive of vBulletin Modifications Site. |
|
Horizontal Status/Forum Markers Details »»
|
|||||||||||||||||||||||||
Introduction:
This will take the forum markers on the forum and place them in a horizontal line. Installation: ACP -> Styles & Templates -> forumhome [<< >>] -> FORUMHOME Find: HTML Code:
<!-- icons and login code -->
HTML Code:
<!-- / icons and login code -->
HTML Code:
<!-- icons and login code --> <table cellpadding="0" cellspacing="2" border="0" width="100%"> <tr valign="bottom"> <td align="center"> <table cellpadding="2" cellspacing="0"> <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> </table> </td> </tr> <if condition="!$show['guest']"> <tr> <!-- member logout --> <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td> <!-- end member logout --> </tr> </if> </table> <!-- / icons and login code --> As I don't have screenshots yet... I need to find screenshots. All it does is take the status icons put them in a row and center them. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
COOL installed
|
|
#3
|
||||
|
||||
|
Nice idea, you might want to add "border=0" to the anchor though, doesn't look very nice otherwise.
|
|
#4
|
||||
|
||||
|
Quote:
Changed to 1.0.1 with a border="0" where border="1" was. |
|
#5
|
|||
|
|||
|
heheh I figured out how to do this on my own - I didn't know what the title of the thread meant
Nice option to post for people to use though!!!You might change the title to "Horizontal Status Icons" ... it's possible I just haven't slept enough to understand perfectly clear wording though lol
|
|
#6
|
|||
|
|||
|
demo down. please add screenshots
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
||||
|
||||
|
It's very good . Thanks
*I have attached the screenshots . |
|
#9
|
||||
|
||||
|
Thanks for the hack! I'll install it right away...
|
|
#10
|
||||
|
||||
|
Its simple & useful one...
|
![]() |
|
|