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 user contributions, (templates, modules, plugins and hacks) 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, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question JoniJnm Edition 1.4.2

More
16 years 6 months ago - 16 years 6 months ago #31696 by WinuxFF
Hi JoniJnm, excellent modification i must say


But i was wondering, is there a way to add more Kunena fields to intagrate with Jomsocial

Currently its only supported 3 of them + signature
Is there any way to add more?
Infact, is there a way to add ALL kunena fields so we can choose with what Jomsocial fields we going to integrate them :)

I hope you understand me :)
Last edit: 16 years 6 months ago by WinuxFF.
The topic has been locked.
More
16 years 6 months ago #31697 by JoniJnm
Hi,

You can add it manually. For example, if you want add a field which show the user's country:

{Kunena}/JoniJnm_plugins/plugins/jomosocial/jomsocial.xml
add:

<param type="text" name="country" default="0" title="Country" />

{Kunena}/JoniJnm_plugins/plugins/jomosocial/helper.php
add (in the integration function, in "foreach"):

elseif ($dato->field_id == $plugin->getParam("country", 0)) {
$userinfo->country = $dato->value;
}

Later, in the file {template}/message.php, search:
if (isset($msg_birthdate)) {
echo $msg_birthdate;
}

and add later:
if (isset($userinfo->country)) {
echo $userinfo->country;
}
The topic has been locked.
More
16 years 6 months ago #31703 by WinuxFF
Thank you very much :)
exactly what i was looking for :)
Now mine Kunena is 100% integrated with JomSocial

Thank you m8
The topic has been locked.
More
16 years 6 months ago #31916 by NLkaiser
Great release, but I got some questions
- Is thare any fix for the jomsocial profile link + seo

- How do you remove the avatars on the categorie index?

The topic has been locked.
More
16 years 6 months ago #31928 by JoniJnm
Hi,

How do you want that the link be? Its:
/jomsocial/NICK/profile.html

If you have a link to "user profile" in a menu it can be (depends on the version of jomsocial):
/profile/NICK.html

For remove the avatars, in the files fb_sub_category_list.php and listcat.php delete:
Code:
<?php // (JJ) AVATAR if ($fbConfig->avataroncat > 0) { echo JoniJnm_Tools::getUserAvatar($latestuserid); } ?>
The topic has been locked.
More
16 years 6 months ago - 16 years 6 months ago #31955 by JoniJnm
1.3.14 to 1.3.15 RC

Date: 2009-10-27

+ New plugin: metakeys
+ New plugin: login_inline (by @quila )
+ New position: kunena_msg_left_%n
^ Base: Kunena 1.5.7 RC2

Download
Last edit: 16 years 6 months ago by JoniJnm.
The topic has been locked.
Time to create page: 0.318 seconds