The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
placing ads in a post
i am the admin. i want to make one post with 3 <script> (like adsense) ads in it. i dont want a way to make it appear after the first post or anything like that.( i already have ad management.) is this possible, and how? if not , any other suggestions would be appreciated...
|
#2
|
||||
|
||||
You want one post to have ads, which post?
|
#3
|
|||
|
|||
i actually just want to make one single post with ads in it. (not every first post, every first and third post or anything like that. just one post.)
|
#4
|
||||
|
||||
In postbit (or postbit_legacy, depending on the one you use), insert this where you want it.
Code:
<if condition="$post['postcount'] == 1">AD CODE</if> |
#5
|
|||
|
|||
i added that at the end of postibit and nothing i could see happened. i might be unclear...
my vbulletin has 10 "forums" and 200 posts. i have one forum where there are no posts yet. i want to make one post with ads in that forum and sticky it. ?OK...i just made the post...my link looks like this (i use vbseo) www.example.com/t81/#post207 i want the ads in this post only.. i just dont know how to get them inside the post.. |
#6
|
||||
|
||||
That's what I wanted to know, you should've said that earlier. Anyway, use this:
Code:
<if condition="$post['postid'] == 207">AD CODE</if> |
#7
|
|||
|
|||
got it, thank you dismounted
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|