The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I've seen on other sites that they have the New Posts....etc, centered and was curious as how it's done....
|
|
#2
|
|||
|
|||
|
Code:
<!-- icons and login code -->
<table class="tborder" width="100%" align="center" cellpadding="2" cellspacing="1" border="0">
<tr>
<td align="center" class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
<td align="center" class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
<td align="center" class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
</tr>
<tr>
<td align="center" class="alt1"><span class="smallfont"> $vbphrase[forum_contains_new_posts] </span></td>
<td align="center" class="alt1"><span class="smallfont"> $vbphrase[forum_contains_no_new_posts] </span></td>
<td align="center" class="alt1"><span class="smallfont"> $vbphrase[forum_is_closed_for_posting] </span></td>
</tr>
</table>
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
<td>
</td>
<if condition="!$show['guest']">
<!-- 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 -->
</if>
</tr>
</table>
<!-- / icons and login code -->
Forumhome template - you'll see the start and stop tags for that code - just replace it. |
|
#3
|
||||
|
||||
|
Thanks ZacUSNYR that worked.
Now that I got that how I want it how do I fix this problem?....I managed to move them to the right somehow but it won't let me center these links.
|
|
#4
|
|||
|
|||
|
Code:
<td class="tfoot" align="$stylevar[right]" width="100%"> Code:
<td class="tfoot" align="center" width="100%"> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|