Topic-icon How to display Facebook Login on my Jomsocial "Hello Me" module

Active Subscriptions:

None
Hi,

one of the most effective ways to promote my site is to put a link to my blog on my facebook page.

I have set the Jomsocial "Hello me" module to be displayed on this page so people easily can sign up for my site :).

However, the Facebook login isn't displayed on this module. Please see the attached screenshot.

How can I put this link in the very bottom of this module?

Any help would be greatly appreciated.

Thanks in advance!

Cheers

Peter
File Attachment:
The topic has been locked.
Support Specialist
Peter,
You'd need to edit the hellome template files (likely in /modules/mod_hellome/tmpl/default.php) and add the tag {JFBCLogin} whever you want the button to display.

The alternative option would be to replace the hellome module with the SCLogin module.

I hope that helps explain, but if you need any more specifics, let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
I just bought this product and I am now playing with it and this was the same question i was going to post, however your answer was very helpful but my placement is a bit of a kicker for me... I need the Facebook button to be beside the hello me button (in the same line) If this is possible can you please details..

Thank You.
The topic has been locked.
Support Specialist
I'm not totally familiar with the Hello Me module, or even what the "Hello me" button is. When you're adding the Facebook button as mentioned above, you can give it a class name or wrap it in it's own div which can let you float it to the right, for instance (style="float:right"). That may make it go to the right like you're looking for, but again, I just don't know that module, or your site, well enough to know what you're looking to do.

I hope that helps get you started,
Alex
The topic has been locked.
Active Subscriptions:

None
Amazing, thanks alzander!

I placed it right after the "usual" Login-button
			<input type="submit" name="Submit" class="btn btn-primary" value="<?php echo JText::_('LOGIN') ?>" />&nbsp;<p>
				
				{JFBCLogin} 
			</fieldset>

And it looks great. Thanks! Problem solved :)

Cheers

Peter
The topic has been locked.
Support Specialist
That works well. Thanks for sharing your code snippet back, and hopefully it will help others. As always, should you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
I already did, on the 22/8 :)
The topic has been locked.
Support Specialist
Peter,
Awesome. Sorry for the double-ask on that. I try to keep it straight who's posted reviews and not bring it up again.. but I lost it on this one.

As always though, should you need anything else, just let us know.. and I'll try not to pester you again for a review :D

Thanks,
Alex
The topic has been locked.