The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
higher pm limit for mod's and admins
How hard would it be to allow the admin's and mod's to have a higher stored pm limit than the users. Right now I only allow my users a max of 5. Unfortunately that means that I and my mods can also only have 5. Any way around this. Thanks...
|
#2
|
||||
|
||||
Admins have no limits in their PM quota.
I can make a hack to remove that quota for moderators as well. Let me know if you are interested. |
#3
|
|||
|
|||
Hmmm, I guess I never noticed for me since I always delete them after I read them but I'll take you up on the admins part. Thanks...
Since it's already set for admins I'm guessing I just need to find the code and add another user group to that statement? Any help is appreciated. Thanks again... |
#4
|
|||
|
|||
Ok I found this code
Code:
if ($pmquota>0 and $touserinfo[usergroupid] != 6 and $bbuserinfo[usergroupid] != 6) { $msgcount = $DB_site->query_first("SELECT COUNT(*) AS messages FROM privatemessage WHERE userid=$touserinfo[userid]"); |
#5
|
||||
|
||||
That's one of them.
I just remember having posted this at VB.com. It's for version 2.2.2. But I think it should work with the latest as well. http://www.vbulletin.com/forum/showt...561#post250561 BTW, I got smacked for posting code hacks over there. |
#6
|
|||
|
|||
Thanks a ton... I'll give that a whirl when I get home later. Thanks...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|