PDA

View Full Version : placing ads in a post


Booyakan
06-30-2007, 05:17 AM
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...

Dismounted
06-30-2007, 06:02 AM
You want one post to have ads, which post?

Booyakan
06-30-2007, 06:13 AM
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.)

Dismounted
06-30-2007, 06:23 AM
In postbit (or postbit_legacy, depending on the one you use), insert this where you want it.
<if condition="$post['postcount'] == 1">AD CODE</if>

Booyakan
06-30-2007, 06:41 AM
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..

Dismounted
06-30-2007, 06:44 AM
That's what I wanted to know, you should've said that earlier. Anyway, use this:
<if condition="$post['postid'] == 207">AD CODE</if>

Booyakan
06-30-2007, 07:31 AM
got it, thank you dismounted