Posts: 1,927
Threads: 88
Joined: Apr 2010
2013-10-19, 15:54:39
(This post was last modified: 2013-10-19, 15:56:48 by Oleg06.)
to make the change how for Captcha: label - placeholder
Code: <label for="name" class="sc-label">'.i18n_r($thisfile_sc . '/SC_FE_NAME').'</label>
<span class="sc-error">'.$err['name'].'</span>
<input placeholder="'.i18n_r($thisfile_sc . '/SC_FE_NAME').'" type="text" name="name" id="name" class="sc-text" />
Posts: 104
Threads: 6
Joined: Aug 2013
Version 1.1.2 available in Extend
GetSimple Contact 1.1.2 - Download from Extend
Just overwrite the existing files with the new ones.
Posts: 1,927
Threads: 88
Joined: Apr 2010
thanks for the placeholder
Posts: 104
Threads: 6
Joined: Aug 2013
Your welcome I hope the plugin works well. If theres any problem let me know.
Posts: 9
Threads: 0
Joined: Oct 2013
(2013-10-20, 04:47:24)Oleg06 Wrote: thanks for the placeholder
Really need a multilanguage version. When can we expect?
Posts: 5
Threads: 0
Joined: Aug 2013
Just à quick question? Does this contact plugin also send à mail (cc) to the requestor?
Posts: 218
Threads: 59
Joined: May 2013
is it possible to add more options to the contact form like the p01-contact plugin?
Posts: 104
Threads: 6
Joined: Aug 2013
(2013-10-21, 00:30:32)phpman Wrote: is it possible to add more options to the contact form like the p01-contact plugin?
Currently not. However it is a planned feature to add optional settings (minimal settings - maybe will add some on the next minor update) but i want to keep it simple.
(2013-10-20, 22:21:41)ReBo Wrote: Just à quick question? Does this contact plugin also send à mail (cc) to the requestor?
It doesn’t at the moment. Should it send or it should be configurable to send or not?
(2013-10-20, 19:45:29)dad113 Wrote: (2013-10-20, 04:47:24)Oleg06 Wrote: thanks for the placeholder
Really need a multilanguage version. When can we expect?
Multilanguage system as you can see in the first post its already in works but still need some changes. I think it will be ready on the next minor update.
So here's a list of planned features on 1.3.0: - Multilanguage support for frontend
- Enable/disable wysihtml5 editor from the backend
- Add smileys to the wysihtml5 editor
- Add optional settings for the form (i need some ideas with this one so go on )
Posts: 1,927
Threads: 88
Joined: Apr 2010
Customers often ask to add a form field to send the file, in this case I have to use a separate script because there is no plugin lets you do that
Posts: 104
Threads: 6
Joined: Aug 2013
Ohh. That was already mentioned somewhere in the thread i just forgot to add it to the list.
Thanks for reminding me so here is the list again: - Multilanguage support for frontend
- Enable/disable attachments on frontend form
- Enable/disable wysihtml5 editor from the backend
- Add smileys to the wysihtml5 editor
- Add optional settings for the form (i need some ideas with this one so go on )
Posts: 5
Threads: 0
Joined: Aug 2013
(2013-10-20, 22:21:41)ReBo Wrote: Just à quick question? Does this contact plugin also send à mail (cc) to the requestor?
Quote:It doesn’t at the moment. Should it send or it should be configurable to send or not?
I should say configurable.
Posts: 104
Threads: 6
Joined: Aug 2013
2013-10-21, 06:46:53
(This post was last modified: 2013-10-21, 06:49:01 by Kolyok.)
Okay another thing noted down. Im already preparing an update with some code refactoring so this might come with that in a small update.
Also if anyone is using the plugin and maybe has a translation i would appreciate if he/she would upload so i can create the basic multi language system.
Posts: 1,927
Threads: 88
Joined: Apr 2010
Posts: 104
Threads: 6
Joined: Aug 2013
Thank you very much for the translation. Expect a new version very soon.
Posts: 104
Threads: 6
Joined: Aug 2013
2013-10-21, 16:04:40
(This post was last modified: 2013-10-21, 16:11:05 by Kolyok.)
Version 1.2.0 available in Extend
GetSimple Contact 1.2.0 - Download from Extend
Just overwrite the existing files with the new ones.
- 1.2.0:
- Frontend multi language support based on i18n setlang & lang params added
- Enable/disable frontend wysihtml5 editor
- wysihtml5 editor smileys
- Some code has been rewritten
- Other small changes/fixes/additions
Check out this demo to see it in action: GetSimple Multi Lang Demo
Posts: 36
Threads: 1
Joined: Oct 2013
Do you plan to add SMTP option?
Posts: 104
Threads: 6
Joined: Aug 2013
Yes its in the planned features. You can see in the first post. I think it will come in the next minor update.
Posts: 36
Threads: 1
Joined: Oct 2013
(2013-10-21, 16:32:26)Kolyok Wrote: Yes its in the planned features. You can see in the first post. I think it will come in the next minor update. It's good! Thank you for your work.
Posts: 9
Threads: 0
Joined: Oct 2013
(2013-10-21, 16:04:40)Kolyok Wrote: Version 1.2.0 available in Extend
GetSimple Contact 1.2.0 - Download from Extend
Just overwrite the existing files with the new ones.
- 1.2.0:
- Frontend multi language support based on i18n setlang & lang params added
- Enable/disable frontend wysihtml5 editor
- wysihtml5 editor smileys
- Some code has been rewritten
- Other small changes/fixes/additions
Check out this demo to see it in action: GetSimple Multi Lang Demo
Thanks for the quick development! Did a trilingual website (Russian, English, Chinese) - and it works perfectly!
Posts: 9
Threads: 0
Joined: Oct 2013
(2013-10-21, 07:22:02)Kolyok Wrote: Thank you very much for the translation. Expect a new version very soon.
But there is a question. When you first load a website, no matter what language was not on the site itself by default, the contact form is always English. And then, as the language switch, everything starts to work properly ...
Here is an example: http://turist.lds-studio.ru/
Posts: 104
Threads: 6
Joined: Aug 2013
2013-10-21, 20:00:46
(This post was last modified: 2013-10-21, 20:01:26 by Kolyok.)
The plugin first time tries to load the default language used/set on backend if no translation is found then it loads the default English language.
So for example lets say your backend language is set to Russian (ru_RU) then the plugin will load that language file (from the plugin lang folder) if not found it falls back to English.
Your default language is English if I'm not wrong it works as it should.
Also note that the plugin only changes language if setlang or lang params are set in the url or the language cookie is set by the setlang param if none of these are set it falls back to either the default backend language or the en_US (base plugin language).
Posts: 36
Threads: 1
Joined: Oct 2013
(2013-10-21, 19:45:37)dad113 Wrote: (2013-10-21, 07:22:02)Kolyok Wrote: Thank you very much for the translation. Expect a new version very soon.
But there is a question. When you first load a website, no matter what language was not on the site itself by default, the contact form is always English. And then, as the language switch, everything starts to work properly ...
Here is an example: http://turist.lds-studio.ru/
You need to set default language for site.
Add $LANG = 'ru_Ru' to gsconfig.php for Russian.
Posts: 9
Threads: 0
Joined: Oct 2013
(2013-10-21, 20:23:05)DimaYakovlev Wrote: (2013-10-21, 19:45:37)dad113 Wrote: (2013-10-21, 07:22:02)Kolyok Wrote: Thank you very much for the translation. Expect a new version very soon.
But there is a question. When you first load a website, no matter what language was not on the site itself by default, the contact form is always English. And then, as the language switch, everything starts to work properly ...
Here is an example: http://turist.lds-studio.ru/
You need to set default language for site.
Add $LANG = 'ru_Ru' to gsconfig.php for Russian.
it does not work....
Posts: 1,927
Threads: 88
Joined: Apr 2010
2013-10-22, 00:57:44
(This post was last modified: 2013-10-22, 01:00:05 by Oleg06.)
strange that it works for me http://getsimplecms.ru/demo/000/kontakty/
What is CC Status:
Posts: 104
Threads: 6
Joined: Aug 2013
Ohh i forgot to mention the CC.
The CC Status if enabled the sender will receive a CC (Carbon Copy) of the message to his/her email as well.
|