Page 1 of 1

CGFeedback How can de websiteowner reply on comments

Posted: Sat Jan 19, 2019 9:16 pm
by babel
I'm using CGFeedback 2. 2.1 with

Code: Select all

{CGFeedback key1="Pages" key2=$page_name action="summary"}
{CGFeedback key1="Pages" key2=$page_name}
in the News Summary Sample template. All works fine, except I can't find a way that only the websiteowner can give a comment on a comment and publish it. Is there one and if so can how?

using cms made simple 2.2.7

Re: CGFeedback How can de websiteowner reply on comments

Posted: Sat Jan 19, 2019 10:06 pm
by Rolf

Re: CGFeedback How can de websiteowner reply on comments

Posted: Sun Jan 20, 2019 7:55 pm
by babel
Thanks Rolf, but that link I have used but that isn’t doing what I want to do. At least I don’t see where the owner of the website can reply to a comment and show that reply on the website

Re: CGFeedback How can de websiteowner reply on comments

Posted: Mon Jan 21, 2019 8:22 am
by Rolf
you can use the form in the front end of the website, at the blog post (or whatever). Just use your "secret" user name instead of just your name.
It is just a styling trick. You can't have a reply within a reply, as that is what you are asking for...

Re: CGFeedback How can de websiteowner reply on comments

Posted: Mon Jan 21, 2019 11:41 am
by babel
Thanks Rolf, but maybe I'm not very clear. Let me give a link to show what I mean:http://www.degroenemeisjes.nl/ik-wou-da ... more-33816. In the example everyone can answer, but I want that only the websiteowner can answer. It would be a pity when this is not possible

Re: CGFeedback How can de websiteowner reply on comments

Posted: Tue Jan 22, 2019 3:05 pm
by babel
Rolf, cgfeedback is not showing CGFeedback Detail View. As in your tutorial the code has to be changed in that template, I can't use it. Maybe you know what's wrong and are willing to tell me.

Re: CGFeedback How can de websiteowner reply on comments

Posted: Thu Jan 24, 2019 3:20 pm
by Rolf
The code change in my blog needs to be done in the (default) summary view template of the CGFeedback module

CGFeedback does not support nested replies like in your example...

Re: CGFeedback How can de websiteowner reply on comments

Posted: Wed Jan 30, 2019 8:21 pm
by babel
Rof, changing the code in the default summary view template is not the answer. I'll find another solution. Thanks for trying to help

Re: CGFeedback How can de websiteowner reply on comments

Posted: Thu Feb 14, 2019 9:40 pm
by magallo
i had similar experience a while back, i added the cgfeedback module into one of the admin templates. If i well remember i had the feedbacks (comments) attached to uploads from the Uploads module. When the admin accessed the detailed view of a specific upload, i added the a cgfeedback view within my template. One to show all the feedbacks and one to add a new comment. In order for it to know that you're the SiteOwner, you need to hardcode the username for that submission form.