The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Conditional for minimum posts per page
I am looking for a condtional that will show an ad only if there is "x" posts on the page.
At the moment I am using: Code:
<vb:if condition="$GLOBALS[threadinfo][replycount] >= x">AD</vb:if> Anyone? |
#2
|
|||||
|
|||||
Quote:
[QUOTE=TheLastSuperman] Quote:
Quote:
Quote:
Quote:
|
#3
|
|||
|
|||
This is good idea but there is another problem with this conditional, because I want to place this ad after first post it would need to be set like that:
Code:
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 1"> --------------- Added [DATE]1301593255[/DATE] at [TIME]1301593255[/TIME] --------------- Anyone please? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|