Quote:
Originally Posted by Koutaru
I think it would be kind to send an email to a user whenever they pass an important post mark (ex 100, 500, 1000, 2000, etc)
I would code this myself but I'm not too familiar with the vbmail system 
I'm sure it's a quick hack
Anyone interested
Thanks!
Kou
|
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);