Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 3,837
I
Ian
Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
Should we be seeing '<user> is over their Private Topic limit. ' as an admin.

I thought admins could always PM users irrespective of their limit on their inbox.

Ian #226742 05/25/2009 2:37 PM
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
It was a previous issue but I thought Rick addressed it in 7.5.3
No it was v7.5.1
Quote
BUGFIX: When a user is over their private topic limit, Administrators will still be able to send them a new PM.
Maybe it got re-broke in 7.5.3 LOL

Last edited by Ruben; 05/25/2009 2:40 PM. Reason: Added comment

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
There are 2 spots for this and it looks like I only caught one of them. LIne 152 of scripts/sendprivate.inc.php has this:

Code
if ($total >= $pm_limit) {

That needs to be changed to this:

Code
if ($total >= $pm_limit && ($user['USER_MEMBERSHIP_LEVEL'] != "Administrator")) {

Rick #226751 05/26/2009 3:23 PM
Joined: Jun 2006
Posts: 3,837
I
Ian
Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
Thanks Rick smile


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
2 members (Ruben, Nightcrawler), 803 guests, and 259 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)