vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Horizontal forumhome statusicons (https://vborg.vbsupport.ru/showthread.php?t=115791)

kurtbarker 06-02-2006 12:00 AM

OMG, that box worked wonders :D but it's still to the left, lol

how can I use the box and also have it centered... where would I put the align text?

peterska2 06-02-2006 12:23 AM

in the table line of the code add align="center" and it will center it.

also try changing the class="tbody" to class="alt1" and it should blend better.

kurtbarker 06-02-2006 12:31 AM

well, we're getting there to say the least, lol

would you mind have a look please?
http://www.commodorelife.com/forums/index.php?styleid=1

down the bottom, I don't think the center function is really centering, lol... could it be center between the left column and the logout text?

and if so, any way to fix?

thanks again :D

peterska2 06-02-2006 12:53 AM

It's centered nicely for logged out, but if you want me to have a look in more detail, please PM me a test login for your site (ACP if you wish me to fix while I'm there).

I'm just on my way to bed, so I'll pick it up tomorrow and have another look at it for you.

FLMom 06-02-2006 02:12 AM

I have installed this and tried to center it, but I think I am not doing it right.
I used the
Code:

<tr align="center">
at the beginning of code Bashy gave, do I need to put something on the end of it with "/" ?

peterska2 06-02-2006 02:15 AM

try adding align="center" to the row above that in your forum home template.

bashy 06-02-2006 05:16 AM

Thanks peterska for helping :)

I have managed to center mine but only with a <center> after the 1st <tr>
and a </center> before the last </tr> its prob the wrong way to do it..but this is how i do all my centering :o

kurtbarker 06-02-2006 05:47 AM

I combined peterska2's box code with her center code:

Code:

<table class="tborder" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" align="center">
<tr>
<td class="thead" align="center" colspan="6">Status Icons</td>
</tr>
<tr  class="alt1">
            <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
            <td class="smallfont">&nbsp; $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">&nbsp; $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">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
        </tr>
</table>

It works wonders :D

smacklan 06-09-2006 12:39 AM

Quote:

Originally Posted by Smiry Kin's
how do i go about box'in it ?

by defining border and padding

Ziki 08-29-2006 06:10 PM

How about giving them a fieldset bashy ;)


All times are GMT. The time now is 10:02 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.01233 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete