Quote:
Originally Posted by trackpads
Is there a way to make the PM from the person that gave you rep? That way people could reply directly to them. I have neg rep disabled so for me it is a good idea.
Thanks!
-Jason
|
change $forumbot, $forumbotid variables to following ones:
PHP Code:
$forumbot = "$bbuserinfo[username]"; // rename it to whatever you like
$forumbotid = "$bbuserinfo[userid]"; // don't change this value if you don't know what it is
$pm_title = "You have been given 1 rep point.";
$pm_content = "I've just given you 1 reputation point for your excellent post.\n\rKeep up good work!\n\rRegard,\n\r$forumbot";