Log in

View Full Version : Can only PM moderator


endanagle
02-09-2006, 06:34 AM
I have recently installed vBulletin 3.5 to replace a forum we had developed in-house. I'm very happy with it over all but there is one feature I was wondering if someone else had worked on or knew of a workaround for...

I have disabled the PM feature in the forum, but would like to have it so that users can PM a moderator (or just me..), but never PM each other.

Any ideas or pointers for me please?

Thanks

Enda
--

projectego
02-09-2006, 06:41 AM
I doubt this is the best way of doing it, but off the top of my head I would suggest giving your Registered Users usergroup a Maximum Stored Messages limit of 0 (you can do this under Usergroup Manager -> Registered Users). And leave the Moderators/Admins with the default figure.

Again, not sure if that's the best way of going about it but that's all I can come up with right now...

By the way you posted in the wrong section. ;)

endanagle
02-09-2006, 07:43 AM
thanks projectego,

sorry didn't mean to post here.. was looking through the other forums and hit new thread in the wrong one.. must be still asleep :ermm:

thanks for the suggestion.. i'll give it a go.

Darat
02-09-2006, 08:48 AM
I could have sworn I'd already posted a response to your question!

You can modify this mod: https://vborg.vbsupport.ru/showthread.php?t=102338

In the XML file of that mod you will see:



<phpcode><![CDATA[if ($vbulletin->userinfo['usergroupid'] == 3)



If you change that "==3" to your registered user group (normally 2) then your registered users will only be able to send PMs to your mods and admins.

endanagle
02-09-2006, 09:07 AM
Thanks Darat,

That's exactly what I was looking for.

Enda
--