![]() |
Quote:
|
Quote:
|
Damn, my bad. this web site that I am trying to get it to work on is VB3. Sorry guys. Thanks for the help anyways. It will have to wait until i upgrade to VB4.
Thnaks |
Quote:
Code:
<if condition="is_member_of($bbuserinfo, 1,2,3)">Show this to user group 1, 2, and 3</if> |
BirdOPrey5
Thank you very much. that will hold me over until I update to VB4. |
How can I insert a banner after X posts in vb4 ?
Thanks . |
Assuming you mean in the postbit you'd use:
Code:
<vb:if condition="($post['postcount'] % 3) == 0"> % is the modulus operator, it basically is the remainder in division- what you are saying in English is "when the post count is evenly divisible by 3, show the code." |
Well I'm really scratching my head I'm trying to get a conditional to work only if in a certain forum if but also by postcount.
Code:
<vb:if condition="!in_array($postinfo['forumid'], array(2,4))"> Any clues - I'm working on the postbit template. |
You're using the exclamation point "!" before "in_array" - the exclamation point means "NOT" so your first conditional reads "If NOT in forums 2 or 4, do something"
Just delete the !'s and you should be ok... also I'm not sure if $postinfo['forumid'] or just $post['forumid'] but one or the other should work. |
Found out which conditional works...in postbit
Code:
<vb:if condition="in_array($GLOBALS[forumid], array(2,4))"> |
All times are GMT. The time now is 02:08 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|