Back to vBulletin 3.7 Template Modifications

Horizontal Status/Forum Markers for 3.7.0!
Mod Version: 1.00, by Mischievious

This modification is in the archives.
vB Version: 3.7.x Rating: (1 vote - 5.00 average) Installs: 34
Released: 27 Feb 2008 Last Update: Never Downloads: 13
Not Supported Template Edits Re-usable Code  

Introduction:

This will take the forum markers on the forum and place them in a horizontal line. Only with the Table Footer, and Register/Log Out links included! This is my first hack, so please be gentle with me!

It also works with 3.6.8.


Installation:

ACP -> Styles & Templates -> forumhome [<< >>] -> FORUMHOME

Find this code and remove it first:
Code:
<tbody>
	<tr>
		<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
			<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
			<if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
			<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
		</strong></div></td>
	</tr>
</tbody>
Then Find:
Code:
<!-- icons and login code -->
Highlight Until You See:
Code:
<!-- / icons and login code -->
Replace Code With:
Code:
<!-- icons and login code -->
<table class="tborder" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center">
<tr>
<td class="tcat" align="center" colspan="6">Status Icons</td>
</tr>
<tr  class="alt1">
             <td class="alt2"><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 class="alt2"><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>
<if condition="$vboptions['showlocks']">
            <td class="alt2"><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></if>
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />6</if>"><div class="smallfont"><strong>
<if condition="$show['registerbutton']">
			<a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a>
&nbsp;|&nbsp;
</if>
<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
&nbsp;|&nbsp;
<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>
<if condition="!$show['guest']">&nbsp;|&nbsp;
		<!-- member logout -->
		<a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if>
</tr>
</tbody>
     </tr>
</table>
	</td>
</tr>
</table>
</tr>
</table>
<!-- / icons and login code -->

Download

No files for download.

Screenshots

Click image for larger version
Name:	Horizontal Logged In.jpg
Views:	1643
Size:	19.2 KB
ID:	76398   Click image for larger version
Name:	Horizontal Logged Out.jpg
Views:	1377
Size:	18.8 KB
ID:	76399  

Similar Mods

Blue Forum Markers vBulletin Status Icon Sets
Horizontal Status/Forum Markers vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024