The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do you add adverts under the first post of any thread? (see example)
If you look at the forum below, under the first advert there is a good advert. How doe he do it? http://forums.digitalpoint.com/showthread.php?t=4496 |
#2
|
||||
|
||||
![]()
there was a post already about this, please use the forum search feature
![]() |
#3
|
|||
|
|||
![]()
I did use the search. I always do before i post, but i couldn't find anything.
|
#4
|
|||
|
|||
![]() Quote:
![]() Here you go, in your postbit or postbit_legacy at the bottom find Code:
<!-- / post #$post[postid] --> Code:
<if condition="$post[postid] == $GLOBALS['FIRSTPOSTID']"> PUT YOUR CODE HERE </if> |
#5
|
||||
|
||||
![]()
I'm the one that did it in the example shown... I didn't use the $GLOBALS array, instead I did it like so:
Code:
<if condition="$post[postcount] % 10 == 1"> ![]() |
#6
|
|||
|
|||
![]() Quote:
Which script did you use to get the posts to be separated from each other? Thanks in advance but i'm obviously crap at searching things. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|