Hello,
I currently use SCLogin module for my site and I'd like to ask how to use login module position for it instead of your default login feature.
When I assign it to login position, it shows nothing.
link: http://jreplay.com
Thanks,
Giang Anh
<?php if($this->API->get('login_url', '') != '') : ?><?php if($this->API->get('login_url', '') == '') : ?><?php if($this->API->modules('usermenu')) : ?>
<div class="userstyle">
<jdoc:include type="modules" name="usermenu"
style="<?php echo $this->module_styles['usermenu']; ?>" />
</div>
<?php endif; ?>
<?php if($this->API->get('login_url', '') != '') : ?>
<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; ?>
I'm using my own server.
