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)
-   -   Condition Question for Postbit (https://vborg.vbsupport.ru/showthread.php?t=120988)

Lizard King 07-12-2006 07:59 AM

Condition Question for Postbit
 
I am trying to accomplish a condition.
The condition will be about the post numbers.
<if condition ="$post[postcount] even >

<else />

</if>

Hope i could explain. What i am trying to accomplish is to have 2 different layout on postbit template. If the postcount number is odd the layout will look like

avatar ---------- thread information

if the postcount is even

thread information ---------- avatar

Lizard King 07-19-2006 07:06 AM

1 Attachment(s)
bump
also let me try to explain a little bit further.

In showthread i want to heva two different kind of postbit's. one will have the avatar on left side with background color for example #ffffff and second post will have the avatar on right side with background color #f7f7f7

I attached a screenshot about what i am trying to accomplish. Any help will be really apreciated.

SaintDog 07-19-2006 09:33 AM

Have you tried using

PHP Code:

<if condition="$post[postcount] % 2">

first postbit data

<else />

second postbit data

</if> 


Not sure if it will work, though a previous modification I did required alternating bits and this worked for it.

Lizard King 07-19-2006 10:50 AM

Quote:

Originally Posted by SaintDog
Have you tried using

PHP Code:

<if condition="$post[postcount] % 2">

first postbit data

<else />

second postbit data

</if> 


Not sure if it will work, though a previous modification I did required alternating bits and this worked for it.

Yep that did the trick :) Thanks

SaintDog 07-19-2006 04:32 PM

No problem, glad it worked out for you :).

Sha Platinum? 07-23-2006 01:28 PM

Helped Me too.


All times are GMT. The time now is 02:43 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.01797 seconds
  • Memory Usage 1,726KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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