Position module and logo registration

July '10 Joomla Templates
GK User
Tue Apr 23, 2013 7:32 pm
Good afternoon,
We need to make a change in the template and we are failing, just reverse the position of the record in the template!
I would like instructions to be able to do this.

Thank you,
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 10:33 pm
Hi, could you be more specifics.
You want to see all module positions? If yes , Go to TEMPLATE MANAGER --> OPTIONS (icon) and enable to show it. Then use http://your-webpage.com/?tp=1 - to see them all

(2) If you want to make changes in registration & login links, go here: templates/gk_game_magazine/layouts/blocks/logo.php

There you will find:
Code: Select all
<div id="gkButtons">
   <div>
      <?php if(GK_LOGIN) : ?>
      <a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><span><?php echo $btn_login_text; ?></span></a>
      <?php endif; ?>
      
      <?php if(GK_REGISTER) : ?>
      <a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=registration" id="btnRegister"><span><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></span></a>
      <?php endif; ?>
   </div>
</div>


Then Make A Change!
User avatar
Platinum Boarder


cron