YAFLogo

bertb
  • bertb
  • 64.4% (Friendly)
  • YAF Camper Topic Starter
16 years ago
When the BoardSetting PrivateMessageMaxRecipients is set to zero (=unlimited), users cannot sent PM's anymore.

The solution is to change line 268 of pages/pmessage.ascx.cs to:


if ( recipients.Count > PageContext.BoardSettings.PrivateMessageMaxRecipients && !PageContext.IsAdmin && PageContext.BoardSettings.PrivateMessageMaxRecipients != 0)

Never say "OOPS!" always say "Ah, Interesting!"
Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
Thank you for the fix... Committed to SVN for v1.9.301