cancel
Showing results for 
Search instead for 
Did you mean: 

Forum functionalities

justin
Champ in-the-making
Champ in-the-making
Hi,

Is there a notify function in the discussion feature of Alfresco so that users can be notified?

Thanks,

Justin
3 REPLIES 3

gavinc
Champ in-the-making
Champ in-the-making
Not explicitly, but you could setup a rule to test for forum objects being created and then send an email or run a script.

justin
Champ in-the-making
Champ in-the-making
Hi Gavin,

Thanks for your reply!

From your post, when I was creating a content rule, I tried to find a way for the rule to test for forum object type, but I couldn't find it.  Is it there such a type already?

Thanks,

Justin

gavinc
Champ in-the-making
Champ in-the-making
There is a forum space type "fm:forums" and the forum type "fm:forum". You can configure the the action wizard to contain these types by adding the relevant type to the subtypes element in the "Action Wizards" config section i.e.

<subtypes>
   <type name="fm:forum"/>
</subtypes>