Thanks for the info, that helps me a lot
One last question: Is there a way to add some information for the users to this privacy page? I already checked if there is a way in page builder, so i can add a html or php block but i couldn't find.
I also tried to find an easy way in the code of member_privacy.php but the only thing happening there looks to be some block generation passing to the template engine which yet have never dealed with. If i want to add another block above all the others on member privacy page, do i have to add an own function in BxBasePrivacyView.php and call it like the rest of the blocks in member_privacy.php? I speak about these lines here where i think i can add my block
// --------------- page components
$iIndex = 82;
$_page['css_name'] = 'privacy_settings.css';
$_page['header'] = _t( "_ps_pcpt_privacy_settings" );
$_page['header_text'] = "";
$_page['name_index'] = $iIndex;
$_page_cont[$iIndex]['page_code_add_members'] = $oPrivacyView->getBlockCode_AddMembers();
$_page_cont[$iIndex]['page_code_delete_members'] = $oPrivacyView->getBlockCode_DeleteMembers();
$_page_cont[$iIndex]['page_code_my_groups'] = $oPrivacyView->getBlockCode_MyGroups();
$_page_cont[$iIndex]['page_code_create_group'] = $oPrivacyView->getBlockCode_CreateGroup();
$_page_cont[$iIndex]['page_code_default_group'] = $oPrivacyView->getBlockCode_DefaultGroup();
$_page_cont[$iIndex]['page_code_default_values'] = $oPrivacyView->getBlockCode_DefaultValues();
// --------------- [END] page components
Maybe there is an easier solution you can tell me.
Thanks in advance
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81