vBulletin Search Engine Optimization
|
This is a discussion on Create your own Privacy Policy (using vb templates) within the Member Articles forums, part of the Focus on Members category; With Google Adsense's new terms requiring all sites to have a privacy policy about 3rd party cookies (reference: Tell your ...
| |||||||
|
#1
| ||||
| ||||
| Create your own Privacy Policy (using vb templates)
With Google Adsense's new terms requiring all sites to have a privacy policy about 3rd party cookies (reference: Tell your visitors they are being tracked with web beacons & cookies as AdSense terms updated - JenSense.com ), I figured i'd help you all get started with your own easy to make template. DISCLAIMER: It's best to consult a lawyer if you can, and I take no legal bearing on this privacy policy being legit in any way shape or form. It is what I came up with for my site. Your's may differ. ---------------------------------------
Last edited by briansol; 03-31-2008 at 01:04 PM. |
|
#2
| ||||
| ||||
|
I had put up a privacy policy on my forum a couple of months ago. (generated from the-dma.org) And Yesterday only I restructured some other things (like forum rules, guidelines, etc.). Heres the link to the new section i created : Geek Point - Privacy Policy Anyway, thanks for the article. |
|
#3
| |||
| |||
|
You can also do it in the same fashion as the Custom 404 Page process I created an article about. I use that same method for my About page, Rules page, Privacy page, etc.
|
|
#4
| ||||
| ||||
|
Great contribution. Thank-you.
__________________ Joe Ward / Crawlability Inc. vBSEO Styles: Version 1.0 PRO For Everyone Version 2.0 For vBSEO Customers vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for Download Now 6X Traffic - $1400 in One Day with vBSEO! Max Out Your SEO |
|
#5
| |||
| |||
| Quote:
You create the vBulletin template with the appropriate name, such as custom_About (case matters if you want the page title in the navbits to show up correctly), then set up CRRs like this for each one: '^misc\.php\?do=page&template=About' => 'about.html' '^misc\.php\?do=page&template=Link' => 'link.html' '^misc\.php\?do=page&template=Rules' => 'rules.html' '^misc\.php\?do=page&template=Legal' => 'legal.html' '^misc\.php\?do=page&template=Privacy' => 'privacy.html' Using this method, you don't have to create any custom PHP files. However, this method won't work for pages that have mutiple words in the title. Last edited by Keith Cohen; 03-10-2008 at 09:59 AM. |
|
#6
| |||
| |||
|
Thanks Brian
|
|
#7
| ||||
| ||||
|
I get a white page after following your post, any ideas where I've gone wrong? I just need a temporary privacy statement up, until my homepage and other pages are done. Thanks! Regards Jason |
|
#8
| ||||
| ||||
|
white page can mean a couple things... 1) you're using IE and have 'friendly error' messages on 2) the file names don't match, thus the template can't find the php, and vice versa. 3) these things are CASE SENSITIVE. be sure all 'privacy' keywords are lower case in both the php and the template. if that doesn't do it, start over and try again... you probably missing something simple, but it's impossible to diagnoss from 'white page'. |
|
#10
| ||||
| ||||
|
Cool |
|
#11
| ||||
| ||||
|
Just put mine in today, if i knew it was going to take less than 10 minutes I would have done it sooner.
|
|
#12
| ||||
| ||||
|
I did all the hard work for you |
|
#13
| ||||
| ||||
| For some reason I thought I was going to have to edit stuff and find paths like the 404 redirect which I'm working on now.
|
|
#14
| ||||
| ||||
|
You have an extra </li> right before the </ul> |
|
#15
| ||||
| ||||
|
Thank you, great work guys!
|
| Tags |
| adsense tos, privacy policy |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my privacy.php doesnt seem to want to work.. | Martyn | URL Rewrite Settings | 4 | 08-17-2007 11:34 AM |