Add the Knowledge Advanced Answer Detail Page

You must implement the answer detail (answer_view.php) page to open articles with the article details page. Users can see the article content and its details, including document ID, Version, Status, and Published Date using the article details page.

You can implement the answer detail page using either of the following methods:
  • Add the reference implementation answer detail page to your current instance.

  • Edit the answer detail page in your current instance to include code from the reference implementation answer detail page.