The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Allowing cookie choice
Hi all, a new law has just come to pass in the UK which means you must tell the user of your site that you use cookies and what is stored with the cookies, you must also give them the choice NOT to have cookies stored and explain to them what happens if they decline.
With the above in mind i have tried many things to detect if the user has cookies enabled and then show a message box with a "Yes or No" button, choosing "No" (not wanting cookies stored) should redirect them to either another webpage like google or a custom page yet again informing them that they declined to use cookies and therefore cannot use your site (i say this because i tried setting my IE privacy to maximum (not accept cookies) and couldn't view my site) Checking if cookies are enabled means having to redirect them after they visit your site to another page so you can check if isset($Cookies but thats not ideal, so i guess all guests should get the pop up regardless of cookies set or not and asked the question and all members should be forced to select the "Yes" option in a custom profile field ($field25 in my case) if they choose "No" they are logged out, when logging ion again if "Yes" isn't set they should be redirected to their usercp>edit options or maybe a box with two selections "Yes or No" and the answer is stored in the database. I'd appreciate all the help i can get creating the above. |
#2
|
|||
|
|||
I don't have any help on that, but I know there's a thread on that subject on vbulletin.com
I really don't understand the law. It seems like it would make much more sense to require browser software to give users greater control. |
#3
|
||||
|
||||
Quote:
PHP Code:
|
#4
|
|||
|
|||
I don't follow exactly what you're trying to do. But I can tell you that you're getting "headers already sent" because your echo is before the header() call. But even if you reverse them, I'm not sure that the user will ever see your message.
Seems like someone needs to create some kind of generic web site "front end" that checks for a "I'm allowing cookies" cookie and if it's not found, send the user to a page that lets them choose. |
#5
|
||||
|
||||
No doubt i'll post in this thread lots as i build this, i'll then release it for everyone else
|
#6
|
||||
|
||||
Germany has the same law (at least it should have it by now, as any other EU country as well)
The best advice I could give you is to ignore it or to close your board as it is pretty much impossible to comply without ailienating your guest visitors. Sooner or later even the EU commission will understand that this is not going to work. |
#7
|
||||
|
||||
Lol, well im not going to close my baby down, and i'd like to try and comply in a way that won't alienate potential visitors, so really it woulr be nice to detect cookies or via session and then give them the option.
I hear what you are saying though |
#8
|
|||
|
|||
On one of my sites (non vbulletin) i've just added a footer link to a static page that has info on how and why we use cookies (as per the example from JohnLewis's site in link), which accoriding to info from a now ex hosting company and this from affiliate future is all I need to do..
I would be interested in a mod for vBulletin though similar to the example of the ICO site.. |
#9
|
||||
|
||||
The trouble with forums is that the cookies are tracking cookies which falls well within the eu scope of whats wrong, so you cannot just provide a note, you have to provide them a way of opting out even if that means redirecting them away from your site, however, if you're clever you can use a target="_blank" link and send them here for google opt out Google Opt Out and here for more info on how to deal with it themselves All About Cookies, i'm currently working on something and hope to release it in a few days when i iron out the bugs n stuff and have it working for all versions of vb
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|