Page 2 of 2

Re: Recommend me a Forum Module..

Posted: Wed Mar 24, 2010 9:25 pm
by replytomk3
Will it e-mail users if someone replied to their post? That's a make or break for me.

Re: Recommend me a Forum Module..

Posted: Wed Mar 24, 2010 9:29 pm
by Ricko97
No, but there is an "OnReplyPost" event for it. It handles these parameters:

tid - topic id created
fid - forum id of topic
forum_name - forum name of topic
first_poster_id - FEU id of first topic author. If guest is empty
first_poster_email - Email address of first topic author. If guest is empty
first_poster_time - timestamp of first topic
poster_id - FEU id of author. If guest is empty
poster_email - Email address of author. If guest is: guestXXX@foo.com
poster_time - timestamp of post
poster_ip - IP address of author
subject - subject of topic
body_raw - raw body of post with bb-code
body - formatted body post
status - status of post: published, on_approve, spam
result - result of action: true or false on error or status not published

It should be possible to write a UDT for it that will do what you want.

Re: Recommend me a Forum Module..

Posted: Wed Mar 24, 2010 9:45 pm
by replytomk3
Exactly what I thought. That, then, would be my first feature request for your module fork.

Re: Recommend me a Forum Module..

Posted: Wed Mar 24, 2010 9:55 pm
by Ricko97
I'll look into it. It's the kind of feature I would quite like for my site anyway, though it'll most likely depend on user preference (an FEU property along the lines of "Do you want email notification of replies to your topics?")

Re: Recommend me a Forum Module..

Posted: Wed Apr 28, 2010 11:33 am
by steven_germany
Hi Ricko97,

i'm desperatly looking forward for your "notification" function ;-)

kind regards from germany!

Steven