Log in

View Full Version : How do I placed Ads on my forum based on category/topic?


24hourForum.com
09-22-2008, 03:39 AM
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?

24hourForum.com
09-28-2008, 07:35 AM
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

glennybee
09-28-2008, 02:29 PM
Use conditionals to control what ads are shown in each forum.


<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>

SEOvB
09-28-2008, 02:39 PM
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

and at no time during those 6 days did you ever take 2 seconds to use he search feature?

24hourForum.com
09-28-2008, 05:14 PM
and at no time during those 6 days did you ever take 2 seconds to use he search feature?

i did, cant find a link!

Use conditionals to control what ads are shown in each forum.


<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>



where do i paste those codes?

user02934123123
09-28-2008, 07:47 PM
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.