I'm using...
CMSMS 1.11.4,
CGFeedback 1.5.11
News 2.12.10
I also have the following enabled in my config file...
Code: Select all
$config['url_rewriting'] = 'mod_rewrite';
I have the following installed on my News Detail Template...
Code: Select all
{CGFeedback key1="News" key2=$entry->id inline="1"}
{CGFeedback key1="News" key2=$entry->id action='summary'}
So far the functionality is fantastic! But I am still unsure how to tell CGFeedback, after you submit your comment to stay on the current details page (i.e. don't go to another content page or the summary page after submitting feedback). If I set the property inline="1", it will go to my summary page after I submit a comment. But I don't want that.
Any advice would be great!
Thanks