Make your website compatible with the General Data Protection Regulation (GDPR) European Law.
2.0
- Removed account delete from logout place and moved to account settings page
Translation on signup is not working properly
Homepage is set to German
„Account delete“ is translated correctly to German
What are the changes for the newest version? :)
I'm getting a weird error on this one since 6.1. Haven't evaluated since before the upgrade to 6.x. Can anyone point me in the right direction, I don't see anything erroring in error.log on apache. Is there somewhere else I can look to see what's happening? I recall this function working fine.
Nevermind, after further evaluation, I see that there is an update for this to 3.1 It fixed the issue.
Michael- thank you, super :)
Or... custom profile tabs.
That would be the better option, tbh.
Why not use menu builder to recreate the delete account option, and then remove it from the topbar dropdown array? that way, it's not up there...
-M.
ossnregistermenuitem('topbardropdown', array(
'name' => 'deleteaccount',
'text' => ossnprint('gdpr:deleteaccount'),
'href' => ossnsite_url('action/gdpr/delete/account'),
'class' => 'ossn-make-sure',
'action' => true,
'priority' => 201
How do I rewrite: Account Settings- Delete account?
GDPR is installed in the wrong place, how can I transfer it? I would like to edit your profile so that it is not distracting. I want here - Account Settings- Delete account.
This does not work for me there is no check box, and it does not open a new page to the terms of service.
Is this also compliant to USA cookie notices?