The Arcive of vBulletin Modifications Site. |
|
Arena Google AdSense Forum Display Thread List Top and Bottom Details »»
|
|||||||||||||||||||||||||||||||||||
|
Arena Google AdSense Forum Display Thread List Top and Bottom
Developer Last Online: Jun 2011
Arena Google AdSense Forum Display Thread List Top and Bottom.
Application: Styles & Templates>>Style Manager>>Your Style>>FORUMDISPLAY FORUMDISPLAY Find Red code <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if> </vb:if> </div> </div> below add ad1.txt FORUMDISPLAY Find Red code <span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span> </vb:if> </p> </div> </vb:if> </div> below add ad2.txt Note: ad1.txt and ad2.txt change google_ad_client = "pub-xxxxxxxxxxxxxx"; Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
How about displaying google adsense every X posts? in between posts.
Now if you could do that, then I'm installing it
|
|
#3
|
||||
|
||||
|
Seems only forum display list
|
|
#4
|
||||
|
||||
|
This really should be in template mods. Actually never thought of putting a ad there.
|
|
#5
|
|||
|
|||
|
well if someone or this author could create a mod that displays an adsense ad every X posts, that would be great
![]() And in PMs as well.. There was a mod on 3.8x forums that did all this plus more, but it hasnt been updated yet and I dont know if it will anytime soon. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
||||
|
||||
|
vb's ad manager should have this function. header, footer, and between posts (with a number of posts to specify the frequency of the ads).
|
|
#8
|
|||
|
|||
|
Where is the option for between posts? Because I do not see that...
|
|
#9
|
|||
|
|||
|
dear Arena can help in that
https://vborg.vbsupport.ru/showthrea...17#post1998017 https://vborg.vbsupport.ru/showthread.php?t=237136 |
|
#10
|
||||
|
||||
|
Hello dear khalled,
FORUMDISPLAY Find Red code <vb:if condition="$show['inlinemod']"><span class="threadimodimod td"></span></vb:if> </vb:if> </div> </div> below add Code:
<li class="threadbit dot hot"> <div class="rating0 sticky"> <div class="threadinfo"> <a class="threadstatus" rel="vB::AJAX" title="Sponsored Links"></a> <div class="inner"> <span class="prefix understate">-----YOUR ADSENSE GOES HERE------</span> </div> </div> <ul class="threadstats td"> <li>-</li> </ul> <dl class="threadlastpost td"> <dd><div class="popupmenu memberaction">-</div> </dd> </dl> </div> </li> Find Red code <span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span> </vb:if> </p> </div> </vb:if> </div> <hr /> below add Code:
<li class="threadbit dot hot"> <div class="rating0 sticky"> <div class="threadinfo"> <a class="threadstatus" rel="vB::AJAX" title="Sponsored Links"></a> <div class="inner"> <span class="prefix understate">-----YOUR ADSENSE GOES HERE------</span> </div> </div> <ul class="threadstats td"> <li>-</li> </ul> <dl class="threadlastpost td"> <dd><div class="popupmenu memberaction">-</div> </dd> </dl> </div> </li> |
![]() |
|
|