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

Question Edit JComments plugin - config Connection

More
17 years 2 months ago #4847 by rinuccio
My knowledge is limited.
I installed Jcomments and its plugins to show the photo.

This plug connects to FireBoard.

You can have a change to make it talk to Kunena?
Code:
if ($avatar_type === 'fireboard') { $fireboardCfg = $mainframe->getCfg('absolute_path') . '/administrator/components/com_kunena/fireboard_config.php'; if (is_file($fireboardCfg)) { include_once ($fireboardCfg); if (intval($fbConfig['cb_profile']) == 1) { $avatar_type = 'cb'; } } } $users = array(); for ($i=0,$n=count($comments); $i < $n; $i++) { if ($comments[$i]->userid != 0) { $users[] = $comments[$i]->userid; } } $users = array_unique($users);

File Attachment:

File Name: plg_jcomme...5_v2.zip
File Size:5.62 KB

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

More
17 years 2 months ago - 17 years 2 months ago #6682 by rinuccio
Ehm...:unsure:

UP :blush: :blush: :blush: :blush: :blush:
Last edit: 17 years 2 months ago by rinuccio.

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

More
17 years 2 months ago - 17 years 2 months ago #6685 by Lintzy
Perhaps this could work, without any guarantee.

Attachment plg_jcomments_avatar_j15_v2_for_kunena.zip not found

Last edit: 17 years 2 months ago by Lintzy.

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

Time to create page: 0.250 seconds