Page 1 of 1

Registration Form without registered area!

PostPosted: Tue Aug 26, 2014 5:21 pm
by atiart
Hello,

we want on Registration form no registered area!

I send a Image where you can see it and understand what we want.

Thanks for help

Best Regards

Atilla

Re: Registration Form without registered area!

PostPosted: Wed Aug 27, 2014 3:17 pm
by admin
hello, this page is rendered with your joomla and virtuemart theme. you may want to alter the template here:

\components\com_virtuemart\views\user\tmpl\edit.php

or within your overrrides:
/tempaltes/YOUR JOOMLA TEMPLATE/html/com_virtuemart/user/edit.php

and look for this line:
Code: Select all
<?php echo shopFunctionsF::getLoginForm(false); ?>


and remove it

this will remove it for the classic registration. Depending on which other URL addresses you want to remove the login, you may also check

\components\com_virtuemart\views\user\tmpl\edit_address.php

best regards, stan, rupostel.com