Jump to content
DevFuse Forums

Report permissions


BLTYNR

Recommended Posts

  • 2 weeks later...

Hi, here me Guests can't report, but if with your board happen, open the file admin/applications/core/modules_public/reports/reports.php and search:

		//-----------------------------------------
	// Make sure we have an rcom
	//-----------------------------------------

	$rcom = IPSText::alphanumericalClean($this->request['rcom']);

	if( !$rcom )
	{
		$this->registry->output->showError( 'reports_what_now', 10134 );
	}

 

Add below:

		
	//-----------------------------------------
	// Make sure be logged
	//-----------------------------------------

	if( $this->memberData['member_id'] == FALSE )
	{
		$this->registry->output->showError( 'You have be logged, in order to report.');
	}

 

Hugs.

Link to comment
Share on other sites

Ok i will chek this, and is there a group settings for reporting?

I cant find, but 1 of my users say that he cant reporting.

He get this error:

 

[#10136] You do not have permission to report the item you are attempting to report.

 

But all other user can report :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...