PDA

View Full Version : How can I place an ad between the first and second post??


tnedator
03-06-2012, 08:02 PM
Hi,

In vB 3.8.x, I used to use the following templates:

After the first post (ad_showthread_firstpost)
After list of threads (ad_forumdisplay_afterthreads)
After list of forums (ad_forumhome_afterforums)
Just above the quick reply box (ad_showthread_beforeqr)

These aren't available in vB 4.x. Can anyone give me some advice on how to place ads. In all cases I use 728x90 leaderboard ads:


Between the first and second post of a thread.
Just above the quick reply box.
After list of threads (I think the ad manager can handle this one)
After list of forums (I think the ad manager can handle this one)


Thanks in advance for any help.

jfxcube
03-07-2012, 01:19 AM
A way is in the Template Postbit ---> postbit at the end of the template just put this
for 1)

<vb:if condition="$post['isfirstshown']">
Code for your banner
</vb:if>

for 3 and 4) use the Admanager
for 2) i ll take a look

Kraxell
03-07-2012, 07:24 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=231857&highlight=adsense" target="_blank">https://vborg.vbsupport.ru/showt...hlight=adsense</a>