Tuesday 02 May 2006 12:50:22 am
In order to have any buttons appear you must set a rule to tell ez to do so. If you look for the privileges related to "comments" you will find that they are able to be created as children of specific classes. Just find the" CREATE" role for comments allow comments to be added as children of comments content create Class( Comments ) , Section( Standard ) , ParentClass( Comments ) Then you can write comments as replies to comments. But it depends if you want them to appear hierarchical. If this is the case your better looking at the forum classes to understand what?s going on. In their case they have different classes doing different things. In your case you could have a ?Comment? class used to comment on Products etc and a new class called ?reply? which you would use to reply to comments. You would add a new privilege to your role to make it work. content create Class( Reply ) , Section( Standard ) , ParentClass( Comment ) In the override template for your new ?reply? class you would specify the button to read as Reply instead of submit. You will also need to add your ?read? and ?edit? privileges as well.
Regards Fats
-- Stuart
stuart@grandmore.com
http://www.grandmore.com
|