Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Arena Google AdSense Forum Display Thread List Top and Bottom Details »»
Arena Google AdSense Forum Display Thread List Top and Bottom
Version: 1.00, by arena arena is offline
Developer Last Online: Jun 2011 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.x Rating:
Released: 01-17-2010 Last Update: Never Installs: 16
Template Edits
 
No support by the author.

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

File Type: txt ad1.txt (884 Bytes, 147 views)
File Type: txt ad2.txt (480 Bytes, 93 views)

Screenshots

File Type: jpg ad1.jpg (49.5 KB, 0 views)
File Type: jpg ad2.jpg (43.0 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-18-2010, 07:14 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about displaying google adsense every X posts? in between posts.

Now if you could do that, then I'm installing it
Reply With Quote
  #3  
Old 01-18-2010, 07:33 PM
arena's Avatar
arena arena is offline
 
Join Date: Oct 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems only forum display list
Reply With Quote
  #4  
Old 01-18-2010, 07:42 PM
Zaiaku's Avatar
Zaiaku Zaiaku is offline
 
Join Date: Jul 2007
Location: 3rd Level of Hell
Posts: 502
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This really should be in template mods. Actually never thought of putting a ad there.
Reply With Quote
  #5  
Old 01-18-2010, 07:54 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 01-18-2010, 07:55 PM
TalkTemplate TalkTemplate is offline
 
Join Date: Jul 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bouncer222 View Post
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.
agreed!
Reply With Quote
  #7  
Old 01-20-2010, 06:29 PM
texasteamplayer's Avatar
texasteamplayer texasteamplayer is offline
 
Join Date: Jan 2010
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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).
Reply With Quote
  #8  
Old 01-20-2010, 07:27 PM
Bouncer222 Bouncer222 is offline
 
Join Date: Oct 2009
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by texasteamplayer View Post
vb's ad manager should have this function. between posts (with a number of posts to specify the frequency of the ads).
Where is the option for between posts? Because I do not see that...
Reply With Quote
  #9  
Old 03-05-2010, 08:16 PM
khalled khalled is offline
 
Join Date: Apr 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dear Arena can help in that

https://vborg.vbsupport.ru/showthrea...17#post1998017
https://vborg.vbsupport.ru/showthread.php?t=237136
Reply With Quote
  #10  
Old 03-23-2010, 12:52 AM
arena's Avatar
arena arena is offline
 
Join Date: Oct 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
FORUMDISPLAY
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>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06281 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete