The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I placed Ads on my forum based on category/topic?
How do I placed Ads on my forum based on category/topic?
Example, for sports board, i will place ads so they only show up in sports forum.. how do i choose by topic? |
#2
|
|||
|
|||
its been 6 days and no response, can someone please guide me through the steps i need to take, so i can place ads in header and footer based on category!
plz n ty |
#3
|
|||
|
|||
Use conditionals to control what ads are shown in each forum.
Code:
<if condition="$forum[forumid] == 1"> Enter ad code for forum 1 </if> <if condition="$forum[forumid] == 2"> Enter ad code for forum 2 </if> <if condition="$forum[forumid] == 3"> Enter ad code for forum 3 </if> |
#4
|
||||
|
||||
and at no time during those 6 days did you ever take 2 seconds to use he search feature?
|
#5
|
|||
|
|||
Quote:
Quote:
where do i paste those codes? |
#6
|
|||
|
|||
Your conditional set can be placed wherever you want your ads to appear - but it might be easiest if you start with the pre-defined Ad Locations in 3.7. Go to the Style Manager, select your style, then configure the Ad Location templates.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|