King Kovifor
06-11-2006, 10:00 PM
Introduction:
This will take the forum markers on the forum and place them in a horizontal line.
Installation:
ACP -> Styles & Templates -> forumhome [<< >>] -> FORUMHOME
Find:
<!-- icons and login code -->
Highlight Until You See:
<!-- / icons and login code -->
Replace Code With:
<!-- 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 -->
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.
This will take the forum markers on the forum and place them in a horizontal line.
Installation:
ACP -> Styles & Templates -> forumhome [<< >>] -> FORUMHOME
Find:
<!-- icons and login code -->
Highlight Until You See:
<!-- / icons and login code -->
Replace Code With:
<!-- 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 -->
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.