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

Reply
 
Thread Tools
Google Adsense Privacy Policy (AJAX) Details »»
Google Adsense Privacy Policy (AJAX)
Version: 3.2.5b, by TheSupportForum TheSupportForum is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.4 Rating:
Released: 08-31-2009 Last Update: 09-28-2009 Installs: 52
Uses Plugins Auto-Templates
Code Changes Additional Files  
No support by the author.


Google Adsense Privacy Policy

Description: Webmasters/Site owners who currently use Google Adsense on there site need have a Privacy Policy for that shows Guests and Registered Users what information is being held about them

this is now part of Googles Legal Document that is required if you are using vBulletins Adsense Version

To Activate Advertising Integration: Google AdSense Click here to activate




Instructions:


Submit it to Google at http://www.google.com/addurl.html.
Submit a Sitemap using Google Webmaster Tools. Google uses your Sitemap to learn about the structure of your site and to increase our coverage of your webpages.
Make sure all the sites that should know about your pages are aware your site is online.

== CHANGELOG ===
29/09/2009

- replaced Google Adsense Image
this was a requirement, mentioned in
http://code.google.com/apis/adsense/terms.html
Listed Under AdSense API Client Development and Distribution
Logo Use Restrictions
this was missed by mistake

PM OR post a thread for suggestions on version 4


Requirements:


Template Modification System 1.1.5 (you must have this otherwise the template edit for footer will not work amongst other issues)

This wil not work without Template Modification System 1.1.5

Javascript Must Be Enable

Browser Support :
? Firefox: 3.5.3
? Netscape
? Internet Explorer: 8.0.6001.18813
? Safari 2.0.3 (Mac)


we are proud to announce VB4 Version available
HERE

IN ORDER TO DOWNLOAD YOU WILL NEED TO REGISTER
CLICK HERE TO NOMINATE or MARK AS INSTALLED

Download Now

File Type: zip Adsense Privacy Policy v3.2.5b.zip (12.0 KB, 235 views)

Screenshots

File Type: jpg screenshot2.jpg (11.0 KB, 0 views)
File Type: jpg screenshot.jpg (148.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 09-19-2009, 12:28 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes i just did and i reinstalled it, why would it only appear to registered members?
How does google find it then?
Im registered and it dont show for me.
Reply With Quote
  #43  
Old 09-19-2009, 12:38 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LCN2007 View Post
Yes i just did and i reinstalled it, why would it only appear to registered members?
How does google find it then?
Im registered and it dont show for me.
this MOD looks for a code in the footer, if you have changed the footer or removed links it will not work

in your footer look for

<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>

underneath this code add

<if condition="$vboptions['T4U_pri']"><a href="$vboptions[bburl]/privacy_policy.php">$vbphrase[privacy_policy]<a> -</if>



also you may need to install
Requirements
Template Modification System 1.1.5
if this still does not work

please check the screenshot provided in this link to make sure you have it turned on
Attached Images
File Type: jpg Untitled.jpg (24.2 KB, 0 views)
Reply With Quote
  #44  
Old 09-19-2009, 12:46 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have never edited the footer and it worked when i originaly installed it.

I searched and found :

<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>

Then I added this to the footer:

<if condition="$vboptions['T4U_pri']"><a href="$vboptions[bburl]/privacy_policy.php">$vbphrase[privacy_policy]<a> -</if>

That worked great i dont know why it didnt do it automaticlt like when i first installed it.

Do you have any idea whay its breaking my template?

Is it not fluid can it be made fluid?
Reply With Quote
  #45  
Old 09-19-2009, 12:47 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why can only registered members see the page?

Shoudn't it be public so google can crawl it and know that we are compliant with the rules od adsense?
Reply With Quote
  #46  
Old 09-19-2009, 12:51 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LCN2007 View Post
I have never edited the footer and it worked when i originaly installed it.

I searched and found :

<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>

Then I added this to the footer:

<if condition="$vboptions['T4U_pri']"><a href="$vboptions[bburl]/privacy_policy.php">$vbphrase[privacy_policy]<a> -</if>

That worked great i dont know why it didnt do it automaticlt like when i first installed it.

Do you have any idea whay its breaking my template?

Is it not fluid can it be made fluid?

please look at previous post to understand why it may not of worked
your forum style in fixed not fluid

fuild is when your forum width is 100%,
fixed is when you have a table resounding your margins like you do on left and right sides
Reply With Quote
  #47  
Old 09-19-2009, 12:55 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LCN2007 View Post
Why can only registered members see the page?

Shoudn't it be public so google can crawl it and know that we are compliant with the rules od adsense?
as long as you have submitted you site details as shown above
google will review your site and tell you if you are not complying with their policy

Follow these guidelines to get started if you havent done so

Submit it to Google at http://www.google.com/addurl.html.
Submit a Sitemap using Google Webmaster Tools. Google uses your Sitemap to learn about the structure of your site and to increase our coverage of your webpages.
Make sure all the sites that should know about your pages are aware your site is online.


also looking at your forum you dont seem to have any google adsense ???
Reply With Quote
  #48  
Old 09-19-2009, 12:58 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I understand why it didnt work i didnt know that i needed TMS i totaly missed that requirement. In the last version it automaticly made the template edit and added the link.
I dont use TMS i do all my manual edits as do a lot of other members.

My forum is fluid and the pilocy page is not so its breaking my templates acn you help?

Why can only registered members see the page?

Shoudn't it be public so google can crawl it and know that we are compliant with the rules of adsense?
Reply With Quote
  #49  
Old 09-19-2009, 01:04 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
as long as you have submitted you site details as shown above
google will review your site and tell you if you are not complying with their policy

Follow these guidelines to get started if you havent done so

Submit it to Google at http://www.google.com/addurl.html.
Submit a Sitemap using Google Webmaster Tools. Google uses your Sitemap to learn about the structure of your site and to increase our coverage of your webpages.
Make sure all the sites that should know about your pages are aware your site is online.


also looking at your forum you dont seem to have any google adsense ???
Yes i am in the process of getting aproved they are reviewing my application now.

I have submitted that link and a site map as you suggested thanks.


Now the only issue is its breaking my template is the policy page able to be made fluid?

Or down sized so its not breaking my template?
Reply With Quote
  #50  
Old 09-19-2009, 01:10 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LCN2007 View Post
Yes i am in the process of getting aproved they are reviewing my application now.

I have submitted that link and a site map as you suggested thanks.


Now the only issue is its breaking my template is the policy page able to be made fluid?

Or down sized so its not breaking my template?

to show to all users

it footer and remove

<if condition="$vboptions['T4U_pri']">

but this will mean you can turn this mod off, the link above allow you to do just that


how can google review your site for adsense if you have none,
you need to add adsense first before you submit your site

did you activate googe adsense in vbulletin membership area ?

in admincp you should have a section called advertising ?
Reply With Quote
  #51  
Old 09-19-2009, 01:16 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes i activated adsense its pending review im just getting all the privacy policy and small things in order.

I see you signed up on my site did you see how the page was breaking?
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 06:58 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.06337 seconds
  • Memory Usage 2,349KB
  • Queries Executed 27 (?)
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
  • (5)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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