Print Page | Close Window

Couple small PM bugs with workarounds

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=29874
Printed Date: 01 April 2026 at 2:32am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Couple small PM bugs with workarounds
Posted By: stevehal
Subject: Couple small PM bugs with workarounds
Date Posted: 14 October 2011 at 8:14pm
Hi,
 
I found a few small bugs in the PM system of 10.03. I am posting my workarounds if that is OK.
 
Our forum has been around quite a while, and I have an archive of about 700 PM's since I am admin of the forum. The limit is 100.
 
Every time I would go to the forum, I would get the warning popup message saying I was over my limit, even though there is no inbox limit for admins (group 1). So to remove the popup from appearing for the admin group 1, I went to Includes/pm_check_inc.asp and added this around line 80, enclosing the popup message code in an if statement:
 
If intGroupID <> 1 then
    <Popup message code is here>
End If
 
Also, the percentage bar would overscroll the table boundary, all the way off the page. So to fix that I did this on these files in the root folder:
 
In pm_inbox.asp I added right above the HTML table with the bar graph (around line 378):
 
If intNumOfPMs > intPmInbox Then intNumOfPMs = intPmInbox
 
I did similar in the pm_outbox.asp at around line 365:
 
If intNumOfPMs > intPmOutbox Then intNumOfPMs = intPmOutbox
 
With the above, the percentage slider will stay within the table boundary.
 
Hope the above is useful!
 
Thanks,
 
Steve



Replies:
Posted By: WebWiz-Bruce
Date Posted: 15 October 2011 at 10:37am
Thanks stevehal.

Will look at adding these changes to the next release.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net