A couple issues..

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
Sun Oct 20, 2013 10:21 pm
Reply with quote
Report this post
First off, I want to change the Sign In link to Sign Up, and I know where it is in the default.php, but I don't know what to change. Here's what it looks like:

Code: Select all
<?php if($this->API->get('register_link') && $userID == 0) : ?>
             <a href="<?php echo $this->API->get('register_url', 'index.php?option=com_users&view=registration'); ?>" id="gkRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
             <?php endif; ?>
             
             <?php if($this->API->modules('login')) : ?>
             <a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_LOGOUT'); ?></a>
             <?php endif; ?>



Another issue is that when I'm trying to link an article from the homepage, it basically just reloads the homepage. I changed the link from a href="#" (don't worry - it's not that) to an article location and it just jumps to the top of the homepage just like it would if there were a # there. Any ideas on what to do about that?

Thanks! :)
User avatar
Fresh Boarder

GK User
Mon Oct 21, 2013 7:27 am
Reply with quote
Report this post
Could You please post an url to your site?

1. How would You like them to change (text/translation?)
2. Could You show me the link?
User avatar
Moderator


cron