How to enable login and register?

GK User
Fri Jul 01, 2011 10:47 pm
any good way to enable login and register function at pixellove template?
I try to do search,but no result about this template.
User avatar
Expert Boarder

teitbite
Sat Jul 02, 2011 2:44 pm
Hi

What problem You have ? Please simply publish login/register modules in one of template positions. Please add "?tp=1" at the end of url to see all positions available.
User avatar
Moderator

GK User
Sun Jul 03, 2011 12:24 am
Thank you for kindly reply.
I enable the register module at the backend and select to show at all pages.
But,I can't find it still.I can't find register position when I enable and type "?tp=1".

pixel.jpg


And,There is no login and register scripts there.->nav.php
Code: Select all
<?php

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
   
?>

<div id="gk-nav">
   <div id="gk-nav-wrap" class="main clearfix">
      <?php if ($this->getParam('logoType')!=='none'): ?>
         <?php if ($this->getParam('logoType')=='image'): ?>
         <h1 class="logo">
               <a href="index.php" title="<?php echo $this->sitename(); ?>"><?php echo $this->sitename(); ?></a>
         </h1>
         <?php elseif($this->getParam('logoType')=='text') : ?>
         <h1 class="logo text">
             <a href="index.php" title="<?php echo $this->sitename(); ?>"><?php echo GK_LOGO; ?></a>
             <small class="site-slogan"><?php echo GK_SLOGAN;?></small>
         </h1>
         <?php endif; ?>
      <?php endif; ?>
      
      <?php if (($this->getParam('menu_enabled', 1) && $gkmenu = $this->loadMenu())) : ?>
       <div id="gk-mainnav">
            <?php
               $gkmenu->genMenu($this->getParam('startlevel',0), $this->getParam('endlevel',-1));
            ?>
       </div>
       <?php endif; ?>
    </div>
</div>


Can you show some screen shots to indicate that position?
User avatar
Expert Boarder

GK User
Mon Jul 04, 2011 2:10 am
up:)
User avatar
Expert Boarder

teitbite
Mon Jul 04, 2011 9:22 am
Hi

Please try with a different position. This template doesn't have a designed register/login position.
User avatar
Moderator


cron