Quote:
Originally Posted by M1th
It's the conditional check that you should be worried about. If thats sorted then its as easy as inserting a line of code to email the user.
Just to give you an idea:
functions_newpost.php
add a conditional to check for number of users post.
if post = xx then vbmail($touser['email'], $subject, $message);
|
It would be great if you made the hack
I was thinking about having right after updating the user's post count, it could have like
if bbuserinfo[posts] == 100, 200, 500, etc or have an array which users can edit
Then it would submit the email, otherwise if the condition is false, it will resume the script without sending the email.
The only part I couldn't exactly figure out was the vbmail part. The rest is pretty simple to set up