The Arcive of vBulletin Modifications Site. |
|
EU Cookie / Privacy Laws by cookie-script Details »»
|
|||||||||||||||||||||||||||
|
EU Cookie / Privacy Laws by cookie-script
Developer Last Online: Dec 2022
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: Code:
<!--Start Cookie Script--> <script type="text/javascript" charset="UTF-8" src="//chs02.cookie-script.com/s/2bfdb342440b5e2ed7df1f1acf3bcba0.js"></script> <!--End Cookie Script--> Code:
http://cookie-script.com/ here Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| tanzeelniazi | ||
| Comments |
|
#2
|
|||
|
|||
|
Hi Franzes. Is there a screenshot of the mod?
|
|
#3
|
||||
|
||||
|
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.
|
| Благодарность от: | ||
| cionfs | ||
|
#4
|
|||
|
|||
|
Demo is dead tho.
|
|
#5
|
|||
|
|||
|
Using such 3rd party links are not so good try below code from cloud flare
And it works with any vBulletin versionCode:
<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>
To Change Theme Below are Codes: Quote:
|
![]() |
|
|