2012-06-10, 22:07:55
datiswous Wrote:I wonder if there's actually anti spam protection in this plugin? Or is this not needed?
n00dles101 , can you still answer my earlier question?
Getsimple 3.1 Contactable Feedback/Contact Form
|
2012-06-10, 22:07:55
datiswous Wrote:I wonder if there's actually anti spam protection in this plugin? Or is this not needed? n00dles101 , can you still answer my earlier question?
2012-06-14, 10:05:13
Firstly, thank you for this plugin!
Unfortunately I seem to be having problems with it, added to my first GSCMS attempt it does not show... http://www.weesites.co.uk/ I created a new page 'CONTACT', removed the gallery and this time it appears but blocks out the rest of the page and furthermore, the form will not submit. Is there some magic needed to coax this to work. I'm afraid I have no PHP skills so please, if anyone answers, could you give me instructions in easy to follow, simple steps. Sláinte
2012-06-14, 18:28:46
@jinky, you should not need to create a page especially for the contact form, it should appear on all pages.
I see your loading i18n gallery plugin aswell, in the options for that plugin there should be a checkbox to "not load jqeury/javascript" disable that option. and see if that fixes it.
2012-06-14, 23:38:10
n00dles101 Wrote:@jinky, you should not need to create a page especially for the contact form, it should appear on all pages. Thanks, that worked perfectly Sláinte
2012-11-13, 23:54:45
GS Version 3.1.2 Contactable Version 1.9
Hi thanks for your plugin, it looks good but I don't get it to work It works till to the point to submit the message - then I can wait for hours I tried different email accounts but no luck - could it be a server thing? Hope you can help me btw I did a German translation don't know one exist. cheers
2012-11-14, 00:03:00
2012-11-14, 00:43:05
Yes the file mail.php exist & GS is in /info/
Is it possible to move without data lost? here is my htaccess if that helps. Code: AddDefaultCharset UTF-8 GS is at http://domain.tld/info/ If I call it from index-Home: Code: http://domain.tld/plugins/DM_contactable/mail.php If I call it from the page latest-news: Code: http://domain.tld/info/latest-news/plugins/DM_contactable/mail.php so it looks like a redirection rule thing - this I don't like.
2012-11-14, 05:48:28
Now I switch to *root* but still not working.
Great plugin, but did not not show on i18n Gallery pages, neither on entire site with Flamingo theme enabled.
Got it to work by copying 2 of the Contactable js links to the bottom of the template : Code: <script src="/plugins/DM_contactable/js/jquery.contactable.js?v=1.2.1"></script> Hope this helps.
2013-02-13, 03:54:17
Is there a way to integrate reCaptcha (http://www.google.com/recaptcha) or some other captcha in the near future?
Hello andyash, I know it was almost a year since you commented about GS contactable not being compatible with googlemaps plugin, but yesterday I came across the same issue, and wanted to add the fix which resolved the issue for me. There are 2 lines in the googlemaps code which need changing - the problem affects both googlemaps / GS contactable and googlemaps / i18n Gallery, and is explained by didou038 in reply 137 of the googlemaps topic here: http://get-simple.info/forums/showthread...3#pid30333. Once those 2 lines were edited on the googlemaps.php file and re-uploaded to the server, the compatibility between googlemaps and the GS contactable / i18n Gallery was resolved. Hope this is helpful to others, and a huge thank you to didou038 for posting the fix.
2013-03-08, 04:39:05
Hello there,
I've installed the plugin and so far it works like charm. Thanks for the work you did when writing this plugin I still have a question though: is it possible to switch the contact button from the left to the right side? That would be totally awesome And if I may be so bold: if it's possible to change the position of said button, would you please be so kind to explain the necessary steps as simple as possible? I'm happy that I managed it to install the plugin in the first place as I'm not exactly the most skilled person on this planet Thanks in advance Moonie
Quite a few issues with the plugin
1st is: Quote:Deprecated: Function eregi() is deprecated in /home/mysite/plugins/DM_contactable/mail.php on line 19 Deprecated for php 5.3 ............... should turn into preg_match() PHP Code: if(preg_match("/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/i", $emailAddr) ) { 2nd path @ js/jquery.contactable.js causing problems with url rewrite .. May turned into php file to keep path ???? One or both of those two may cause fugo's symptoms .... posted here in the page ...
2013-06-30, 16:39:54
hello !
love your plugin ! i just have a little quation ... what if i wanted to "toggle" the form from an outside ID click event, like from a <a> tag... 10x ! great plugin !
2013-06-30, 23:42:22
(2013-06-30, 16:39:54)giggty Wrote: hello ! Nevermind cracked it.... if anybody ever wondered how to do this it's really simple : look at the default plugin code : Code: //show / hide function **now just change "this" to 'div#contactable' and add another ID as following: Code: //show / hide function then just stick the id to the a href tag : example : Code: <a id="contactablea" href="#">link name</a> hope this helps some1
2013-09-09, 06:14:45
(2012-11-13, 23:54:45)fugo Wrote: GS Version 3.1.2 Contactable Version 1.9enter the settings Fancy URLs %slug% or turn off Fancy URLs
2013-09-13, 17:36:13
Is there a way of just putting this as content on a single page instead of a slide in on every page?
Thanks, Richard
2013-10-11, 07:45:00
Hi,
I'm building my getsimple page, and I don't have any idea about php. I already have uploded this plugin "contactable", and I can view on the web, but this not slide to right. Can somebody write the specific steps that I must following for this plugin work ok?? Thanks
Hi all
I started the whole thing out when I tried to use GS Contactable plugin on a draft site There were some other JQuery scripts on its pages, so I could't get the plugin to work as it somehow messed up other JQuery scripts on the page. OK, I found the original JQuery plugin and tried to implement it instead of the GS Plugin. The contact form shows up, I can fill in the inputs and even hit the SEND button, but no luck in sending the message. The form returns "error sending the message" or something like that. These are the options of the contact form: Code: var defaults = { Plugin developer says that url must be absolute. The contact form is supposed to send data to mailing script mail.php like this: url:options.url is the same like in defaults here Code: jQuery.ajax({ So far so good. Then goes mail.php, our mailing script. Code: <?php This where the pain in the neck starts for me. As I'm next to nothing in PHP and JavaScript I have to rely upon pure logic So it occured to me, the problem is: I don't know where and how I must place mail.php file within GS-powered site in order to have this code working. Either I'm wrong in defining the absolute path to mail.php (that is unlikely but who knows) or the path is OK but GS doesn't allow mail.php to start because of permissions or security policy or whatever. So the question is: Where (and how?) in GS-powered site can I place that mail.php file so that the contact form could be able to send contact messages. Hope that explanation of my problem is understandable Thanks Or course, I changed CHANGE@YOURADDRESS.COM for the appropriate email
2014-08-15, 00:16:30
New to this, installed with no problems.
I do however have a suggestion. Is there's a way to delay a little longer after submitting the form? - When I did a test, the Recieved or Non Recieved Message disappeared too fast before I've finish reading it It'd probably be nicer if there's an way to "Click" to close or leave it open a little longer maybe 10 second or a choice of timer in the settings maybe? Thanks
2015-06-25, 04:42:48
Just a note, if you are creating a theme and you're following the official tutorial here: http://get-simple.info/wiki/themes:tutorial
If you create a page called "contact" the body will have an id of contact, this is the same id of the field that this plugin injects into the page, and therefore your page will not work correctly, you can change this behavior by changing these lines as follows (around line 84~ in DM_contactable.php in the plugins folder): PHP Code: echo '<script type="text/javascript">window.onload = function() { To something like this: PHP Code: echo '<script type="text/javascript">window.onload = function() { This will cause the id of the contactable div to be more unique and it likely won't collide with any page names you create.
2016-02-06, 07:51:18
I've activated Contactable 1.9 on GetSimple 3.3.7 and BlueClock theme and I've noticed no changes on my site: http://www.synomaster.com
<?php get_header(); $> is included in the head section of my default template. |
« Next Oldest | Next Newest »
|