Giter VIP home page Giter VIP logo

kickgdpr's People

Contributors

brianteeman avatar coolcat-creations avatar nielsnuebel avatar tecpromotion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kickgdpr's Issues

kickgdpr legt Webseite lahm

Ich habe das plugin auf 2 Webseiten installiert. Erste Seite problemlos, zweite Seite zeigt code 500 an sobald ich kickgdpr aktiviere. Gibt es eine Idee, wie man das lösen kann? Allerneuste Joomla Version in beiden Fällen.

en-GB translation problems

On a site where we enforce the en-GB language the backed strings are not translated

unbenannt

With debug enabled it seams it don't load the ini the sys.ini is loaded correctly.

tag strong is not closed

PLG_SYSTEM_KICKGDPR_XML_DESCRIPTION="Cookie hint plugin based on Cookie Consent. Integrates Google Analytics the easy way.<br /><br /><span style="_QQ_"color:green;font-weight:bold;"_QQ_">Notice:</span><br />For an update from version <2.0.0 please go to the Cookies tab once and check the setting <strong>JS / CSS Source</ strong>. Do not forget to save"

jQuery Abhängigkeit

Bitte prüfen, ob die jQuery Abhängigkeit beseitig und transpiliertes (natives) JS verwendet werden kann.
Unsere neuesten Seite nutzen kein jQuery mehr und Joomla selbst plant in Zukunft sich auch davon zu lösen und nur natives JS zu verwenden.

Error 500 bei Freigabe, Joomla 2.5

Sobald ich das Plugin freischalte erhalte ich Error 500 im Front- und Backend.
"Die Zeichenkodierung des HTML-Dokuments wurde nicht deklariert. Das Dokument wird in manchen Browser-Konfigurationen mit verstümmeltem Text dargestellt, wenn das Dokument Zeichen außerhalb des US-ASCII-Bereichs enthält. Die Zeichenkodierung der Seite muss im Dokument oder Transferprotokoll deklariert werden."
-> Joomla 2.5, charset=utf-8

revoke button not visible

Hi
Thanks for this great plugin but I can't see any revoke link once you accepted or refused the cookies.

moreover I can't understand how the GAnalytics Opt Out feature works. Where should we use the {kickgdpr_ga_optout}Disable Google Analytics{/kickgdpr_ga_optout} line please ?

thanks

cyril

RTL Support issue

Hi Niels,

After installing your plugin in an english/arabic site the tag is always en-gb / ltr even if we switch to arabic. if I disable the plugin it works fine. Can you shed some light on this? Where to look for a solution?

Kind regards,
Remco Janssen

Remove from crawling

The plugin is crawled and so sometimes the Description in Google is "We use cookies..."
There must be some way to exclude this text?

undefined property

Updated to the latest version and my template layout is destroyed. I see a flash of a php-notice (had to do a screen record of the loading) to be able to stop the movie and read it:

Undefined property: stdClass::$link_url_target in .../kickgdpr.php on line 177

Opt-Out/Opt-In Cookies

Guten Tag,

ich würde gerne die Opt-Out Funktionalität des PlugIns nutzen. Sprich wenn einer im Banner auf Cookies ablehnen drückt sollen die Cookies deaktiviert werden. Leider werden ich aus dem im Backend verlinkten Code (https://cookieconsent.insites.com/documentation/disabling-cookies/) nicht so ganz schlau. Wo/in welcher Form müsste ich den einbinden, damit das funktioniert?

Vielen Dank schon mal im Voraus.


Good evening,

I would like to use the Opt-Out option of the plugin. When a user press "Decline Cookies" the cookies should been blocked. I do not understand how to use the code linked in the backend (https://cookieconsent.insites.com/documentation/disabling-cookies/). Where/How I have to insert it?

Thanks.

Warning Message

There is a Warning: count(): Parameter must be an array or an object that implements Countable in /www/htdocs/xxxxxxx/xxxxxxxx/plugins/system/kickgdpr/kickgdpr.php on line 180
Did not check yet where it comes from - throwing it here to not forget it

Wenn GA deaktiviert ist Linktext vom Plugin ändern

{kickgdpr_ga_optout}Klicken Sie hier um Google Analytics zu deaktivieren{/kickgdpr_ga_optout}

Kann da ein zweiter Parameter rein wenn es bereits deaktiviert ist?
{kickgdpr_ga_optout}Klicken Sie hier um Google Analytics zu deaktivieren|Klicken Sie hier um Google Analytics zuzulassen{/kickgdpr_ga_optout}
Oder ähnlich?

eigener Code

wenn ein eigener Code (Matomo) einegeben wird, werden "<" und ">" inklusive Inhalt nicht gespeichert.

Problem bei JS Kompression und Gruppierung

Wenn Kompressionstechniken von Erweiterungen wie Speedcache oder JCH genutzt werden, führt es JS Problemen.
Das liegt daran, dass z.B. hier:
https://github.com/nielsnuebel/kickgdpr/blob/master/kickgdpr.php#L206
HTML Kommentare innerhalb JS Code verwendet werden. Diese werden durch die Kompressionstechniken gefiltert, was zu Problemen führt. Wenn JS Kommentare verwenden werden oder die HTML Kommentare außerhalb des Script-Tags platziert sind kommt es nicht dazu.

Update loop

The 2.0.1 update points to a archive where the versions are not set to 2.0.1 so it stucks in a update loop ;)

Opt Out muss vor den Tracking Code (Mobile Browser)

<script type="text/javascript"> var gaProperty = 'UA-XXXXXXX-X'; var disableStr = 'ga-disable-' + gaProperty; if (document.cookie.indexOf(disableStr + '=true') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } </script>

Aktivieren nicht möglich

Wenn ich diesen Plugin aktiviere kommt folgende Fehlermeldung
Fatal error: Call to a member function isSite() on null in /data/web/e79087/html/plugins/system/kickgdpr/kickgdpr.php on line 90

Google Analytic - Opt-in

Hi,

is there a way to integrate the google analytic for the GDPR / DSGVO (with opt-in) with your plugin?

I only see an option to disable google analytic in the content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.