News:

Looking for documentation? Take a look on our wiki

Main Menu

VM 2.0 Registration Form php file

Started by Ziguri, November 02, 2012, 22:07:52 PM

Previous topic - Next topic

Ziguri

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

Ziguri


bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

Ziguri

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


bytelord

Hello,

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

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

Ziguri