creativity and community builder

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
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
Sat Mar 08, 2014 2:11 pm
Reply with quote
Report this post
creativity and community builder

In login module

When users press on button "Login" no problem(community builder)
When users press on button "sign up"problem ,user go of registration gavick ,How I can fix it ?

modifie link of "sign up " ?

http://www.serenitenature.com
User avatar
Fresh Boarder

GK User
Sat Mar 08, 2014 6:09 pm
Reply with quote
Report this post
Are you sure you are talking about Creativity? Because this template have only 'Log In' button » screenshot
User avatar
Platinum Boarder

GK User
Sat Mar 08, 2014 6:27 pm
Reply with quote
Report this post
yes a have creativity

I've find the solutions

/www/templates/gk_creativity/layouts/blocks/tools/login.php


?>
<?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>"> <?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>

to

<?php echo JText::_('TPL_GK_LANG_OR'); ?><a href="<?php echo JRoute::_('index.php?option=com_comprofiler&task=registers'); ?>"> <?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>

thank you
User avatar
Fresh Boarder

GK User
Mon Mar 10, 2014 9:31 am
Reply with quote
Report this post
Yes, your modification is correct. The login URL you can change from template settings but due to fact that we don't provide any 3rd party extensions with register area the registration URL is set to default Joomla! view.
User avatar
Platinum Boarder


cron