Hi.
i fixed the "Edit Kunena Profile" and "All Posts" problem
Edit the file:
/plugins/jagdpr/kunena/tmpl/default.php
Change the code
'index.php?option=com_kunena&view=topics&layout=user&mode=posts&userid=' . $user->userid
To
'index.php?option=com_kunena&view=topics&layout=user&mode=posts&userid=' . $user->userid . '&Itemid=237'
Change the code
KunenaProfile::getInstance()->getEditProfileURL($user->userid);
To
JRoute::_('index.php?option=com_kunena&view=user&layout=edit&Itemid=237');
I don't think it's the bug of JA GDPR because when you access the forum link
All the Forum Profile link strangely become Community profile link as well.
Maybe it's cause by some Jomsocial Plugin.
And you have a Fatal Error on your Forum Edit Profile Page.
Object of class stdClass could not be converted to string in
components/com_kunena/template/purple_pirate/layouts/user/edit/profile/default.php
Unfortunately the behavior of Request button and Save to PDF was made that way.
Dev team will try to update that in the future.
Thanks and Regards.