Mutual Friends (Privacy)

Hi,

how i can give members the option not allow see their mutual friends? I know i can remove the block from the profile page, but i want the users to give them control over it.

If you click on your own profile then the block isn't shown, so there is no possibility to click the little key icon to set the visibility to yourself.

Anybody know how to do this? Maybe i just missed something.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 7 Jan 2013

You can try doing this way.

Add a new checkbox in profile fields page builder -> Edit Page.

System Name : HideMutualBlock

Caption : Hide Mutual Block on your Profile

Now go to templates/base/scrips/BxBaseProfileView.php line 568, showBlockMutualFriends function and add this in the beginning of that function next line after "{".

 

$aViewed= getProfileInfo($this->_iProfileID);

if($aViewed['HideMutualBlock']) return;

And you are done. Good Luck :D

 

so much to do....
Quote · 7 Jan 2013

Hey thanks for the tip, didn't thought about using a profile field, LOL.

Based on this I already choose another aproach and included a drop down in pedit.php where the member can choose which groups can see mutual friends and which groups not.

Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81
Quote · 7 Jan 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.