vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Alternating color under forum_new/old icons on forumhome (https://vborg.vbsupport.ru/showthread.php?t=187488)

Astrof 08-07-2008 05:03 PM

Alternating color under forum_new/old icons on forumhome
 
Hi, everyone.

I'm wondering if the following is possible, as it is extremely important to me ...

By default, the color under the forum_old/new/lock etc. icons on forumhome for forumbit_level2 (the child forums within another parent forum) is the second alternating color. For forumbit_level1 (the forums that are not within any other parent forum) it's the first alternating color.

Is there any way I could make forumbit_level2 have the first alternating color in those colums under forum_new/old/locked icons as well? That is, to make it the same as it is for forumbit_level1?

If this is possible, you could please give me some specifics as to what exactly I have to do? I asked this question on vB.com forums, but they directed me here.

If there is no such thing possible, is there anything else I might try, other than the obvious which is to make the first and second alternating color identical?

Thank you very much in advance.

Attitude5ire 08-07-2008 08:15 PM

Not sure if i got it right but just edit the template and make sure the classes are same.
for alternating colors there are 2 classes .alt1 and .alt2
if you want same for 2 diff cells just make both alt1 or alt2...

Astrof 08-08-2008 04:14 PM

Worked!

Thank you very much!

I just had to change the first alt2 to alt1 in the forumhome_forumbit_level2_post template and it worked.

That is, this:
PHP Code:

<tr align="center">
    <
td class="alt2"><img 

to this:

PHP Code:

<tr align="center">
    <
td class="alt1"><img 

Thanks a lot again, can't believe how easy it is!


All times are GMT. The time now is 12:58 AM.

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.01080 seconds
  • Memory Usage 1,715KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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