Back to vBulletin 3.6 Template Modifications

Horizontal Status/Forum Markers
Mod Version: 1.0.1, by King Kovifor

This modification is in the archives.
vB Version: 3.6.5 Rating: (2 votes - 5.00 average) Installs: 40
Released: 12 Jun 2006 Last Update: Never Downloads: 11
Not Supported Template Edits  

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 -->
Highlight Until You See:
HTML Code:
<!-- / icons and login code -->
Replace Code With:
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">&nbsp; $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">&nbsp; $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">&nbsp; $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&amp;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 -->
Live Demo:
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

vblts.ru supports vBulletin®, 2022-2024