Make the registration by Jomsocial component

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
Wed Nov 20, 2013 3:53 am
Reply with quote
Report this post
Hi, I want to make registration by jomsocial. I activated the registration but this button does not work. How can I fix it?
User avatar
Senior Boarder

GK User
Wed Nov 20, 2013 8:17 am
Reply with quote
Report this post
Hi.
Are you talking about "How to add link to JomSocial registration" or "default Joomla registration" ?
User avatar
Platinum Boarder

GK User
Wed Nov 20, 2013 3:05 pm
Reply with quote
Report this post
Hi, I want to make registration by jomsocial. I activated the registration but this button does not work. How can I fix it?
User avatar
Senior Boarder

GK User
Wed Nov 20, 2013 3:09 pm
Reply with quote
Report this post
Because this view we overrirde with our template , you have to add link manually.
But don't worry it's easy. I will show you how...

templates/gk_musicstate/html/com_community/frontpage.guests.php

Find this line
Code: Select all
  <a href="#"> <?php echo JText::_('COM_COMMUNITY_JOIN_US_NOW'); ?> </a>



Replace # with your registration link. For JomSocial registration use:

Code: Select all
 index.php?option=com_community&view=register&task=register


or SEF URL generated by your Joomla Menu system, as you wish. :mrgreen:
User avatar
Platinum Boarder

GK User
Wed Nov 20, 2013 9:03 pm
Reply with quote
Report this post
Thank you very much.
User avatar
Senior Boarder

GK User
Wed Nov 20, 2013 9:55 pm
Reply with quote
Report this post
Please note somewhere about this change, because after template update probably you lost it. Make backup of this changed file, that's all.

p.s.
Don't be afraid we don't make updates so often, just remember.

I have one easy trick :
I create a Custom HTML module for back-end and publish him on "cpanel".
Look at my example
User avatar
Platinum Boarder


cron