sign up button missing

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jan 05, 2014 10:30 pm
Reply with quote
Report this post
try to enable the sign up button ..

is there anything else i need to do apart from enable this in template settings ?

thanks
User avatar
Gold Boarder

GK User
Sun Jan 05, 2014 11:13 pm
Reply with quote
Report this post
Hi,
1) you have to Add + Enable a module Login - on "login" position.
2) and in Template configuration in Features -> you will find Login URL.

p.s.
Read also this new article: http://www.gavick.com/documentation/gen ... tion-form/
User avatar
Platinum Boarder

GK User
Sun Jan 05, 2014 11:21 pm
Reply with quote
Report this post
i did that ... login button is there ... only sign up button its missing

1) its done
2) its done
User avatar
Gold Boarder

GK User
Sun Jan 05, 2014 11:23 pm
Reply with quote
Report this post
in rockwall template there is no registration link in template setting ...

you can only enable or disable the Register link ....
User avatar
Gold Boarder

GK User
Mon Jan 06, 2014 12:01 am
Reply with quote
Report this post
ok, what about Allow registration in User Manager Options ? Please check it.

because this template has such a code inside
Code: Select all
<?php $usersConfig = JComponentHelper::getParams('com_users'); ?>
            <?php if ($usersConfig->get('allowUserRegistration') && $userID == 0) : ?>
               <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>" id="gkRegister" class="button"> <?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
            <?php endif; ?>
User avatar
Platinum Boarder


cron