The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Adsense placement after x posts
Hey guys,
I want to add an Adsense block after the second post of each thread and I'm wondering what's the condition to achieve this. I've did a search and couldn't find anything but mods which I don't want to install for this small edit. Tnx alot in advance. --------------- Added [DATE]1327910297[/DATE] at [TIME]1327910297[/TIME] --------------- nobody can throw me a hint? |
#2
|
||||
|
||||
ok I found the conditional, here it is:
Code:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '2')"> tnx in advance guys |
#3
|
|||
|
|||
Someone else will probably tell you exactly, but I would think you need to do an odd/even check if you can. If postcount is an even number, show the ad. Unfortunately, I don't know enough about the functions available to use in vB to take it beyond the idea stage.
|
#4
|
||||
|
||||
thanks for the reply, yep, waiting for the guys to give me a hint
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|