Unobtrusive EU cookie work-around
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> 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> Code:
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> 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" /> Code:
<label for="cb_cookieuser_navbar"> 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 |
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 |