Hi John,
I saw something I don't really understand :-(
First my settings:
$PRIVACY_MODULE = privacy.php $HIDE_LIVE_PEOPLE = true
$SHOW_LIVING_NAMES = $PRIV_USER $USE_RELATIONSHIP_PRIVACY = true $MAX_RELATION_PATH_LENGTH = 3 $CHECK_MARRIAGE_RELATIONS = true
I want to Hide all details of ID 5. ID 5 is dead.
In privacy.php I have: $person_privacy["I5"] = $PRIV_NONE;
As I understood so far this means that all details of ID5 are hidden from every user, authenticated or not except from an admin user.
For non-logged-in users this works fine but every logged in user, who is a relative (example a child of ID 5) can see the details of this person.
I thought this would only be if I say: $person_privacy["I5"] = $PRIV_USER
???
Is this a bug or a feature ;-)
bye, Kurt
Thank you John,
seems to work in v2.61b1 :-)
:-(
Sorry John...
just forgert my last message...
I looked at something else and then I thought you made a change and now it works :-(
The problem I wrote in the first message of this threat is correct...
$person_privacy["I3"] = $PRIV_NONE;
doesn't seem to work if the logged in user is a relative of ID 3 :-(
Hi Kurt,
I haven't had a chance to look at this yet. Could you file a Bug report for it?
Thanks, --John
Log in to post a comment.
Hi John,
I saw something I don't really understand :-(
First my settings:
$PRIVACY_MODULE = privacy.php
$HIDE_LIVE_PEOPLE = true
$SHOW_LIVING_NAMES = $PRIV_USER
$USE_RELATIONSHIP_PRIVACY = true
$MAX_RELATION_PATH_LENGTH = 3
$CHECK_MARRIAGE_RELATIONS = true
I want to Hide all details of ID 5.
ID 5 is dead.
In privacy.php I have:
$person_privacy["I5"] = $PRIV_NONE;
As I understood so far this means that all details of ID5 are hidden from every user, authenticated or not except from an admin user.
For non-logged-in users this works fine but every logged in user, who is a relative (example a child of ID 5) can see the details of this person.
I thought this would only be if I say:
$person_privacy["I5"] = $PRIV_USER
???
Is this a bug or a feature ;-)
bye, Kurt
Thank you John,
seems to work in v2.61b1 :-)
bye, Kurt
:-(
Sorry John...
just forgert my last message...
I looked at something else and then I thought you made a change and now it works :-(
The problem I wrote in the first message of this threat is correct...
$person_privacy["I3"] = $PRIV_NONE;
doesn't seem to work if the logged in user is a relative of ID 3 :-(
bye, Kurt
Hi Kurt,
I haven't had a chance to look at this yet. Could you file a Bug report for it?
Thanks,
--John