2017 © Pedro Peláez
 

contao-module contao-privacy

Contao bundle that adds a privacy policy consent checkbox to the registration

image

friends-of-contao/contao-privacy

Contao bundle that adds a privacy policy consent checkbox to the registration

  • Friday, June 29, 2018
  • by friends-of-contao
  • Repository
  • 27 Watchers
  • 19 Stars
  • 420 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 13 Open issues
  • 12 Versions
  • 140 % Grown

The README.md

Contao Privacy

About

This extension provides some privacy features to Contao 3.5.x and 4.4.x (4.5.x). If you have some ideas which we should add or change in the mentioned Contao versions, feel free to create an issue., (*1)

We would be pleased, if you could help us with ideas, code snippets or maybe with a small sum of money (> 50 € net). You also can join the project for active working on the features. Please send us an email if you want to help us., (*2)

Integrations

New registration module (GDPR)

Adds a privacy policy consent registration module with checkbox and individual legend and label text. Please Note: You'll need to check the checkbox at editble fields additionally otherwise the text is not visible at the module in the front end., (*3)

, (*4)

Hook

The addPrivacyWidget hook is executed when a user opens the privacy overview page in backend. Extension developers can simply add informations to the overview page., (*5)

// config.php
$GLOBALS['TL_HOOKS']['addPrivacyWidget'][] = array('MyClass', 'myAddPrivacyWidget');

// MyClass.php
public function myAddPrivacyWidget($arrWidgets)
{
    // Any Code
}

Example data for widget, (*6)

    $arrWidgets[] = array(
        'title' => 'friends-of-contao/contao-privacy',
        'content' => 'Es werden keine datenschutzrelevanten Informationen erhoben.',
        'class' => 'green icon'
    );

You can use green, red, orange and gray in widget class for highlighting., (*7)

Video Splash Image for YouTube and Vimeo

We added an option for YouTube and Vimeo to add a splash image before loading the video., (*8)

, (*9)

Analytics opt-out

Provides an "opt-out" button via a front end module. This button simply sets (or removes) an analyticsOptOut cookie, which you can then use in your analytics_* templates (or anywhere else) like this for example:, (*10)

 hasAuthenticatedBackendUser() && !\Input::cookie(AnalyticsOptOut::COOKIE_NAME)): ?>

  


Optionally this module also allows you to remove all cookies for this domain, with the exception of some pre-defined cookies like the session cookie (if active) or a custom list of cookies to keep., (*11)

YouTube no-cookie

Added a checkbox to the YouTube module to switch between standard and no-cookie embedment variant., (*12)

This project has been created and is maintained by friends-of-contao, (*13)

Thank you

christianbarkowsky - BRKWSKY - donating code and ideas, (*14)

fritzmg - Wiesmüller & Gschwantner OG - donating code and ideas, (*15)

MDevster - pdir GmbH - donating code and ideas, (*16)

davidmaack - MEN AT WORK Werbeagentur GmbH - donating code and ideas, (*17)

leofeyer - Feyer Media GmbH & Co. KG - donating code and ideas, (*18)

frontendschlampe - hofff.com - donating ideas and management tasks, (*19)

Pellinger - twobox.com - donating 50 € net, (*20)

anonym - donating 100 € net, (*21)

Manuel Mederer - VILINGO - donating 50 € net, (*22)

Julia Hauser - Jumedia Webagentur GmbH - donating 100 € net, (*23)

If you want to extend the list, feel free to send us an email., (*24)

The Versions

29/06 2018

3.5.x-dev

3.5.9999999.9999999-dev

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

29/06 2018

1.0.0-beta1

1.0.0.0-beta1

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

18/06 2018

dev-master

9999999-dev

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

13/06 2018

2.0.0-beta6

2.0.0.0-beta6

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

26/05 2018

dev-feature/cleanup_logfiles

dev-feature/cleanup_logfiles

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

24/05 2018

2.0.0-beta5

2.0.0.0-beta5

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

23/05 2018

2.0.0-beta4

2.0.0.0-beta4

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

23/05 2018

dev-registration

dev-registration

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

22/05 2018

2.0.0-beta3

2.0.0.0-beta3

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

18/05 2018

dev-3.5-cleanup

dev-3.5-cleanup

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

16/05 2018

2.0.0-beta2

2.0.0.0-beta2

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy gdpr dsgvo datenschutz

14/05 2018

dev-privacy_overview

dev-privacy_overview

Contao bundle that adds a privacy policy consent checkbox to the registration

  Sources   Download

LGPL-3.0-or-later

The Requires

 

registration policy privacy dsgvo datenschutz