AsmBB

Power
Login Register

GDPR Cookie Consent
0

#16030 (ツ) ganuonglachanh
Created 12.03.2020, read: 1885 times

I hate >:-( GDPR (General Data Protection Regulation), but if we want to server EU user, you should implement this.

May be a simple toast popup every time new user first visit our board?

var cookieToast = new Toast(
        {
          content: 'This website uses cookies to improve your experience',
          timeout: ActivityTimeout,
          position: ActivityAlign,
          type: 'info'
        }, 0);
cookieToast.show();

then add a cookie shown value to check if we should shown the toast on 1st time visit?

Thank you!

#16031 (ツ) johnfound
Created 12.03.2020, read: 1883 times
ganuonglachanh

I hate >:-( GDPR (General Data Protection Regulation), but if we want to server EU user, you should implement this.

May be a simple toast popup every time new user first visit our board?

var cookieToast = new Toast(
        {
          content: 'This website uses cookies to improve your experience',
          timeout: ActivityTimeout,
          position: ActivityAlign,
          type: 'info'
        }, 0);
cookieToast.show();

then add a cookie shown value to check if we should shown the toast on 1st time visit?

Thank you!

No need for this. The GDPR cookie consent is mandatory only if the cookies used are not session cookies and not needed for the work of the web site. AsmBB is completely in accordance with GDPR without special cookie consent.

#16032 (ツ) ganuonglachanh
Created 12.03.2020, read: 1881 times

It's good to hear that sir rofl

GDPR Cookie Consent
0

AsmBB v3.0 (check-in: a316dab8b98d07d9); SQLite v3.42.0 (check-in: 831d0fb2836b71c9);
©2016..2023 John Found; Licensed under EUPL. Powered by Assembly language Created with Fresh IDE