Topic-icon Kunena Integration with Kunena Login Module

Active Subscriptions:

None
13 years 6 months ago #27969 by y021ahe
I am a new user with JFBConnect - I only installed it this week, so will be asking alot of questions.

I have installed the latest version of all components, plugins and modules for this extension.

I use the Kunena Login Module instead of the default Joomla Login Module. The 3rd Party integration options suggest an integration with Kunena Forum 2.0.2, but this applies to the welcome guest option, which is not what I want.

Can the Login with Facebook be integrated with the Module Kunena Login Module instead. At present I am having to load a second Module for the Login with Facebook, because I can't suss out an integration.

I have included some screen prints, but at present have had to turn off the options whilst the testing of this is complete.

Please let me know if you need any extra information?

File Attachment:

File Attachment:


Rich
The topic has been locked.
Support Specialist
13 years 6 months ago #27975 by alzander
I don't know the Kunena Login module off-hand, but our {JFBCLogin} tag that you saw in our integration guide works anywhere. So, if you can edit the Kunena login module's template file (usually the /tmpl/default.php file), you can add that tag anywhere in the HTML portion of the code and JFBConnect will replace that with the proper "Login with Facebook" button.

Hope that helps, but if you need more info, just let us know!

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

None
13 years 6 months ago #28058 by y021ahe
Alex,

That worked .. I added the tag as you described and it has added it exactly where I wanted it to.

Thanks for this. I haved included the important bit of the code for anyone else who wants to do the same.- I updated the entry in "/modules/mod_kunenalogin/tmpl/vertical.php".

.....
<?php if ($this->registerUrl) : ?>
<li class="klogin-register">
<a href="<?php echo $this->registerUrl ?>" rel="nofollow"><?php echo JText::_('COM_KUNENA_PROFILEBOX_CREATE_ACCOUNT') ?></a>
</li>
<?php endif; ?>
<td>{JFBCLogin}</td>
</ul>
<?php echo $this->params->get('posttext'); ?>
</form>
<?php endif; ?>

</div>
The topic has been locked.
Support Specialist
13 years 6 months ago #28083 by alzander
Awesome! Glad you got it going! As always, should you need anything else, just let us know!

Finally, after we get everything going for you, please consider leaving a rating and review on the Joomla Extension Directory for JFBConnect or our support. It's certainly not required but very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

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