vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Adsense below the last thread (https://vborg.vbsupport.ru/showthread.php?t=102466)

hozmay 05-01-2006 04:20 PM

thank you brother :)

Steven Gibbons 05-01-2006 06:00 PM

Thanks for this mod, im sure to install it, i have a mod similar to this on my forums.

Moparx 05-01-2006 08:05 PM

Quote:

Originally Posted by StarBuG
Is it possible to display the Ad after the Nth thread?

That would blend in much better.

And what about always displaying the current date instead of --- ?
Is that possible?

Help is appreciated

Edit the threadbit template.

At the top add:
PHP Code:

<if condition="$GLOBALS[threadcount] == X AND in_array(THIS_SCRIPT, array('forumdisplay')) AND is_member_of($bbuserinfo, 1,2)">
<if 
condition="$GLOBALS[threadcount]++"></if>
<
tr>
    <
td class="alt1">
        <
img src="$stylevar[imgdir_statusicon]/thread_moved.gif" alt="" border="" />
    </
td>
        <
td class="alt2">&nbsp;</td>

    <
td class="alt1">
        <
div>
        
INSERT ADSENSE HERE
        
</div>        
    </
td>
    
    <
td class="alt2 smallfont" align="center">Sponsored Link</td>

        <
td class="alt1" align="center"></td>
        <
td class="alt2" align="center"></td>
         <if 
condition="$show['inlinemod']"><td class="alt1" align="center"></td></if>

</
tr
<else />

    <if 
condition="$GLOBALS[threadcount]++"></if>


</if> 

Change X to the numerical value that you want

StarBuG 05-01-2006 09:15 PM

Thank you very much.

If anyone is interested in how I implemented (slightly modified) it here you go:

http://www.hiphop-battles.com/forum/...splay.php?f=10

;)

StarBuG

ps: I contacted google if the implementation is within their guidlines. I will post their answer here after I recive it ;)

StarBuG 05-02-2006 06:53 PM

Ahh one more thing.

Would it also be possible to display the ad at a random location like a random number between 1-15 or so?

This would make it even better blended in and users could not get accustom to the location (banner blindness)

ps: Google answered and the placing was ok ;)

Moparx 05-04-2006 03:03 AM

ya, ill work on something for you.. should be pretty easy to do with a plugin

doozyj 05-13-2006 07:18 AM

Quote:

Originally Posted by StarBuG
Thank you very much.

If anyone is interested in how I implemented (slightly modified) it here you go:

http://www.hiphop-battles.com/forum/...splay.php?f=10

;)

StarBuG

ps: I contacted google if the implementation is within their guidlines. I will post their answer here after I recive it ;)

Could you give me the code you used to insert it in. Sorry I am not to savvy with this.

Moparx 05-13-2006 02:41 PM

Quote:

Originally Posted by doozyj
Could you give me the code you used to insert it in. Sorry I am not to savvy with this.

the code was in the post above his.

StarBuG 05-14-2006 10:32 AM

How is the random placement progressing?

nymyth 06-13-2006 02:24 PM

this is great.....however, is there anyway we can get rid of the other 2 <td> after it says "sponsered links"....??

Peace


All times are GMT. The time now is 08:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01196 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete