Hi,
Great hack and no problems found so far. I was hoping you might be able to help on a few things. The first... I have this bit of code in my Showthread template. I'd like to add it to this modification instead but it doesn't seam to work for me.
<!-- Start adding Zones -->
<if condition="$forum[forumid] == 121">
<if condition="is_member_of($vbulletin->userinfo, array(4, 19))">
<br>
<ad what="zone:4"/>
</if>
</if><br />
<!-- End adding Zones -->
The other item is, what exactly are 'custom adcode blocks' used for and how do they work? Maybe this is what I need to do the above?
|