Financial Business login

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Sep 04, 2012 6:01 pm
Salve vorrei sapere come cambiare posizione al pulsante Your Account in homepage

Hi I would like to know how to change position to Your Account button on the homepage

Thank
User avatar
Fresh Boarder

GK User
Tue Sep 04, 2012 6:04 pm
It depends from where do you want to move this button.
User avatar
Administrator

GK User
Tue Sep 04, 2012 8:41 pm
dziudek wrote:It depends from where do you want to move this button.


vorrei toglierlo da quella posizione, poi inserirlo vicino alla casella cerca

I would like to remove it from that location, then insert it next to the search box
User avatar
Fresh Boarder

GK User
Wed Sep 05, 2012 10:34 am
You have to move this fragment from layouts/blocks/nav.php file:

Code: Select all
<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>
        <div id="gkButtons">
         <?php if(GK_LOGIN) : ?>
         <a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><?php echo ($userID > 0) ? JText::_('TPL_GK_LANG_LOGOUT') : JText::_('TPL_GK_LANG_LOGIN'); ?></a>
         <?php endif; ?>
         
         <?php if(GK_REGISTER) : ?>
         <a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
         <?php endif; ?>
        </div>
    <?php endif; ?>
User avatar
Administrator

GK User
Wed Sep 05, 2012 1:43 pm
Ok !!

Thank you !!!
User avatar
Fresh Boarder

GK User
Wed Sep 05, 2012 4:31 pm
gk.jpg
ops !! per ora ho tolto il codice segnalato e non l'ho inserito da nessuna parte, ma si è spostato il mio account, (vedi immagine)


ops !! for now I have removed the code is and I have not uploaded in any way, but moved my account, (see picture)
User avatar
Fresh Boarder

GK User
Thu Sep 06, 2012 6:12 am
I have to see it online, without it I'm not able to help.
User avatar
Administrator

GK User
Thu Sep 06, 2012 10:25 am
I solved it by changing

/layouts/default.php

thanks to the support
User avatar
Fresh Boarder


cron