Horizontal Status/Forum Markers
This modification is in the archives.
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. Download No files for download. |
Similar Mods
Blue Forum Markers | vBulletin Status Icon Sets |
Forum Home Enhancements Horizontal Status/Forum Markers for 3.7.0! | vBulletin 3.7 Template Modifications |