Hello,
On our 3.6.7 system, I have this add-on installed and displaying ads (Google) in the header, footer and via $postbit_advertisement.
Although enabled with the very same ad, I cannot get the $forumbit_advertisement or $threadbit_advertisement to render an ad display.
In
forumhome_forumbit_level2_post and
forumhome_forumbit_level2_post
I have the code inserted per directions and as follows:
</tbody>
<if condition="$childforumbits">
<tbody>
$childforumbits
</tbody>
</if>
$forumbit_advertisement
In
threadbit
I have the code insterted per directions and as follows:
<if condition="$show['inlinemod']">
<td class="alt1">
<input type="checkbox" name="tlist[$thread[realthreadid]]" id="tlist_$thread[realthreadid]" value="$thread[checkbox_value]" <if condition="$show['disabled']">disabled="disabled"</if> />
</td>
</if>
</tr>
$threadbit_advertisement
Out site is at
http://www.baja.net
Any and all help is appreciated.