VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Ziguri on November 02, 2012, 22:07:52 PM

Title: VM 2.0 Registration Form php file
Post by: Ziguri on November 02, 2012, 22:07:52 PM
Hello,

I´m trying to figure how to edit the php file that generate the registration form, in order to install manualy OSOL Captcha.
But i can´t find what file i have to edit, can anyone help please?

Joomla 2.5

VM 2.5.6

Thanks
Title: Re: VM 2.0 Registration Form php file
Post by: Ziguri on November 03, 2012, 13:21:18 PM
Hello... anyone..?
Title: Re: VM 2.0 Registration Form php file
Post by: bytelord on November 03, 2012, 16:28:52 PM
Hello,

The file is located under joomla_folder\components\com_virtuemart\views\user\tmpl\edit_address.php
there are some if ... then .. else so place your code to the apropriate place
Also please override that file and do not edit the original .... just copy that file under joomla_folder\templates\your_joomla_template\html\com_virtuemart\user\edit_address.php
I was thinking that OSOL Captcha has already a functionality for vm ... did you look under the plugin folder\nonCoreForms\virtuemart.php??
----
template overrides: http://forum.virtuemart.net/index.php?topic=98505.0
Using the template system: http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system.

Regards
Title: Re: VM 2.0 Registration Form php file
Post by: Ziguri on November 07, 2012, 17:49:56 PM
Hello Bytelord,

Thank you for the quick answer  ;)

I look now  for the OSOL Captcha vm functionality, and is true, is there in plugin folder\nonCoreForms\virtuemart.php... but i don´t know what i have to do with this, in the plugin administration there is no option to apply the captcha to vm registration page... You have the knowledge about  OSOL Captcha to help me with this situation?
I will appreciate that..

Thank you

Title: Re: VM 2.0 Registration Form php file
Post by: bytelord on November 07, 2012, 18:52:37 PM
Hello,

No, i am not using OSOL Captcha, you should ask the developer of that extension how is working.

Regards
Title: Re: VM 2.0 Registration Form php file
Post by: Ziguri on November 07, 2012, 19:02:28 PM
Ok, Thank you anyway  ;)

Best regards