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 Show Kunena Rank inside Jomsocial Profile?

More
16 years 1 month ago #43456 by getagg
I tried to search, but did not find anything.

I would really like to show User Post Count and Forum Rank(image). Inside Jomsocial Profile page.

Is that possible? :dry:

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

More
15 years 7 months ago - 15 years 7 months ago #62968 by Frunzik

<?php echo JText::_('CC RANKKUN'); ?>
<div class="profile-rank" style="padding-top: 5px; text-align: center;"><img src="<?php require_once JPATH_ROOT.DS."administrator".DS."components".DS."com_kunena".DS."api.php";
$rank_image = KunenaUserAPI::getRank ( $user->id );
echo $rank_image->rank_image; ?>" alt="" /></div>

Last edit: 15 years 7 months ago by Frunzik.
The following user(s) said Thank You: xtras

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

More
15 years 6 months ago #63303 by 12Rocket
where we put that?

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

More
15 years 6 months ago #64804 by WinuxFF
Lol, wherever you want to be displayed :)

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

Time to create page: 0.215 seconds