The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Making Forum Key all on one line?
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! |
#2
|
||||
|
||||
in FORUMHOME template,
FIND: HTML Code:
<!-- icons and login code --> ..... <!-- / icons and login code --> REMOVE or REPLACE WITH: HTML Code:
<!-- 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 |
#3
|
||||
|
||||
Thank you so much!!
I appreciate it! |
#4
|
|||
|
|||
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...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|