[SOLVED]CGFeedback-How to get back to that News detail page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

[SOLVED]CGFeedback-How to get back to that News detail page

Post by blackhawk »

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
Last edited by blackhawk on Fri May 03, 2013 8:12 pm, edited 1 time in total.
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

Re: CGFeedback - How to get back to that News detail page

Post by blackhawk »

I'm still stuck with this issue, any help would be great
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CGFeedback - How to get back to that News detail page

Post by Dr.CSS »

Maybe try...

key2=$entry->id action="default" policy=session inline=0
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

Re: CGFeedback - How to get back to that News detail page

Post by blackhawk »

Thank you Dr. CSS, that works for the most part and I really appreciate you assisting me. The only thing that is weird, is that the ability to enter a comment is no longer on the page, after you submit your first comment...unless you refresh the page.

I sorta understand what is going on. After you submit a comment, a thank you message displays "in place of" the comment box when the page reloads. Would it be possible to show the comment box AND the thank you text at the same time? Any thoughts on that?

blackhawk
blackhawk
Power Poster
Power Poster
Posts: 280
Joined: Mon Oct 20, 2008 6:07 pm

Re: CGFeedback - How to get back to that News detail page

Post by blackhawk »

Actually the message setup is a good idea, this way comments are not flooded in all at once. People can either refresh their page or check their emails to follow up. That actually works fine for me.

Thank you for solving my issue Dr.CSS!

blackhawk
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: [SOLVED]CGFeedback-How to get back to that News detail p

Post by Dr.CSS »

Glad it works, once the comment form is filled there is no need for them to see it again at that time unless they plan on continuing to add comments and that may be considered 'spamming'...
Post Reply

Return to “Modules/Add-Ons”