Needed only if downloaded zip before 8:44 AM March 12, 2005)
It was reported that if the New Post folder is filled and someone wants to Save a draft in their New PM folder that is not filled, they can not access the Save Draft button to save the New PM. This only effects groups that have (#) limit on messages that they can be saved!
Fix! (file => ./private.php)
Find in => private.php
Code:
if ( drafts_total ( $bbuserinfo['userid'], $permissions['usergroupid'], 1 ) >= $permissions['newpmmax'] )
{
replace With
Code:
if ( drafts_total ( $bbuserinfo['userid'], $permissions['usergroupid'], 3 ) >= $permissions['newpmmax'] )
{
// end fix
Sonia