View Full Version : Making Forum Key all on one line?
Admiral Spock
07-13-2004, 04:43 AM
I would like to make my forum's home page show this:
[image] Forum has new posts. [image] Forum has no new posts [images] Forum is closed for posting.
Rather than:
[image] Forum has new posts.
[image] Forum has no new posts.
[image] Forum is closed for posting.
I'm sure this is a simple hack, but I don't know how to go about it. If this could be made, I'd sure appreciate it. :)
Thank you! :)
tnguy3n
07-13-2004, 04:50 AM
in FORUMHOME template,
FIND:
<!-- icons and login code -->
.....
<!-- / icons and login code -->
REMOVE or REPLACE WITH:
<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
<td align="center">
<table cellpadding="3" cellspacing="3" border="1" style="border-collapse: collapse" bordercolor="#CCCCCC">
<tr>
<td class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" align="center" /> $vbphrase[forum_contains_new_posts]</td>
<td class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" align="center" /> $vbphrase[forum_contains_no_new_posts]</td>
<td class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" align="center" /> $vbphrase[forum_is_closed_for_posting]</td>
</tr>
</table>
</td>
</tr>
<if condition="!$show['guest']">
<!-- member logout -->
<tr>
<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" 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 -->
A live demo can be found here http://all4actions.net/forums
Admiral Spock
07-13-2004, 04:54 AM
Thank you so much!!
I appreciate it! :D
thinkpixels
07-29-2004, 07:16 PM
Great little mod! :) Any idea why it produces a second blue border around it in Mac IE 5.1 but not IE 6.0 for pc? It's probably just a CSS issue with Mac. Just curious...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.