I want me members to comment on my news, of course only the logged in members that are in a certain member group.
First of all, I used an extention that gets the member groups that the member belongs to.
So now I want to show a form tha will allow the member to comment on the current page. How can I do this? I'll use autoform as is? Will I configure it? Is there any ready solution that I couldn't find?
There is a comment function in the blog for umbraco 4 package. Install it and pick the pieces you need, it is easy to implement on any node type. It allows anonymous comments, but should be easy to modify it to allow only comments by members.
Comments by members
Hello all.
I want me members to comment on my news, of course only the logged in members that are in a certain member group.
First of all, I used an extention that gets the member groups that the member belongs to.
So now I want to show a form tha will allow the member to comment on the current page. How can I do this? I'll use autoform as is? Will I configure it? Is there any ready solution that I couldn't find?
Thanx in advance for your help
There is a comment function in the blog for umbraco 4 package. Install it and pick the pieces you need, it is easy to implement on any node type. It allows anonymous comments, but should be easy to modify it to allow only comments by members.
is working on a reply...