Register and Login Modules at the top of the site

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 Jan 03, 2014 6:08 am
Reply with quote
Report this post
How do I change the link register (joomla's default) for the VirtumeMart registration page? This link has the registration and login module.

I would like to use the registration page this link: https://yoursite/index.php/user-edit-ad ... resscartBT

Sorry for my bad English.
User avatar
Junior Boarder

GK User
Fri Jan 03, 2014 8:00 am
Reply with quote
Report this post
Please edit this file:
templates/gk_bikestore/layouts/default.php
and modify this line:
Code: Select all
<a href="<?php echo $this->API->URLbase(); ?>index.php/user-eddit-adress/editaddresscartBT" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>

to :
Code: Select all
<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>
User avatar
Moderator

GK User
Fri Jan 03, 2014 6:10 pm
Reply with quote
Report this post
The registration link worked perfectly. Thank you.

However, in the login module (pop up) still remains the default of joomla.
User avatar
Junior Boarder

GK User
Sat Jan 04, 2014 1:38 pm
Reply with quote
Report this post
Please edit file:
templates/gk_bikestore/layouts/blocks/tools/login.php
and change:
Code: Select all
<a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=registration"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>

to:
Code: Select all
<a href="<?php echo $this->API->URLbase(); ?>index.php/user-eddit-adress/editaddresscartBT"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
User avatar
Moderator

GK User
Tue Jan 07, 2014 9:49 am
Reply with quote
Report this post
Thanks.
User avatar
Junior Boarder

GK User
Tue Jan 07, 2014 12:48 pm
Reply with quote
Report this post
No problem :).
User avatar
Moderator


cron