vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Integration with vBulletin - EU Cookie / Privacy Laws by cookie-script (https://vborg.vbsupport.ru/showthread.php?t=311033)

franzes80 05-02-2014 10:00 PM

EU Cookie / Privacy Laws by cookie-script
 
1 Attachment(s)
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-->

This code you can get it by
Code:

http://cookie-script.com/
DEMO:
here

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

Code:

<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:

Quote:

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


All times are GMT. The time now is 02:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01528 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete