The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hey all, Thanks for helping.
I already have a conditional set up to show a banner after the first post. I also want a banner to display after the last post but only if there are a few posts. I have written the following but it ends up showing just as it is written, 1 banner after the 11th post and then another after the last post. I believe I need a Or Else statement but I am just not getting it. PHP Code:
Thanks, Richie |
#2
|
|||
|
|||
![]()
I'm not sure I understand completely what you want, but maybe this:
Code:
<vb:if condition="$post[postcount] > 11 AND $post['islastshown']"> I think that should display it after the last post, but only if there are more than 11. |
#3
|
||||
|
||||
![]()
Thanks, I believe that is exactly what I want. Had I just used the last post conditional it would interfere with the display after first post conditional I already have. This works for me perfectly. I originally had wanted to display at the 11th and also at the last post but I can see how to make that happen now..I got it I think. Thanks
I appreciate the help friend! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|