[SOLVED] Where can users view their private message quota? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: [SOLVED] Where can users view their private message quota? (/thread-150436.html) |
[SOLVED] Where can users view their private message quota? - schnappi - 2014-01-27 Hi, Where can forum users view their private message quota? Even with a quota enabled I can't seem to find where the quota is listed to a user. RE: Where can users view their private message quota? - Dave H - 2014-01-27 When I click on Private Messages it shows the percentage of PM space used at the top. RE: Where can users view their private message quota? - schnappi - 2014-01-31 (2014-01-27, 07:11 PM)Dave H Wrote: When I click on Private Messages it shows the percentage of PM space used at the top. Could you post a screenshot? Can't see this in our forum. I am wondering if it is due to our theme. RE: Where can users view their private message quota? - Nathan Malcolm - 2014-01-31 IIRC, administrators are exempt from PM quotas. Try logging in as an regular user? This is a screenshot I found from MyBB 1.2 but it's exactly the same as 1.6. RE: Where can users view their private message quota? - effone - 2014-01-31 ^^ Admins and those who have PM Quota set to unlimited can't view the bar. RE: Where can users view their private message quota? - schnappi - 2014-01-31 (2014-01-31, 07:17 AM)effone Wrote: ^^ Admins and those who have PM Quota set to unlimited can't view the bar. Ah that would explain. Have been logged in as an admin. But had set admin's to have same private message quota as everyone else. Even if admin's cannot view the bar is the quota still enforced? RE: Where can users view their private message quota? - effone - 2014-01-31 Script says:
Means if the usergroup doesn't have unlimited quota as well as can't access ACP (means non-admins) then only the bar will be displayed. So I guess even if you set quota for admin group the bar will not be displayed to admins because the second condition is always false for admins. RE: Where can users view their private message quota? - schnappi - 2014-01-31 (2014-01-31, 07:36 AM)effone Wrote: Script says: So I would assume the limit would still be enforced. Would you agree? RE: Where can users view their private message quota? - Nathan Malcolm - 2014-01-31 There's no limit for administrators. RE: Where can users view their private message quota? - effone - 2014-01-31 (2014-01-31, 07:42 AM)schnappi Wrote: So I would assume the limit would still be enforced. Would you agree? Don't know why you assume that. If the condition is always false for admins they are obviously always out of the restriction. Edit: ^^ Oops Nathan :p |