Topic-icon Kunena login

Active Subscriptions:

None
12 years 6 months ago #38782 by mxcpz
Kunena login was created by mxcpz
Hi,
I followed the instruction on here:
www.sourcecoast.com/jfbconnect/docs/thir...tegration-for-kunena

but I couldn't succeed. Is it possibile because my Kunena version is 3.0.3?

Thx,
Mario
The topic has been locked.
Support Specialist
12 years 6 months ago #38786 by alzander
Replied by alzander on topic Kunena login
Mario,
I'm assuming you couldn't get the social login buttons to show up in Kunena, correct? I didn't think much had changed with the 3.0 version as far as the templating required, but it's possible.

We'll have to investigate further, but will hopefully be able to get you an answer early tomorrow.

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

None
12 years 6 months ago #38796 by mxcpz
Replied by mxcpz on topic Kunena login
I get but it appears under the banner. Pls see it here: forum.greenme.it/forum/topic-recenti
The topic has been locked.
Active Subscriptions:

None
12 years 6 months ago #38831 by mxcpz
Replied by mxcpz on topic Kunena login
In attachment the screenshot of my problem

File Attachment:
The topic has been locked.
Support Specialist
12 years 6 months ago #38906 by alzander
Replied by alzander on topic Kunena login
Sorry for the delayed response. I just updated the Kunena Social Login documentation. There was already an "Option 2" for adding the buttons how you wanted, but there was a minor typo. We also re-ordered that to first and added pictures for each option.

Please let me know if the updates help, or if there's anything else you need.

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

None
12 years 6 months ago #38909 by mxcpz
Replied by mxcpz on topic Kunena login
it doesn't work for me.
I disabled the custom html module, then added {JFBCLogin} at line 61, before the closing of the td, uploaded login.php at the same place via FTP, but icons still don't appear.
The topic has been locked.
Support Specialist
12 years 6 months ago #38910 by alzander
Replied by alzander on topic Kunena login
If that's not showing anything, the next test would be to wrap TEST around the tag, like:

TEST{JFBCLogin}TEST

If TESTTEST doesn't show, it means you're editing the wrong file. My guess is that you have a different/custom template than the default blue_eagle" template. In that case, update the proper template that you're using within Kunena.

Unfortunately, a different template may have different code in it, so you'll need to find the right spot to put the code. Hopefully, the doc helps get you close to the right spot though.

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

None
12 years 6 months ago #38927 by mxcpz
Replied by mxcpz on topic Kunena login
Hi Alex,
TESTTEST appears, so it's the right file (screenshot attached), but still not the icons.
Template is Blue Eagle for kunena 3.0 (the responsive one)
The topic has been locked.
Support Specialist
12 years 6 months ago #38939 by alzander
Replied by alzander on topic Kunena login
I'm not sure why it's not showing, but I did look at your site and found something that may be part of the problem.

In the profilebox module area is the following HTML:
<div class="kprofilebox-modul">
					<div class="kunena_profilebox">		<div class="moduletable">
					<!DOCTYPE HTML> 
<html xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" xmlns:forum_greenme="http://ogp.me/ns/fb/forum_greenme#" lang="en-us">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> 
<title>Widgets Magazine</title> 
That's an opening html and head tag, which are basically re-starting the HTML document. That's really bad and can cause lots of strange issues. I'd highly recommend investigating what's inserting the html and head section again in that area and fix it.

Once that's done, hopefully the JFBConnect buttons will show.. but if not, we should be able to help from there.

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

None
12 years 6 months ago #38945 by mxcpz
Replied by mxcpz on topic Kunena login
I inserted a module in that position. In that module there is 300x250 google's adsense banner.
I kept it off and everything is fine now. The code was an old one, in html code. Now is a .js script.
Solved, thanks :)
The topic has been locked.