Edit Register Link

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
Tue Dec 03, 2013 9:19 pm
Reply with quote
Report this post
Hello, I am trying to find that file that will allow me to edit he "Register" (Attached). I added a link in the Template file in Admin console but the button still doesn't work (Extensions>Template Manager> GK_Magazine)

Please advise
User avatar
Fresh Boarder

GK User
Wed Dec 04, 2013 12:15 am
Reply with quote
Report this post
Hi.
Sure,
First, check if user registration is enabled (in User Manager > Options).
Second, if default template settings didn't worked :(

please add manually : gk_magazine\layouts\default.php
line ~75
Code: Select all
<a href="<?php echo $this->API->get('reg_url', '#'); ?>" id="gkRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>


Replace with this
Code: Select all
<a href="index.php?option=com_users&view=registration" id="gkRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
User avatar
Platinum Boarder

GK User
Wed Dec 04, 2013 12:21 am
Reply with quote
Report this post
But please check again... template settings
registration-link.png


because I checked on my installation and added link worked

Use:
Code: Select all
index.php?option=com_users&view=registration
User avatar
Platinum Boarder

GK User
Thu Dec 05, 2013 7:33 pm
Reply with quote
Report this post
Thank you. Your solution worked! I'm not sure what I must have done but the link in the template settings was not applied this time around.
User avatar
Fresh Boarder

GK User
Thu Dec 05, 2013 8:09 pm
Reply with quote
Report this post
Most importantly, it now works correctly.
If have any other problems - just ask, we will help.

Check also our WIKI (http://www.gavick.com/documentation) - there you will find some useful tips :ugeek:
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.