Hi, simon. If your mod works with this mod, "ReCAPTCHA Free", it will be really cool!
I suffered daily spamming on my contact form page a couple of days ago. Installed that mode yesterday and it seems that those stupid spammers have been stopped.
However, your mod does not work together with others changing the contact form. rph, author of that mod, said " his mod is doing a full file replace which makes it fundamentally incompatible with ReCAPTCHA Free or any other VQMod that tries to make changes to the contact form controller". Xsecret told me that perhaps I could tell you this and hopefully something could be done to make your mod more compatible with others.
link to that mod and rph and xsecret comments:
http://forum.opencart.com/viewtopic.php?f=23&t=40239
Cheers,
Marcel
I suffered daily spamming on my contact form page a couple of days ago. Installed that mode yesterday and it seems that those stupid spammers have been stopped.
However, your mod does not work together with others changing the contact form. rph, author of that mod, said " his mod is doing a full file replace which makes it fundamentally incompatible with ReCAPTCHA Free or any other VQMod that tries to make changes to the contact form controller". Xsecret told me that perhaps I could tell you this and hopefully something could be done to make your mod more compatible with others.
link to that mod and rph and xsecret comments:
http://forum.opencart.com/viewtopic.php?f=23&t=40239
Cheers,
Marcel
"We help each other to grow". That's the opencart community!
All free mods
Home Based Ebay business Opportunity(not ads)
I will optimize the mod. It was an early one I did when I was new to OC and vQmod
Will advise when it is updated
Will advise when it is updated
i am using this on 1.5.1.3 works really well, like the auto filled data for logged in users. I may try the other file uploaded in this thread with the editable fields though as I think its good to be able to change the contact details
Quick question for uksitebuilder :
I notice on your contact page, as well as mine, once I uploaded the VQMod, there is a "t/a" appears before the stores name, such as this example from your contact us page:
UK Site Builder Ltd
----> t/a UK Site Builder Demo Store
Where is that area located in your VQMod so I could possibly delete the t/a ?
Thanks !
Kathleen
I notice on your contact page, as well as mine, once I uploaded the VQMod, there is a "t/a" appears before the stores name, such as this example from your contact us page:
UK Site Builder Ltd
----> t/a UK Site Builder Demo Store
Where is that area located in your VQMod so I could possibly delete the t/a ?
Thanks !
Kathleen
Considering OpenCart once again
It's the first operation of the catalog/view/theme/default/template/information/contact.tpl file
around line 105
around line 105
i've put the new vqmod from post 1 with editable fields onto my site but the fields aren't editable, what I have done wrong?uksitebuilder wrote:Opening post updated to optimize the vqmods
yep 2.1.4, it doesn't seem to have changed from the last version, the fields are per filled just not editablecantykiwi wrote:Are you using the latest version of vQmod? the xml file says its minimum version required is v2.1.4 of vQmod.
uksitebuilder wrote:It's the first operation of the catalog/view/theme/default/template/information/contact.tpl file
around line 105
I also wanted to get rid of that t/a but when i look in that file its no where near up to line 105 only around 60 lines, time for a fresh install me thinks
I think he meant the xml file not the contact.tpl file. The xml file has it on line 105 in the one i just installed this morning. Also using the editable fields version with no problems.pitkin2020 wrote:uksitebuilder wrote:It's the first operation of the catalog/view/theme/default/template/information/contact.tpl file
around line 105
I also wanted to get rid of that t/a but when i look in that file its no where near up to line 105 only around 60 lines, time for a fresh install me thinks
ahh that would probably make more sense lol.cantykiwi wrote:I think he meant the xml file not the contact.tpl file. The xml file has it on line 105 in the one i just installed this morning. Also using the editable fields version with no problems.pitkin2020 wrote:uksitebuilder wrote:It's the first operation of the catalog/view/theme/default/template/information/contact.tpl file
around line 105
I also wanted to get rid of that t/a but when i look in that file its no where near up to line 105 only around 60 lines, time for a fresh install me thinks
Those with custom themes need to make edits to the
in order for it to SHOW.
This is the problem with mine.
Once edit correctly, it's showing.
But anyway, it's not working.
Message gets sent, but when I receive, SUBJECT field is missing, it was not sent.
I'm using 1.5.1.3.
Please help!
Thank you very much!
Code: Select all
<operation>
<search position="replace"><![CDATA[<img id="captcha" src="index.php?route=information/contact/captcha" alt="" />]]></search>
<add><![CDATA[<br><img id="capim" src="index.php?route=information/contact/captcha" alt="" /> <a id="capreload"><img src="catalog/view/theme/Spicylicious/image/reload.png" title="Reload Captcha Image" alt="" /></a>]]></add>
</operation>
This is the problem with mine.
Once edit correctly, it's showing.
But anyway, it's not working.
Message gets sent, but when I receive, SUBJECT field is missing, it was not sent.
I'm using 1.5.1.3.
Please help!
Thank you very much!
I'm using Opencart 1.5.4.1 & vQmod 2.3.2.
Looks like one of your files is not getting correctly rewritten by vqmod
Please check your vqmod/vqmod.log file for any errors
Please check your vqmod/vqmod.log file for any errors
If you have a custom theme, then you should most likely edit the vqmod file and change any references from 'default' to your 'themename'
I've changed it that way, it's all showing correctly including cptcha, thing is, subject doesn't get sent.
Only the phone number & the rest of the fields.
Very weird.
Only the phone number & the rest of the fields.
Very weird.
I'm using Opencart 1.5.4.1 & vQmod 2.3.2.
Great!!
I solved it!
Ends up, works like a charm on 1.5.1.3!
Problem is, I thought the subject will be sent together in the email, actually is subject title. Hahaha..
Anyway, how do I make it such that when the email gets sent, the subject title is:
Enquiry: (Subject)
instead of "Enquiry (Subject)"?
Also, is it possible to add more fields by editing your vQmod file?
If yes, which should I follow?
The telephone field? Or subject?
Thank you so much!
I solved it!
Ends up, works like a charm on 1.5.1.3!

Problem is, I thought the subject will be sent together in the email, actually is subject title. Hahaha..
Anyway, how do I make it such that when the email gets sent, the subject title is:
Enquiry: (Subject)
instead of "Enquiry (Subject)"?
Also, is it possible to add more fields by editing your vQmod file?
If yes, which should I follow?
The telephone field? Or subject?
Thank you so much!
I'm using Opencart 1.5.4.1 & vQmod 2.3.2.
Who is online
Users browsing this forum: No registered users and 6 guests