Recommend me a Forum Module..

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
replytomk3

Re: Recommend me a Forum Module..

Post by replytomk3 »

Will it e-mail users if someone replied to their post? That's a make or break for me.
User avatar
Ricko97
Forum Members
Forum Members
Posts: 65
Joined: Wed Jan 07, 2009 10:14 pm

Re: Recommend me a Forum Module..

Post 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.
replytomk3

Re: Recommend me a Forum Module..

Post by replytomk3 »

Exactly what I thought. That, then, would be my first feature request for your module fork.
User avatar
Ricko97
Forum Members
Forum Members
Posts: 65
Joined: Wed Jan 07, 2009 10:14 pm

Re: Recommend me a Forum Module..

Post 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?")
steven_germany
Forum Members
Forum Members
Posts: 34
Joined: Tue Apr 21, 2009 6:52 pm

Re: Recommend me a Forum Module..

Post by steven_germany »

Hi Ricko97,

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

kind regards from germany!

Steven
Post Reply

Return to “Modules/Add-Ons”