CGFeedback language files

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
rhiaro
Forum Members
Forum Members
Posts: 13
Joined: Fri Jan 29, 2010 3:53 pm

CGFeedback language files

Post by rhiaro »

Hey, I want to amend some of the input labels in the comments form template of CGFeedback (v 1.2.1, CMSMS 1.9.2) but all that's in the lang file included with the module seem to be backend, admin-y stuff. Can anyone tell me where to find the frontend text? (Called using

Code: Select all

{$mod->Lang('prompt_your_email')}
and the like).

Thanks
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CGFeedback language files

Post by calguy1000 »

Those strings are in the CGFeedback language file. However you don't need to change them for frontend templates

Just Replace:

Code: Select all

{$mod->Lang('prompt_your_email')}
with:

Code: Select all

Some String
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.
Post Reply

Return to “Modules/Add-Ons”