Back to vBulletin 4.x Template Modifications

Unobtrusive EU cookie work-around
Mod Version: 1.00, by Kirk Fitzgerald

vB Version: 4.2.0 Rating: (2 votes - 4.50 average) Installs: 7
Released: 23 Jul 2012 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

The EU Legislation regarding website cookies may on the surface appear not to concern forum owners, but I am afraid it does very much concern us, the cookie that "Remember Me?", login and register downloads constitute 'non-essential cookies' and is in actuality a direct violation of the EU Legislation.

Even if you do not agree with this Legislation, the facts remain the same, it is a Law and whether we like it or not as forum owners we can be held accountable, in light of this I figure why have a messy image or annoying pop-up infuriating your users when we can use a simple title html function.

You can see it working live on my own site here: http://lightpathways.gi9.co/forum.php

OPEN:
header template

FIND:
Code:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
REPLACE WITH:
Code:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" title="In accordance with EU Laws we must inform you that registering with us will store a cookie on your computer!">{vb:rawphrase register}</a></li>
FIND:
Code:
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
REPLACE WITH:
Code:
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register} In accordance with EU Laws we must inform you that logging in will store a cookie on your computer!" accesskey="s" />
FIND:
Code:
<label for="cb_cookieuser_navbar">
REPLACE WITH:
Code:
<label for="cb_cookieuser_navbar" title="In order for this site to work correctly, and for us to improve the site we need to store a small file (called a cookie) on your computer. Most every site in the World does this, however since the 25th of May 2011, according to EU Laws we have to get your permission first. If you click the box for 'Remember Me?' we will store a cookie on your computer, you do not have to click this box if you do not want us to download a cookie onto your computer but if you make this choice then this site will not work properly, the choice is yours to make!">


SAVE AND CLOSE header TEMPLATE

NOTE: You can of course alter the text if you wish but be sure to maintain the following basic structure or it wont work properly, replace ONLY the text in red!

Download

No files for download.

Screenshots

Click image for larger version
Name:	titlehover.jpg
Views:	222
Size:	74.5 KB
ID:	140042   Click image for larger version
Name:	loginhover.jpg
Views:	132
Size:	55.5 KB
ID:	140047   Click image for larger version
Name:	registerhover.jpg
Views:	114
Size:	54.0 KB
ID:	140048  

Similar Mods

Miscellaneous Hacks Cel Update your Browser Nagger (unobtrusive) vBulletin 4.x Add-ons
Miscellaneous Hacks Cel Update your Browser Nagger (unobtrusive) vBulletin 3.8 Add-ons

vblts.ru supports vBulletin®, 2022-2024