How to Add Commets in my Custom Module???

Posted by Community Admin on 03-Aug-2018 09:20

How to Add Commets in my Custom Module???

All Replies

Posted by Community Admin on 11-Jun-2014 00:00

Hiiii All,

Currently i required custom module that allow the comment as per user comment on that post.

so for that how can i add comment in my custom module.

 

Posted by Community Admin on 12-Jun-2014 00:00

Hello Ketan, 

Since version 6.2 we have added comments functionality to all custom types created through the module builder. In this case when you activate the module, create some items for this module and drop the dynamic widget for this type on your page you will notice that every item has comments widget in its detail view. 

In case you create the custom module through code (not with module builder) you can check our sample Products module where we have added comments as well:

http://www.sitefinity.com/documentation/documentationarticles/developers-guide/sitefinity-essentials/modules/creating-custom-modules/creating-products-module 

In this case you should add the comments in the backend definitions:

http://www.sitefinity.com/documentation/documentationarticles/developers-guide/sitefinity-essentials/modules/creating-custom-modules/creating-products-module/implementing-the-frontend-and-backend-views/creating-the-backend-view/creating-the-backend-definitions

and in the frontend views:

http://www.sitefinity.com/documentation/documentationarticles/developers-guide/sitefinity-essentials/modules/creating-custom-modules/creating-products-module/implementing-the-frontend-and-backend-views/creating-the-frontend-view 


Regards,
Elena Ganeva
Telerik
 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 23-Jun-2014 00:00

Hi,

Is there a way to add comments functionality to custom module created through module builder ? 

Thanks,

Posted by Community Admin on 24-Jun-2014 00:00

Hello Yitro,

As my colleague, Elena, has pointed out, since Sitefinity 6.2 comments are enabled for each newly created dynamic module. Here is also a short video I have recorded for your convenience demonstrating this. Can you please drag the dynamic content widget for your dynamic type on a page and open the details view of a dynamic content item and you should be able to see the comments widget.

You may also take a look at the following article for more details on comments for dynamic content types.

Regards,
Sabrie Nedzhip
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed