Adam
Forum Replies Created
-
AuthorPosts
-
I apologize about the date format in the comments – its fixed now, i just had to change it in the wordpress general settings. The format is fine now, but there is still that “at” in it. I need to translate it somehow + the other 2 words i posted in the first post.
Maybe it has something to do with he “comments.php” in the GD Framework theme?
Or in some other file of the GDF…I thought the same, but hmm… i have the official (up to date) language file for wordpress (for my language), all strings are translated. I opened the file and i couldnt find “post reply” or “reply text”, so it looks like it isnt there.
The same happened on my site… i had dummy listing on it and the images disappeared. I deleted and created the dummy listings and its ok now, but hopefully it wont happen on the live site… maybe there is a flaw in the plugin?
I have tried it now, but hmm… its not ideal. For example i have to add a second widget with the login/registration form on the right side of the homepage under the GD dashboard widget (i need this one to display the current items the author published/add new objects). So i dont like this one.
Is there a better solution to this?
Maybe just to add a fixed field under the register button where the guest has to type a certain word i define in the code? (for example how many days are in week (number)? “7” would be the correct answer) My language is not that widely used, so i dont think that spambots are trained for those questions…
Would something like that be possible?Ah, i tried it really hard but i cant figure it out 🙁 . Any solution for a captcha for the reg form would be great.
Thanks!
I tried the plugin that Brian suggested, it works fine, basically its plug and play BUT it doesnt work for the registration.
Could you perhaps write a short tutorial how to fully integrate it?
I found this on the plugin website, but i dont know what to add in the functions.php child file etc. so a little help would be fine… i think this is a crucial thing for every wordpress site where registration is allowed, so it will be beneficial for everyone.
I would like to add Captcha to the custom form on my website. How can I do this? Install the Captcha plugin and activate it. Open the file with the form (where you would like to add captcha to). Find a place to insert the code for the captcha output. Insert the necessary lines: if( function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom() } ; If the form is HTML you should insert the line with the PHP tags: <?php if( function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom(); } ?> Then you should add the lines to the function of the entered data checking
Hi Paolo,
i am trying really hard to get this going but without success. I followed your steps, the captcha shows up but it like ignored, you dont have to enter anything there to register.
Has anything changed? Or is there some simpler method to do add recaptcha?
Maybe post the whole reg_frm.php and child functions.php file code? I mean after the changes…
Hi Paolo,
yes, you are right. I have checked it maybe 2 days ago (not sure about that) so i havent noticed the new version.
I updated it and now everything works fine 🙂 so this problem is resolved.
I tried to disable plugins one by one. The problem is in the “GeoDirectory Advance Search Filters” plugin. When i disable it, then it works.
I cant update it, there is an old version on theme tailors, at least it was old the last time i checked it. I cant update it via this site as Simone wanted it, because i havent bought the subscription.
So please could you update the plugin on theme tailors? Hopefully that will help it.
This reply has been marked as private.http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/
Done… if someone will have the same problem, just follow the instructions in the link.
I see the problem now – that was because i used the .po file of the older version and i couldnt find it there.
Maybe a little offtopic, but is there some way how to translate a newer version of the .po file without having to translate everything from scratch? Basically copying the current translation + adding the new lines which i will translate…
Hi Stiofan,
thanks for your help. Setting the character count helped, but i still cant translate the “Read more” text. I translated it in the .po file of the core plugin (Read More… – line 172) but this did not help, it stays english.
When will be the new version ready? 🙂
Please let me know if there is some temporally solution to this, i would like my site to go online and this makes a bad impression right on the homepage :/.
If not, then i will wait for the next update…
-
AuthorPosts