PDA

View Full Version : Integration with vBulletin - EU Cookie / Privacy Laws by cookie-script


franzes80
05-02-2014, 10:00 PM
This is EU Cookie/Privacy Laws integration with vbulletin
Works also on vBulletin 3.8.X and 5.X.X
One template edit in the footer:

Go to the footer of the standard style, and put on the end:
Example:
<!--Start Cookie Script-->
<script type="text/javascript" charset="UTF-8" src="//chs02.cookie-script.com/s/2bfdb342440b5e2ed7df1f1acf3bcba0.js"></script>
<!--End Cookie Script-->
This code you can get it by
http://cookie-script.com/

DEMO:
here (http://gamesonic.it/forum/forum.php)

markoroots
04-08-2016, 11:56 AM
Hi Franzes. Is there a screenshot of the mod?

trollshrooms
04-08-2016, 01:04 PM
This isn't a mod its just a site he found, go to http://cookie-script.com/ register and grab the code and paste in your footer template... Done! There are quite a few of these cookie law consent codes available on the net.

tme_power
07-10-2016, 02:35 AM
Demo is dead tho.

ramesh_umk3
07-24-2016, 10:11 AM
Using such 3rd party links are not so good try below code from cloud flare :) And it works with any vBulletin version

<script type="text/javascript">
window.cookieconsent_options = {"message":"GPSUrl uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":"http://www.gpsurl.com/privacy.php","theme":"light-bottom"};
</script>

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10/cookieconsent.min.js"></script>

Do Change Link Url And Message according to your needs

To Change Theme Below are Codes:

theme":"light-bottom"
theme":"dark-bottom"
theme":"light-top"
theme":"dark-top"
theme":"dark-floating"
theme":"light-floating"

Demo Here (http://www.gpsurl.com/)