vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Alternating Row colors in Postbit (https://vborg.vbsupport.ru/showthread.php?t=61310)

n00belit3 02-12-2004 06:33 PM

hehe i didnt still waiting for someone to help me out with this :ermm:

Berethorn 07-02-2004 02:54 PM

And I'm still searching, looking everywhere for the exact same thing, with no luck. :(

Jolten 07-02-2004 03:13 PM

Place the following in the TD tag for the post. Depending upon what your postbits template looks like you may need to place it in several table cells.

HTML Code:

<if condition="$post['postcount'] % 2 == 0">class="alt2"<else />class="alt1"</if>
Hope that helps.

In my template it looks likethis for the first table cell

HTML Code:

<td <if condition="$post['postcount'] % 2 == 0">class="alt2"<else />class="alt1"</if> style="padding:$stylevar[cellpadding]" width="120" nowrap="nowrap" rowspan="2" $scrolltothis>
I also had to add the conditional to 3 other table cells in my highly customized postbits template.

If you want to post your posbits template or indicate which default template you're using I can show you specifically where to add the conditional.

Berethorn 07-02-2004 03:52 PM

Thanks so much! :D That's exactly what I've been looking for, and it works great!

I may suggest, to other people using it - change the 'alt1' and 'alt2' to 'alt4' and 'alt5', then use CSS to define the background colors. That way, the postbit alternate colors can work independant of the forumhome, etc.

Thanks again! :)


All times are GMT. The time now is 11:06 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.01069 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete