There is no acceptance of forum rules in a vanilla phpBB install (and in any case it would be board rules)
It istojag wrote: Tue Mar 20, 2018 8:43 pm 2. Next, new user should accept privacy policy compliant with GDPR and time of this accept should be registered.
It makes no difference on how an an account is activated the user data has to be in the database at this stage otherwise how will you know about the user? By this stage the user has already accepted the GDPRtojag wrote: Tue Mar 20, 2018 8:43 pm 3. The account is created. DATA WILL BE GRABBED IN THE DATABASE. The account is waiting for activation. So there is no user GDPR approval yet. This can be checked in ACP for this user but the data is already collected.
They have already accepted the GDPRtojag wrote: Tue Mar 20, 2018 8:43 pm 5. The user logs in for the first time and must accept GDPR. Now the acceptance time of the privacy policy compliant with GDPR is registered. If the user accept privacy policy, everything is ok.
If the user does not accept the GDPR then they will not have registered and there will be no data in the databasetojag wrote: Tue Mar 20, 2018 8:43 pm 6. If the user has not activated the account or does not consented to the acceptance of GDPR, then his data is still in the forum database.
I agree! We as admins should doing according to law.swissboy wrote: Thu Mar 22, 2018 11:40 am Without it a lot of phpBB forums had to be closed in the EU.
I totally agree too. This is a great and useful extension.tojag wrote: Thu Mar 22, 2018 2:36 pmI agree! We as admins should doing according to law.swissboy wrote: Thu Mar 22, 2018 11:40 am Without it a lot of phpBB forums had to be closed in the EU.
I know that most people disregard this, but sometimes one dissatisfied user is enough to bring about bankruptcy. I am not FB, MS or G. I can not allow it.
David, You do cool things. Thanks!
Yes - in one of two ways.tojag wrote: Fri Mar 23, 2018 11:02 am Can the data from additional custom profile fields be displayed in privacy details in the UCP?
It works fine!david63 wrote: Fri Mar 23, 2018 11:13 am 1. If the CPF starts with phpbb then it will be automatically picked up, if the field has been enabled.
External Links Open in New Window
Location
" field cannot be translated, I see no language string for that in the files.I confirm it.Froddelaar wrote: Fri Mar 23, 2018 3:29 pm & in UCP, the "Location
" field cannot be translated, I see no language string for that in the files.
That's a native string, common.phpFroddelaar wrote: Fri Mar 23, 2018 3:29 pm & in UCP, the "Location" field cannot be translated, I see no language string for that in the files.
'LOCATION' => 'Location',
ACP/users / profilefields / [b]phpbb_location[/b]
... It's translated in the language/nl/common.php file3Di wrote: Fri Mar 23, 2018 11:16 pmThat's a native string, common.phpFroddelaar wrote: Fri Mar 23, 2018 3:29 pm & in UCP, the "Location" field cannot be translated, I see no language string for that in the files.
'LOCATION' => 'Location',
You may override it I guess, inACP/users / profilefields / [b]phpbb_location[/b]
...
at the bottom of that page http://prntscr.com/ivjv4n
Code: Select all
'LOCATION' => 'Locatie',
Look at my screenshot, instead ofFroddelaar wrote: Fri Mar 23, 2018 11:19 pmIt's translated in the language/nl/common.php file3Di wrote: Fri Mar 23, 2018 11:16 pmThat's a native string, common.phpFroddelaar wrote: Fri Mar 23, 2018 3:29 pm & in UCP, the "Location" field cannot be translated, I see no language string for that in the files.
'LOCATION' => 'Location',
You may override it I guess, inACP/users / profilefields / [b]phpbb_location[/b]
...
at the bottom of that page http://prntscr.com/ivjv4nBut still in English in this extCode: Select all
'LOCATION' => 'Locatie',
LOCATION
digit Locatie
, what happens?But that will also show "Locatie" to English users .. ?3Di wrote: Fri Mar 23, 2018 11:22 pmLook at my screenshot, instead ofFroddelaar wrote: Fri Mar 23, 2018 11:19 pmIt's translated in the language/nl/common.php file3Di wrote: Fri Mar 23, 2018 11:16 pmThat's a native string, common.phpFroddelaar wrote: Fri Mar 23, 2018 3:29 pm & in UCP, the "Location" field cannot be translated, I see no language string for that in the files.
'LOCATION' => 'Location',
You may override it I guess, inACP/users / profilefields / [b]phpbb_location[/b]
...
at the bottom of that page http://prntscr.com/ivjv4nBut still in English in this extCode: Select all
'LOCATION' => 'Locatie',
LOCATION
digitLocatie
, what happens?