toplinks no longer at the top

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
Mon Mar 04, 2013 4:20 pm
Reply with quote
Report this post
added a link to toplinks but ordering is a littly funny
User avatar
Gold Boarder

Konrad M
Tue Mar 05, 2013 1:27 pm
Reply with quote
Report this post
Hi,
can you explain what would you like to achieve ?
User avatar

GK User
Thu Mar 07, 2013 5:12 pm
Reply with quote
Report this post
Hi,

the toplinks are suppose to be on the right and at the top:

LOGIN REGISTER DONATE

As you can see the toplinks are not this way right now.

LOGIN

then Register Donate is on the left by the logo.
User avatar
Gold Boarder

GK User
Thu Mar 07, 2013 6:03 pm
Reply with quote
Report this post
This is the code in layouts/default.php:


<div id="gkPageWrap">
<section id="gkPageTop">
<?php $this->layout->loadBlock('logo'); ?>

<?php if($this->API->modules('login + cart + lang') || ($this->API->get('register_link', 1) && $userID == 0)) : ?>
<div id="gkTopLinks">
<?php if($this->API->modules('lang')) : ?>
<jdoc:include type="modules" name="lang" style="<?php echo $this->module_styles['lang']; ?>" />
<?php endif; ?>

<?php if($this->API->modules('cart')) : ?>
<a href="index.php?option=com_virtuemart&amp;view=cart" id="btnCart"><?php echo JText::_('TPL_GK_LANG_MY_CART'); ?><span><?php echo JText::_('TPL_GK_LANG_MY_CART_LOADING'); ?></span></a>
<?php endif; ?>


<?php if($this->API->modules('login')) : ?>
<a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><?php echo $btn_login_text; ?></a>
<?php endif; ?>
</div>
<?php endif; ?>

<?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; ?>



<a href="http://www.thechildrenofbotswana.org/index.php?option=com_jdonation&view=donation&Itemid=501#.UTNvtxm64aU">Donate</a></div></div>
User avatar
Gold Boarder

Konrad M
Fri Mar 08, 2013 1:04 pm
Reply with quote
Report this post
I checked your website and I see that you fix it already. Am I right ?
User avatar

GK User
Sat Mar 09, 2013 4:06 pm
Reply with quote
Report this post
Konrad M wrote:I checked your website and I see that you fix it already. Am I right ?



HI.... no I'm on the local server and the images I sent you is from that one,

I simply would like to change the order of the links:

1. LOGIN 2. REGISTER 3. DONATE


However when I do this everything is funky. Could you have a look at the code I sent you. It does not seem like its a simple reordering of the <a> tag for toplinks
User avatar
Gold Boarder

GK User
Sat Mar 09, 2013 5:30 pm
Reply with quote
Report this post
NO LONGER AN ISSUE.

I REORDERED <a> on godaddy server and saved default.php. Toplinks is now showing correctly.











Poppie wrote:
Konrad M wrote:I checked your website and I see that you fix it already. Am I right ?



HI.... no I'm on the local server and the images I sent you is from that one,

I simply would like to change the order of the links:

1. LOGIN 2. REGISTER 3. DONATE


However when I do this everything is funky. Could you have a look at the code I sent you. It does not seem like its a simple reordering of the <a> tag for toplinks
User avatar
Gold Boarder


cron