Resgistration form

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Nov 02, 2012 6:48 pm
Reply with quote
Report this post
Hello all,

I don´t know how i could link Virtuemart form instead Joomla Form (in register link option) . May be it´s easy but i don´t find it.

Thank and regards!
User avatar
Expert Boarder

teitbite
Sat Nov 03, 2012 2:59 pm
Reply with quote
Report this post
Hi

Please edit /layout/default.php file and look for this code:

Code: Select all
             <?php if($this->API->get('register_link', 1) && $userID == 0) : ?>
             <a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
             <?php endif; ?>


You can change link there.
User avatar
Moderator

GK User
Sun Nov 04, 2012 2:30 pm
Reply with quote
Report this post
Thanks for all!!!

Regards
User avatar
Expert Boarder


cron