"Sign in" Module only works on position login

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Sun Apr 14, 2013 4:58 pm
Hi all,

when I assign the "sign in" module to another position (like top_nav or footer_nav)
the actual login formular shows, not just the clickable "login" link, which then
on click pops up the formular nicely layouted.

Is there any way to make this work on other module positions than login?

Thanks in advance,

David
User avatar
Junior Boarder

GK User
Sun Apr 14, 2013 8:35 pm
Hi,
yes it's possible but first you have to copy some php code from this position to another. Check this file: gk_sporter\layouts\default.php

p.s.
You can always request support from us, but you need take in your mind that customization is not regular Template support.
User avatar
Platinum Boarder

GK User
Sun Apr 14, 2013 9:10 pm
Pawel F wrote:p.s.
You can always request support from us, but you need take in your mind that customization is not regular Template support.


I get that. It's just that moving a module from on place to another is not really customizing is it? :)

I'll have a look at the default.php and will get back with the results, for other users that might have this issue.

Best,

David
User avatar
Junior Boarder

GK User
Fri Jun 28, 2013 1:44 pm
Move this code to other place in the file:

Code: Select all
<?php if(GK_LOGIN && !GK_COM_USERS) : ?>   
    <div id="gkPopupLogin">   
      <div class="gkPopupWrap">
            <?php $this->loadBlock('tools/login'); ?>
       </div>
      </div>
    <?php endif; ?>
User avatar
Platinum Boarder


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