Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Question Signature bug CB integration?

More
17 years 2 months ago #7164 by fxstein
FYI

Here is an integration fix I posted last week. The CB team is updating the Kunena integration and it should be native with CB1.2.1

Hope this helps: www.kunena.com/forum?func=view&catid=12&id=5708

fxstein

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #7343 by Apok
i dont know your step :(

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8419 by carreon
Hello to all community. I just migrated my website from to Kunena yesterday and I got the same issue with signatures when integrated with CB.

Here's how I solved, in case it can help somebody:

In file joomla_root/components/com_kunena/template/default/view.php near line 837, you'll find this code:
Code:
if ($fbConfig->fb_profile == 'cb' && $fmessage->userid > 0) { $msg_prflink = sefRelToAbs('index.php?option=com_comprofiler&amp;task=userProfile&amp;user=' . $fmessage->userid . ''); $msg_profile = "<a href=\"" . sefRelToAbs('index.php?option=com_comprofiler&amp;task=userProfile&amp;user=' . $fmessage->userid . '') . "\"> <img src=\"";
to enable previous Community Builder signatures change the code to this:
Code:
if ($fbConfig->fb_profile == 'cb' && $fmessage->userid > 0) { $database->setQuery("SELECT fbsignature FROM #__comprofiler WHERE user_id='$fmessage->userid'"); $userinfo->signature = $database->loadResult(); $msg_prflink = sefRelToAbs('index.php?option=com_comprofiler&amp;task=userProfile&amp;user=' . $fmessage->userid . ''); $msg_profile = "<a href=\"" . sefRelToAbs('index.php?option=com_comprofiler&amp;task=userProfile&amp;user=' . $fmessage->userid . '') . "\"> <img src=\"";

One of my post with CB signature here: www.joomleros.com/index.php?option=com_k...atid=30&id=6906#6913

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8426 by sorema
great job guy! that stuff work like a charme! :woohoo: :woohoo: thanks a lot
kudos to you and karma up!B)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8653 by skillless
Great, Thanks!!! Karma Up :)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #8772 by audisport
Hi guys,
It didn't worked for me (Joomla 1.5.9 and Kunena 1.0.8), Could that be because I'm using a fb forum tab and field?

Thanks a lot for your support!

Please Log in or Create an account to join the conversation.

Time to create page: 0.229 seconds