Quote:
Originally Posted by sim10
Still didn't work redtyger ..any chance of you checking it out..if not whens the next update
|
Couple of days at the most, I hope.
Quote:
Originally Posted by rnmcd
I apologize if this has been asked and replied to before but I couldn't seem to find the answer in the 8 or 9 pages I read.
Are we able to have different ads for each forum/sub-forum?
Thank you redtyger.
|
Yes, but you have to add all but one set of ad code to the (whatever)_advertisement template.
<if condition="$foruminfo[forumid]" == '1'>
Ad code for forum ID 1
</if>
<if condition="$foruminfo[forumid]" == '2'>
$header(or whatever)_adcode
</if>
<if condition="$foruminfo[forumid]" == '3'>
Ad code for forum ID 3
</if>
And so on.
Quote:
Originally Posted by Fawlty Adder
Hi ,
I just installed this hack.. just to clarify , under 'instructions' above, am I supposed to ignore any instructions starting with V2.0 (i.e. since I installed v2.1) or should I follow the V2.0 instructions as well?
thanks
|
Follow them all. The only optional instructions are ones where you have to add (whatever)_advertisement to your default templates, if you don't intend to use that area for advertisements you don't have to add it to your template.