![]() |
Template Conditional for Ad slot after 5th Post in Postbit
Hello,
Am looking to display ads in showthread page in the below positions - 1)After First Post 2)After 5th Post ONLY IF the thread has 10 posts. For #1, Have used the template conditional in postbit- <vb:if condition="THIS_SCRIPT == showthread AND !$GLOBALS['FIRSTPOSTID']"> Similarly for #2, can anyone help me with the template conditional. Thanks. |
HTML Code:
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == ?"> |
Yes Thanks, that worked good.
--------------- Added [DATE]1410341902[/DATE] at [TIME]1410341902[/TIME] --------------- Hello ozzy47, Looks like the conditional Code:
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 5"> But what am looking for is the below - - Display ad after 5th post ONLY if the thread page has 10 posts. - Do not display Ad if the thread page has 5 or 6 or 7 or 8 or 9 posts in it. Let me know how this conditional could be tweaked. For info, I have the below setting in my forum - Maximum Displayed Posts Before Page Split - 10 |
Try this: :D
HTML Code:
<vb:if condition="($post['postcount'] % $vboptions['maxposts'] == 5) AND $post['postcount'] > 9"> |
Hello mokujin,
The above conditional is not working. |
Quote:
Quote:
is maxposts about the page or about the thread btw? i.e. say I have 10 posts per page and 11 posts in total is postcount 1 or 11?, what is the conditional for basically saying "if there is only x posts on this page"? |
Quote:
HTML Code:
<vb:if condition="post['postcount'] % $vboptions['maxposts'] == 5 AND $GLOBALS[threadinfo][replycount] >= 9"> |
Quote:
HTML Code:
<vb:if condition="$post[postcount] == X> |
Quote:
|
Not a problem, glad to help. :)
|
For some reason this works fine on in ad_showthread_firstpost but doesn't seem to work on ad_showthread_beforeqr or if you do something like
Code:
<if condition="THIS_SCRIPT == 'showthread' and $post[postcount] == 1>hello</if> It only seems to work as vb is producing the posts not in templates calls after. In 3.8 anyway. Sorry yes I'm using 3.8 but the conditionals are almost exactly the same so I didn't think anyone would mind:erm: |
Possibly this.
Code:
<vb:if condition="THIS_SCRIPT == 'showthread' and $GLOBALS[postcount] == 1>hello</vb:if> |
Nope. Doesn't seem to know the postcount outside of the postbit template itself. Not a big deal anyway. Thanks for your help.
|
To display Ad after the 5th post ONLY if the thread has 10 posts, I used the below conditional -
Code:
<vb:if condition="($post['postcount'] % $vboptions['maxposts'] == 5) AND ($post['postcount'] > 9)"> Please help me with the workable conditional. Thanks. |
Hello All,
Hope this might be useful to some one, To display Ad after the 5th post ONLY if the thread has minimum 6 posts the below conditional works - Code:
<vb:if condition="($post['postcount'] % $vboptions['maxposts'] == 5) AND ($GLOBALS[threadinfo][replycount] % $vboptions['maxposts'] <> 4)"> |
hi all, this is useful, not sure if it what im looking for but it might be, i need to put an ad underneath the first post just for 2 usergroups and only in one forum.
could this do that for me, if so, in what template and where within the template where would i need to put the conditionals. i was thinking something like this: Code:
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 1"> Craig |
thank you it works very well
can i ask you what number should i place inside that code if i want to display additional banners like this after post 12 if thread has at least 18 posts after post 24 if thread has at least 30 posts or something like that. i.e. i will be placing many banners on 1 page, since we have max post number at 40 so there is a lot of space scrolling down. we put many ngo ads and need the extra space, and since they are not paid ads but ngo messages, we dont mind showing them to our readers . thank you in advance to whoever will help !! |
All times are GMT. The time now is 06:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|