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
  #22  
Old 09-01-2009, 06:06 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And I looked at the .xml file, all the English text is in there, it doesn't remote grab it from Google, (so always outdated version), so I rather have this as a group of phrases.

This way it can be translated for the arab, france, etc forums, who might have different rules for Adsense due to country laws, etc.

The text is currently hard coded.
Reply With Quote
  #23  
Old 09-01-2009, 06:07 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Floris View Post
Code:
define('THIS_SCRIPT', 'privacy');
This should be the filename, minus the .php

If your file is privacy_policy.php, then that should be

Code:
define('THIS_SCRIPT', 'privacy_policy');
thanks for pointing that out, i have just updated it locally, will upload this to mods soon
Reply With Quote
  #24  
Old 09-03-2009, 11:24 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am currently looking for someone to help develope phrases for each section of this MOD, if someone can help create a language file this would be helpful
Reply With Quote
  #25  
Old 09-05-2009, 12:27 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Current Developements:

Version 3 is now available to download

changelog is now located here
Reply With Quote
  #26  
Old 09-07-2009, 04:31 PM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack, but how can i change the width ? see screenshot:

Reply With Quote
  #27  
Old 09-07-2009, 07:53 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in order to change width open SpryAssets/SpryTabbedPanels.css

Change

Code:
 
.TabbedPanels {
margin: 0px;
padding: 0px;
float: left;
clear: none;
width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
to

Code:
 
.TabbedPanels {
margin: 0px;
padding: 0px;
float: left;
clear: none;
width: 95%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

does this help
Reply With Quote
  #28  
Old 09-08-2009, 03:59 PM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as i said in your pm. no, sorry. still the same problem. btw. i use firefox 3.5.2
Reply With Quote
  #29  
Old 09-08-2009, 09:39 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

spry content panels only work in IE not firefox

i will look into a fix for firefox
Reply With Quote
  #30  
Old 09-09-2009, 04:06 PM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got the same problem with IE...
Reply With Quote
  #31  
Old 09-18-2009, 02:28 AM
LCN2007 LCN2007 is offline
 
Join Date: Jul 2007
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack but this is breaking my template can you help me sort this please.

http://www.localcobalt.net/forum/privacy_policy.php
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 01: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.04579 seconds
  • Memory Usage 2,335KB
  • 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
  • (4)bbcode_code
  • (1)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
  • (3)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