Add Community Discussions to the Home Page

Edit the home page so that users can to see community discussions in addition to most popular answers and most recent answers.

  1. Edit the file: /cp/customer/development/views/pages/home.php

  2. Add community discussions by adding this code:

    <div class="rn_PopularSocial">
    <div class="rn_Container">
    <h2>#rn:msg:RECENT_COMMUNITY_DISCUSSIONS_LBL#</h2>
    <rn:widget path="discussion/RecentlyAnsweredQuestions" show_excerpt="true" maximum_questions="5"/>
    <span class="rn_DiscussionLink">
    <a href="/app/social/questions/list/kw/*#rn:session#">#rn:msg:SHOW_MORE_COMMUNITY_DISCUSSIONS_LBL#</a>
    </span>
    </div>
    </div>