vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Should Be An Easy Fix.... (https://vborg.vbsupport.ru/showthread.php?t=129069)

Stunner 10-14-2006 12:19 PM

Should Be An Easy Fix....
 
I've seen on other sites that they have the New Posts....etc, centered and was curious as how it's done....

http://img156.imageshack.us/img156/7618/postsfw6.jpg

ZacUSNYR 10-14-2006 02:32 PM

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">&nbsp; $vbphrase[forum_contains_new_posts]&nbsp;</span></td>
                  <td align="center" class="alt1"><span class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]&nbsp;</span></td>
                  <td align="center" class="alt1"><span class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]&nbsp;</span></td>
                </tr>
</table>


<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
        <td>&nbsp;
                        </td>
        <if condition="!$show['guest']">
                <!-- member logout -->
                <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;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 -->

From my site. http://www.ride-ny.com

Forumhome template - you'll see the start and stop tags for that code - just replace it.

Stunner 10-14-2006 03:10 PM

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.

http://img129.imageshack.us/img129/1...rbottomvg7.jpg

ZacUSNYR 10-15-2006 12:00 AM

Code:

<td class="tfoot" align="$stylevar[right]" width="100%">
Code:

<td class="tfoot" align="center" width="100%">


All times are GMT. The time now is 03:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01154 seconds
  • Memory Usage 1,721KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete