Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

public profiles, fotos, groups to forbid (solved)

10 years 2 months ago
  • Danny's Avatar
    Topic Author
  • Danny
  • Offline
  • Fresh Boarder
  • Posts: 27
  • Thank you received: 1
Licenses:
JomSocial Expired

Please give the operators a page the option to make it public profiles, photos, friends, videos and groups to forbid for members. Thanks.
I need an option in adminpanel, to forbid public button.

10 years 2 months ago
Licenses:

Hi, Danny.

I'm not sure if I understood you well.
You want to forbid users to add items with public access status.
Then, they could only add items with "Site members", "Friends" and "Only me" status.
Is that correct?


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • Danny's Avatar
    Topic Author
  • Danny
  • Offline
  • Fresh Boarder
  • Posts: 27
  • Thank you received: 1
Licenses:
JomSocial Expired

Hello, yes this is it what I mean.
Members are no longer able to set public status for there profiles and profile data. Highest share should be members only. I had already changed files themselves, but must work with each update again. It would be nice if I can set all public to forbidden as a webmaster has the opportunity to publicly ban the admin area completely.
Thank U.

10 years 2 months ago
Licenses:

Hi, Danny.

Here is how to achieve that:

documentation.jomsocial.com/wiki/Overriding_User_Privacy


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Attachments:
10 years 2 months ago
  • Danny's Avatar
    Topic Author
  • Danny
  • Offline
  • Fresh Boarder
  • Posts: 27
  • Thank you received: 1
Licenses:
JomSocial Expired

I know where I set privacy for all users.

But there is no possibility that public option to forbidden the members completely. Each user can set his own profile to public. I want for the admin panel an option that the selection field public hidden for users.

Attachment privacy_public_hidden_for_members.png not found



It should be possible for webmasters, to set max privacy for users. Users only can chose "members, friends ore himself" not public.
These option I missing in adminpanel.

Thanks.
Greets Danny

Attachments:
10 years 2 months ago
Licenses:

Hi, Danny.

Ok, but this will involved a core file to hack. So be aware that after upgrade you could lost your modification. So remember to make a copy of modified file.

Go to this file: /components/com_community/libraries/privacy.php . Edit it and around line 64 change true to false like this:

// Initialize default options to show
		if( empty( $access) )
		{
			$access[ 'public' ]		= false; //change here
			$access[ 'members' ]	= true;
			$access[ 'friends' ]	= true;
			$access[ 'self' ]		= true;
		}

This will hide "Public" option... but not every where. In status box is still visible "Public". here you can use css trick to hide first li with "Public":
.creator-privacy ul.js_dropDownParent li:first-child {
	display: none;	
	}

Also reset users privacy setting and it should be done.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • Danny's Avatar
    Topic Author
  • Danny
  • Offline
  • Fresh Boarder
  • Posts: 27
  • Thank you received: 1
Licenses:
JomSocial Expired

Thank U very much, this solution I look for. I've lost this fix here in forum.
This one that does not always adjust by hand, it would be great if that would eventually be set in the admin panel in future. Thank you.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW