The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.31 (Linux)
|
GetSimple Contact - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: GetSimple Contact (/showthread.php?tid=5292) |
RE: GetSimple Contact - dad113 - 2013-10-24 (2013-10-24, 16:16:32)Kolyok Wrote:(2013-10-24, 15:54:50)dad113 Wrote:(2013-10-24, 14:29:11)Kolyok Wrote: Check out here: http://dev.nagysandorart.com/ I have site using your plugin: http://turist.lds-studio.ru/ And one problem: The default language is Russian. But the actual pages with no sign language - English. index index_ru index_cn When the site loads, all content in Russian, but the feedback form on English. It was only after switching from one language to everything starts to work correctly - the language of the form is the current language of the site. RE: GetSimple Contact - Kolyok - 2013-10-24 Your pages should be index -> russian index_en -> english index_cn -> chinese Because you have index -> english index_ru -> russian index_cn -> chinese Your site loads default english. (Look at the following image no language is set and default site language is english not russian) RE: GetSimple Contact - Oleg06 - 2013-10-24 is it possible to make that language was taken not from a plugin settings, and the settings of your site? http://getsimplecms.ru/demo/000/kontakty/ http://getsimplecms.ru/demo/000/?lang=ru http://getsimplecms.ru/demo/000/kontakty/?lang=ru http://getsimplecms.ru/demo/000/?lang=en http://getsimplecms.ru/demo/000/kontakty/?lang=en RE: GetSimple Contact - dad113 - 2013-10-24 (2013-10-24, 17:06:44)Kolyok Wrote: Your pages should be I understand that. Do not want to redo the whole structure ... RE: GetSimple Contact - Kolyok - 2013-10-25 I went through all possible ways to change language and i found a few interesting things. Soon i'll release a patch that will fix some small issues and also improve the frontend language detecting. Thanks again for your reports guys. RE: GetSimple Contact - evan70 - 2013-10-25 GreaT Job Kolyok Thank You RE: GetSimple Contact - mikevador02 - 2013-10-26 Hello, Thanks for the nice plugin, but just ask about one problem (wrong captch and lost all entered information on fields). Case 1 (OK): When we entered a wrong field (like mail) or empty subject the form keep informations on fields and show an error message that say to user that it correct his wrong information. All field of contact form are keep on form. Case 2 (no keep information on fileds) : But when the user enter a wrong captcha the form reset (so all informations entered into the form are lost). How i can keep theses information on fields when the captcha code entered is wrong? Thanks in advance for help . RE: GetSimple Contact - Kolyok - 2013-10-27 evan70: Thank you. mikevador02: Not sure if you noticed that all the form fields (except captcha) are (jQuery) validated before you submit so the fields wont go empty. Captchas (unless validating through ajax) need to be posted/submitted first then the backend validates it. The reason for this is that i never wanted to only validate captcha through ajax then submit the whole form through the normal way but maybe in the future i will add a full ajax validation for the whole form instead. RE: GetSimple Contact - mikevador02 - 2013-10-27 (2013-10-27, 01:34:36)Kolyok Wrote: evan70: Thanks for you fast response, i had this problem in php form easier to developpe , to contour this problem i put the field form in session variable in php, and re inject them into form if its wrong when must use post form, and if the data are true , i cleaning session var to make input are empty. But here i must understand de cms too and other function that i tried to find to use this process for captcha. RE: GetSimple Contact - Kolyok - 2013-10-27 Well as a fast workaround you could also just add to each field preset values with: PHP Code: <?php isset($_POST['field']) ? $_POST['field'] : '' ?> RE: GetSimple Contact - Kolyok - 2013-10-28 Version 1.3.0 available in Extend GetSimple Contact 1.3.0 - Download from Extend Just overwrite the existing files with the new ones.
Demo: GetSimple Contact Demo RE: GetSimple Contact - Oleg06 - 2013-10-28 What type of files can be attached to a post? RE: GetSimple Contact - Kolyok - 2013-10-28 Its in the first post but here you go: Quote:(currently max 1 attachment with a 1MB max filesize and [.jpg, .jpeg, .png, .gif, .bmp, .pdf (Portable Document Format; Adobe Acrobat), .doc, .docx (Microsoft Word Document), .ppt, .pptx, .pps, .ppsx (Microsoft PowerPoint Presentation), .odt (OpenDocument Text Document), .xls, .xlsx (Microsoft Excel Document)] file types are allowed) RE: GetSimple Contact - Oleg06 - 2013-10-28 I tried to send a .zip, but it did not RE: GetSimple Contact - ~GW~ - 2013-11-06 I was testing the captcha by entering the wrong code which works fine, however what i am finding is that it clears all of the fields so the person has to re-enter their details and question. Is there a setting or maybe a future update that will keep the data they entered and simply say the captcha was wrong so they can try again. Sometimes mistakes can be made when entering the captcha so the system needs to accept that and allow the person to try again without needing them to re fill in all fields again. Cheers GW RE: GetSimple Contact - klowan - 2013-11-08 the form wont work on hostinger.ph hosting (wont send mail). Is there any specific advices to run plugin on that hosting correctly? RE: GetSimple Contact - Kolyok - 2013-11-08 ~GW~: Currently working on other things so i cant give an eta but i will add ajax validation on the captcha. However the situation is normal since the fields are validated through jquery first and then on the backend but captcha is only validated on the backend. klowan: Can you post the error message you get? Without any details i cant tell what the problem could be. Also ive seen your host does not allow smtp and such (with free hosting). It could be related to something from the hosting too. Anyway please post the error message you get. RE: GetSimple Contact - klowan - 2013-11-08 Error message was: Invalid form data Also support of hostiger answered my e-mail: REPLY HAS BEEN ADDED: ************************************************ Hello, You do not need to use SMTP to send email from your site. We fully support PHP mail() functions, which are very easy to setup to send email from your site. Please check this tutorial for more information on how to use PHP mail: http://www.w3schools.com/php/php_mail.asp If you do want to use SMTP, you can find your SMTP details in the Details section of the control panel: http://cpanel.hostinger.ph/accounts/details RE: GetSimple Contact - Kolyok - 2013-11-08 Invalid form data error message appears if: 1. More fields/less fields are submitted than the allowed. 2. The tokens aren't submitted or they are out of validity or they just don't get generated properly. Now what i think the problem could be is the second. Maybe you could post the link so i can check it live. RE: GetSimple Contact - skymonk - 2013-11-12 features request: 1) form submission without page refresh 2) success message within modal window RE: GetSimple Contact - yojoe - 2013-11-22 Is there an insta way of adding a must have field: phone number ? btw. as [sc_form] tag is being used, I'd suggest adding also generally accepted method of invoking plugin's default content from within wysiwyg by using {% plugin %} edit: and also disable one of two labels for field (either inside input, or a default <label>) RE: GetSimple Contact - Carlos - 2013-11-22 yojoe, I suppose you meant (% plugin %), as {% ... %} is used by DynPages. RE: GetSimple Contact: new localization - mklemme - 2013-11-24 Hallo Good work! I am willing to undertake a localization onto German. For now I have copied over the EN version to plugins/getsimple_contact/lang/de_DE-php. But how can I activate the language? The system language is already de_DE. Regards MK RE: GetSimple Contact - Kolyok - 2013-11-24 yojoe: Currently no way of adding. Everything is static but I'm thinking of extending it so dynamic fields can be added. mklemme: If the site language in the backend is set to german (de_DE.php) the plugin should automatically detect it and load the german (de_DE.php) language file from the plugins lang folder unless it has wrong permissions then it falls back to default language. RE: GetSimple Contact - mklemme - 2013-11-25 (2013-11-24, 04:24:46)Kolyok Wrote: mklemme: If the site language in the backend is set to german (de_DE.php) the plugin should automatically detect it and load the german (de_DE.php) language file from the plugins lang folder unless it has wrong permissions then it falls back to default language. I checked the name and the permission. When I copy the file to en_US, then I get the German texts. Is there anything else I can try? |