Quote:
Originally Posted by pcoskat
Is there a way this mod can be 'forum specific'?
I'd only like to use it in one of my forums.
Thanks! (great mod)
ETA
I just saw the post quoted below. It articulates, beautifully, why I need to restrict this to one forum 
|
use this conditional
Code:
<if condition="$forumid == X">
<!-- message -->
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])">
<span style="margin: 2px; float: right; width: 301px; height: 251px;">
ADSENSE CODE HERE
</span>
</if>
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
</if>
with
X being your specific forum id
Regards,
Val.