PDA

View Full Version : Usergroup can't view PMs or Settings!?


slammz
04-11-2012, 02:22 AM
I have about 2 to 3 usergroups that cannot do this. I have checked everything! :\

Lynne
04-11-2012, 03:06 PM
Check their individual settings and make sure they have PMs turned on.

slammz
04-15-2012, 04:02 AM
Check their individual settings and make sure they have PMs turned on.

It is enabled.

--------------- Added 1334499358 at 1334499358 ---------------

Anyone? I have checked several perms on the groups and they look fine.

Lynne
04-15-2012, 03:48 PM
Well, if you are positive your settings are correct, have you checked to make sure the individuals even have PMing turned on? (You can see this by looking up the user in the admincp)

slammz
04-15-2012, 04:00 PM
Well, if you are positive your settings are correct, have you checked to make sure the individuals even have PMing turned on? (You can see this by looking up the user in the admincp)

http://puu.sh/pKNo

That?

Lynne
04-15-2012, 04:26 PM
Yes, that area, but there are several PM setting there. Like what do they have set for "Receive Private Messages only from Contacts and Moderators" ?

And if that is all fine, the try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

slammz
04-15-2012, 04:37 PM
Yes, that area, but there are several PM setting there. Like what do they have set for "Receive Private Messages only from Contacts and Moderators" ?

And if that is all fine, the try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

I have used this before and it totally messes up my site to the point where nothing at all works.

Lynne
04-15-2012, 11:42 PM
That's because it disables all of your modifications at once.

I don't know how else you are going to figure out if it is a modification causing this problem than to disable your modifications.

slammz
05-07-2012, 11:30 PM
That's because it disables all of your modifications at once.

I don't know how else you are going to figure out if it is a modification causing this problem than to disable your modifications.

I did it and it worked for the groups. So it must be a plugin not allowing it or a template mod?

kh99
05-07-2012, 11:34 PM
Using define('DISABLE_HOOKS', true) is only meant to be a temporary test to see if a mod is causing the problem, so now that you know you can remove it. You can narrow it down to a specific mod by going to the product manage and disabling your add-on products one at a time.

slammz
05-07-2012, 11:42 PM
It was a mod. I found it and fixed it.