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)

PennylessZ28 05-17-2006 05:46 PM

Man I usually delete those.

stonyarc 05-17-2006 06:51 PM

Congratz Bashy on your first hack

You're a true addict now:D

bashy 05-17-2006 06:56 PM

Thanks Stonyarc :)

A_N_K_A_R_A 05-18-2006 03:50 PM

nice thanks

Smiry Kin's 05-31-2006 10:53 PM

how do i go about box'in it ?

kurtbarker 05-31-2006 11:17 PM

bashy the coder... very nice mate...

installed :D

kurtbarker 05-31-2006 11:20 PM

hey bashy... anyway to have the icons centered?

bashy 06-01-2006 04:10 AM

Sorry i aint sure...perhaps you can have a look at the hack that puts a box around the postbit profile, you may be able to do the same with that?

peterska2 06-01-2006 10:15 PM

Quote:

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

Code:

<table class="tborder" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="thead" align="center" colspan="6">Status Icons</td>
</tr>
<tr  class="tbody">
            <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>

That should do the job. I haven't tested it, just wrote it from memory, so let me know if it does anything strange

peterska2 06-01-2006 10:18 PM

Quote:

Originally Posted by kurtbarker
hey bashy... anyway to have the icons centered?

use

Code:

<tr align="center">
in place of the
Code:

<tr>
or you could try the box detailed in the post above


All times are GMT. The time now is 01:00 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.01851 seconds
  • Memory Usage 1,732KB
  • 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
  • (2)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