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.

[SOLVED]changes in group settings dont update

10 years 3 months ago
Licenses:
JomSocial Expired

Hi there
From the backend I`m trying to change group privs, so users can upload photos and so on, in the group, BUT
the changes dont get saved..

jomsocial 3.1.0.1

Please advise...

NB. This issue is the same on our live site, and our test site....so something must be wrong...

10 years 3 months ago
Licenses:
JomSocial Expired

Any help would be great- all our users cant upload to their group..

regards

10 years 3 months ago
Licenses:
JomSocial Expired

This is the same issue for frontend - This is a big bug
Please assist asap...
regards

10 years 3 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

This is valid bug, I alraedy reported this to our developer, will let you once I get the patch.

10 years 3 months ago
Licenses:
JomSocial Expired

ok - thankyou Dimas
I hope the fix comes quickly

regards

10 years 3 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Yes me too, please be patient I already asked this issue again to our dev.

10 years 3 months ago
Licenses:
JomSocial Expired

Hi Dimas -
Any news on a fix to this problem - We are running a photo site with 12000 members, and they cant upload photos or anything....

regards

10 years 3 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

How to fix this..

1.Open this file administrator/components/com_community/controllers/groups.php
2. find this code :

$groupId	= $jinput->request->get('groupid' , array(), 'array'); //JRequest::getVar( 'groupid' , '-1' , 'REQUEST' );
	$memberId	= $jinput->request->get('memberid' , '', 'INT'); //JRequest::getVar( 'memberid' , '' , 'REQUEST' );

replace to :
$groupId	= $jinput->request->get('groupid' , array(), 'array');
		$memberId	= $jinput->request->get('memberid' , '', 'INT');

3. add this code :
$groupParam = new CParameter($group->params);
		//var_dump($groupParam);

below this code :
$group->load( $id );

3. add this code :
foreach($postData as $key=>$data){

			if(!is_null($groupParam->get($key,NULL))) {
				$groupParam->set($key,$data);
			}
		}

		$group->params = $groupParam->toString();

below this code :
$group->bind( $postData );

10 years 3 months ago
Licenses:
JomSocial Expired

Hi Dimas
I made the changes, and it seems to work.

I have one question: when a user is creating an album and wants to upload images, the user has access to upload to ALL ALBUMS , made by other group members....Can this be right...?

regards

10 years 3 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Glad to know that..

Can you create new topic for your special question please?

10 years 3 months ago
  • Pat's Avatar
  • Pat
  • Offline
  • Junior Boarder
  • Posts: 142
  • Thank you received: 3
Licenses:
JomSocial Active Socialize Expired

fwiw - I was having the same problem on a fresh install and the edits fixed it for me also. Thanks!

10 years 3 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

glad to know that Pat.

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