Comment Management
The Comment Manager allows for collecting feedback directly from Portal users. It is highly configurable to allow for different levels of read and write access, which elements can be commented on, and more. The comments are available via a CSV in the "Reports" Tab of the admin application.
Document-Level comments are those that
are left on the entire document, whether it is a static, file such as a PDF or Word
document,
or dynamic content such as a DITA topic or map. Document-level comments can be included
on any
page by adding: <#include
"components/comments/documentCommentThread.ftl"/>
to any template.
Element-level comments are those that can
be left on a specific HTML element in the page. In Titania Delivery, these comments
are meant
to be left on the HTML-transformed version of XML content. Titania Delivery then takes
care of
mapping the comment back to the element in the source XML, so that comments can be
easily
identified with their source. Element-level comments can be added to a template via
<#include "components/comments/elementLevelComments.ftl"/>
.
Commenting is only available to Organization-owned Portals. Attempting to allow commenting on a personal Portal will result in 400-level response codes from the server.