vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Google Adsense Postbit Integration (https://vborg.vbsupport.ru/showthread.php?t=165701)

rapidphim 08-02-2008 05:35 AM

yes, it's working on 3.7.2

sdfaheem 08-04-2008 02:16 AM

its showing two ad boxes

everekli38 08-15-2008 07:35 AM

Teşekkürler..Thank you

hamidkh 08-21-2008 07:22 PM

i install this add-on !
but google only show 4 adsens ! not more ! after 2 days only give me 4 link ! it's don't change!!!!
what must i do ?

tggbrokenwings 08-22-2008 03:43 PM

installed works like a CHARM!

audidiy 08-28-2008 05:25 AM

Was wondering if there is any way to make this show after the first post, as it does, AND after the last post? Or can it be modified and reinstalled to work after the last post, or is there another plugin i need to install to have it identicle and after the last post too?

Ronseal 09-09-2008 05:08 PM

Can somebody tell me if this Mod works with Secondary Usergroups?

I want my Registered Users to see Ads unless they are in a Secondary 'Paid Members' Group, in which case they have paid to use the site so I want them to see the site without Ads.

Ron

SIINSI 09-10-2008 11:23 AM

Anyway of excluding this from certain forums?

Ronseal 09-12-2008 10:41 AM

Quote:

Originally Posted by Ronseal (Post 1618366)
Can somebody tell me if this Mod works with Secondary Usergroups?

I want my Registered Users to see Ads unless they are in a Secondary 'Paid Members' Group, in which case they have paid to use the site so I want them to see the site without Ads.

Okay, so nobody wants to answer the above... so here's another idea.

To get this Mod to work how I want I think I?m going to have to change my 'Paid Members' secondary/custom usergroup so it is a primary group for those who have paid to use the site, because this Mod has no way of dealing with secondary usergroups.

So as far as I see it:
- First task will be to set all the 'Paid Usergroup' permissions to the same as the ?Registered Users?,
- Then there?s the task of moving all the 'Paid Users'. Not sure if there?s an easy way to do this, or if I have to do user at a time?

Has anybody had this same problem, if so how did it go... am I on the right track?

Cheers
Ron

ryancooper 09-16-2008 11:48 PM

Quote:

Originally Posted by sinistergaming (Post 1532588)
this works real nice.
i did modify it a bit though.
so i could rotate banners instead of just one.
installed vbbannerrotator
and replaced this code in template gaip_code1
Code:

<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">

<table <if condition="$vboptions[gaiptitle]">class="tborder"</if> cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[gaiptitle]">
<tr>
    <td class="thead" align="$stylevar[left]">$vbphrase[gapi_sponsor]</td>
</tr>
</if>
<tr>
    <td <if condition="$vboptions[gaiptitle]">class="alt1"</if> align="center">
    $vboptions[gapicode]
    </td>
</tr>
</table>

</div>

with This Code

Code:

<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">

<table <if condition="$vboptions[gaiptitle]">class="tborder"</if> cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[gaiptitle]">
<tr>
    <td class="thead" align="$stylevar[left]">$vbphrase[gapi_sponsor]</td>
</tr>
</if>
<tr>
    <td <if condition="$vboptions[gaiptitle]">class="alt1"</if> align="center">
    $GLOBALS[bannerads]
    </td>
</tr>
</table>

</div>

now im trying to add it to forumhome under 'What's Going On ?' above the footer.
but nothings coming up.
tried using code

Code:

$template_hook[postbit_end]
any idea's on what i can do there?

Great idea I did the same thing!! Thanks


All times are GMT. The time now is 10:37 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.01052 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (2)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