Forum Discussion

ADS_PSI's avatar
ADS_PSI
Mentor
7 years ago

how to enable me too ?

Hello guys, We want to enable "Me too" functionality in our community. Can you please guide with implementation of this functionality.
  • VikasB's avatar
    7 years ago

    ADS_PSI

    Enable ratings and define the types of ratings supported on the community in Community Admin > Features > Ratings.

    In the Page tab XML View for the page where you are using the component, you must set the ratingSystemRef parameter to define the type of post rating you are using.

    For example, if you are using the Me Too rating feature in a Forum Topic Page, you would use ratingSystemRef="conv:forum_topic_metoo".

    Parameter values include: conv:tkb_ratings, conv:message_ratings, conv:idea_ratings, conv:contest_ratings, conv:forum_topic_metoo, conv:forum_solution_metoo, conv:forum_resolution_metoo, conv:question_metoo, conv:answer_metoo, conv:helpfulness

    <component id="ratings.widget.rating-enum-display" ratingSystemRef="conv:question_metoo"/>