OK, well I've found where the emails go out, just under:
PHP Code:
// ############## Send out email notification ############
Now I'm trying to work out just what to put and where. It appears the email subject comes out at:
PHP Code:
$threadinfo[title]=unhtmlspecialchars($threadinfo['title']);
How can I get it to find =bbusername= and replace it with the person who is receiving it nickname.
I noticed that the bbuserinfo is already taken near the top so I don't need to play with that I don't think.
I also need it to change it in the body of the email as currently its coming out as:
Quote:
Person X has just replied to a thread you have subscribed to entitled - =bbusername= - in the ABC forum of XYZ.com.
|
sorry for all these questions