Quote:
Originally Posted by Suzie
When inserting ads into single threads, what if you want one specific ad in individual threads? Can you do that and have several different ads for individual threads and not rotate ads. For instance if you have 3 advertisers that want to advertise in a thread about a specific topic .... and no where else can you set 3 ads about 3 different items and have them show only in the threads specified?
|
Not with this modification, no. You'd have to edit the postbit template and for each specific thread add this to where you wanted the ad to go:
Code:
<if condition="$thread[threadid] == '12345'">
Adcode for this thread ID
</if>
<if condition="$thread[threadid] == '678910'">
Adcode for this thread ID
</if>
And so on.
Quote:
Originally Posted by snikle
Excellent work, installation was a breeze and it works perfectly thus far. Great job!
Ok, question. 
Say I wanted only the ad banners to show up on my very first forum page (forum home), would that be done using the forumbit controls?
|
Forumbit ads would make them show up where the name of each each forum is, yes.