Managing web comments in browser

Build 1501 on 14/Nov/2017  This topic last edited on: 28/Oct/2016, at 11:47

In version 2.0 we added a new page in the browser to administer Web user comments.

You can list all the comments by date, keyword, article name, and edit/approve/reject comments.

The url of the GNWeb site to interact with is hardcoded in the wf_userCommentUpdateStatus. Therefore, modify this workflow according to your site details.

The list of configurations involved:

Config/Data/GN4/dataSrcTemplate_FeedRSS_WebComm.xml (the template to import web comments from gnweb)

Config/Global/GN4/gnpc_Config.xml (search, edit UI,dirstyle)

Config/Global/GN4/gnpc_WebParts_webComments.xml (the portal page)

Config/Global/GN4/wf_userCommentUpdateStatus.xml (the workflow to update gnweb comments)

Config/Schemas/GN4Editorial.xsd

Config/Strings/EditorialStrings.en.xml

On the GNWeb side, changes are in:

App_Code/Tera/TeraData.cs

webdo.ashx

Notes

In order to use in older builds it is necessary to manually modify the webComment schema editing the core gn4editorial.xsd.

Available in the GNWeb addons 7.51