vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Show Google Adsense / Adbrite Ads After X charaters in First Post (https://vborg.vbsupport.ru/showthread.php?t=251067)

Neutral Singh 09-23-2010 09:00 PM

Show Google Adsense / Adbrite Ads After X charaters in First Post
 
1 Attachment(s)
Show Google Adsense / Adbrite Ads After X charater in First Post

This should work on all versions of vbulletin 3.5.x and above.
Keywords: google, adsense, adbrite, yahoo publisher, earn, income, showthread, first post, thread, topic

Google Policy on showing competitive advertisements at end of this post:

Context: Time to make some neat money on google adsense. Well, this is a cute little plugin which enables an admin to show variable adsense or adbrite code on the first post of the thread/topic based on the length of the message. This helps in keeping in shape the demographics of the forum by keeping the things neat and tidy. You can visit my forums on my website and surf through some threads/topics to get a clear picture of what i am saying.

Installation Instructions:

Code:

Go to Plugin Manager > Add new Plugin

 Product: vbulletin
 Hook Location: postbit_display_complete
 Title: Google Adsense in Postbits Based on the Length of Message
 Execution Order: 5
 Plugin PHP code: $post['text_length'] = strlen($post['message']);

Now edit Template posbit or postbit_legacy

Find:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
            </div>

Add Below: (Put the following code where ever you feel like adding.)

    <if condition="THIS_SCRIPT == 'showthread'"> <if condition="$post['text_length'] < 1200"> <br> Google Adsense/Adbrite/Publisher Code # 1 Here <else /> <br> Google Adsense/adbrite/Publisher Code # 2 Here </if> </if>

Here, 1,200 is the variable to adjust the length of message to change your adsense accordingly.

You are done! You can play with this thing to add your own advertising banners.

Demo: http://www.sikhphilosophy.net

ShawneyJ 01-09-2011 03:22 AM

completely out of whack. maybe you need to explain more or better instructions.
post bit L, appears under avatar posts etc.
also appears on every post, not only first as stated.
message appears under the ad when placed code some where else in post bit L.
just wasted me time with this sorry.
an easyone to install: https://vborg.vbsupport.ru/showthrea...gle+first+post


All times are GMT. The time now is 06:29 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.01340 seconds
  • Memory Usage 1,712KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete