CGFeedback: No comment field after upgrade

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
reinhardmohr
Forum Members
Forum Members
Posts: 112
Joined: Sun Aug 06, 2006 2:36 pm

CGFeedback: No comment field after upgrade

Post by reinhardmohr »

Hi, could someone help me with the new version of CGFeedback – this would be great!
I am a bit desperate:
I upgraded CMSms from 2.2 to 2.2.1 and also upgraded module CGFeedback from 1.8.3 to 2.0.1.
For CGFeedback there was an upgrade notice about needing to check or reconfigure the templates. So I was prepared but now I can't get it to work.
Problem:
There are two samples for the feedback form:
"CGFeedback Comment Form Radio"
and
"CGFeedback Comment Form Sample"

"CGFeedback Comment Form Radio" was set as default so I was going for it and styled it. But it does not produce the input field (should be a text area) for the actual comment.
In line 75 it only says:

Code: Select all

{$input_comment}
while all the other input fields follow this scheme:

Code: Select all

<input type="text" name="{$actionid}author_email" size="40" maxlength="255" value="{$author_email}"/>
This {$input_comment} does not produce any HTML output so there is no field for the comment (see attached screenshot).
When I looked at the second sample form "CGFeedback Comment Form Sample" in line 70 there is a very different expression for the comment input:

Code: Select all

{cge_textarea wysiwyg=$wysiwyg name="{$actionid}comment" id="{$actionid}comment" rows=3 value=$comment}
But just copying and pasting this line to the feedback form "CGFeedback Comment Form Radio" did not work. I can send the form but there is no reply on the page and there is no comment in the backend of CGFeedback.

Could someone help please?
This would be much appreciated – thank you!

Reinhard
Attachments
No input like a text area is produced for the comment.
No input like a text area is produced for the comment.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CGFeedback: No comment field after upgrade

Post by calguy1000 »

I did not update the radio template in the last release... but it is almost identical to the other template... just changing the ratings field from a dropdown to a set of radios.

As said in the changelog... you may need to re-do the templates for CGFeedback after upgrade. The upgrade will not touch your templates, but they may no longer work.

Anyways, attached is a simple radio template.
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
reinhardmohr
Forum Members
Forum Members
Posts: 112
Joined: Sun Aug 06, 2006 2:36 pm

Re: CGFeedback: No comment field after upgrade

Post by reinhardmohr »

Hi, Lalguy,

thanks a lot for helping and for providing the new template. This looks as if I my get it to work.

And thank you for the ongoing work and support with the modules and the CMSms itself – the more I work with it the better I understand how great it is.

Thank you

Reinhard
Post Reply

Return to “Modules/Add-Ons”