Topic-icon Problems with Kunena 2.0

Active Subscriptions:

None
13 years 11 months ago #24524 by julsen
When I upgraded the Kunena from 1.7 to 2.0 version the modification to include the JFBConnect login button at Kunena login form isn't working anymore (www.sourcecoast.com/jfbconnect/docs/thir...tegration-for-kunena ).
There are something to do?
The topic has been locked.
Support Specialist
13 years 11 months ago #24533 by alzander
Replied by alzander on topic Problems with Kunena 2.0
Yes, there's something, but honestly, I don't know the answer yet. The profile plugin for Kunena does *not* work with Kunena v2.0. We'd recommend disabling that. We're hoping later this week or by early next to have an updated profile plugin an instructions for integrating.

Basically, their template structure has changed and we simply need to determine the right file to edit with the new version. If you happen to find it, or ask their support, let us know. Otherwise, we'll have updated instructions in a few days.

Sorry for the inconvenience!
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 10 months ago #24750 by iaims
Replied by iaims on topic Problems with Kunena 2.0
They changed the name of the "profiler" file you check to determine to use the 1.5 versus 1.6 member variables in your plgJFBCProfilesKunena class

in /plugins/jfbcprofiles/kunena/kunena.php line 28 change

$kunenafile = JPATH_ROOT . DS . 'components' . DS . 'com_kunena' . DS . 'lib' . DS . 'kunena.profiler.1.6.php';

to

$kunenafile = JPATH_ROOT . DS . 'components' . DS . 'com_kunena' . DS . 'lib' . DS . 'kunena.file.class.1.6.php';

Hope this helps.... can I get a subscription extension for finding that :)
The topic has been locked.
Support Specialist
13 years 10 months ago #25036 by alzander
Replied by alzander on topic Problems with Kunena 2.0
Iaims,
Sorry for the delayed response, and thanks for your feedback. Your solution above is the 'quick' way to fix the Kunena profile plugin to just work with 2.0, but it then breaks 1.6 compatibility. We're adding an each check for 2.0 vs 1.6 to load the proper file. It took us a bit longer to get the Kunena profile plugin updated than we expected, but it should be out in the next few days. There will also be an updated JFBConnect and JLinked release to go along with it (where the real delay came in) that fixes some minor issues and adds some minor features/improvements before our next 'major' release.. due out in late August or September.

We do love feedback around here and helping others with your information. I've gone ahead and extended your subscription through the end of August. That will let you take advantage of the minor releases over the next few days! Hopefully, we'll get the major release out while still active too. If not, we have a 20% discount on re-subscriptions if you do it while your current subscription is still active.

Thanks again, and good luck,
Alex
The topic has been locked.
Support Specialist
13 years 10 months ago #25088 by alzander
Replied by alzander on topic Problems with Kunena 2.0
Just wanted to let you know that the new release of JFBConnect was just posted. It fixes a few minor issues (none security related) and also has an updated Kunena profile plugin.

Please feel free to update. It should fix the issues mentioned above!

Thanks,
Alex
The topic has been locked.