This hack is very useful and i have it installed. But i have discovered that people can still send PM?s if they use the option "Send PM to buddies" in their control panel.
The hack only affects private.php and not private2.php... so if someone:
- adds some users to his/her "buddy list"
- uses the option "send PM to buddies"
- chooses at least two users to PM
... then a message composition window appears, which "comes" from private2.php and not from private.php
I think i have solved this problem by adding:
Code:
if ($bbuserinfo[posts] < $pmminposts) {
eval("standarderror(\"".gettemplate("error_pmminposts")."\");");
}
after
Code:
if ($action == "sendtobuddies") {
in private2.php