Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Question AUP Rank Image in Post

More
16 years 3 months ago #32286 by mjanzen128
I would like to show the rank image from AUP instead of the standard Kunena posting rank. So far, im using the following code in Kunena to show total points in message.php.
Code:
<?php $database->setQuery("SELECT points FROM jos_alpha_userpoints WHERE userid = " . $fmessage->userid) ; echo $database->loadResult(); ?>

What could I use along those lines to show the AUP Rank image underneath the points total in Kunena?
The following user(s) said Thank You: nzy182

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

More
16 years 3 months ago #32325 by xillibit
Replied by xillibit on topic Re:AUP Rank Image in Post
Hello,

The integration of AUP is in Kunena 1.5.7, i haven't tried this specific point so i can't tell if this works, but you can asked by PM the RC3 of kunena 1.5.7 for testing purposes.

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 3 months ago #32342 by mjanzen128
Thanks a ton! I was experimenting today and I figured out a way anyway using
Code:
<?php $database->setQuery("SELECT image FROM jos_alpha_userpoints_levelrank WHERE id = ( SELECT levelrank FROM jos_alpha_userpoints WHERE userid = " . $fmessage->userid . ")"); echo "<img src=\"http://totalplaystudios.com/components/com_alphauserpoints/assets/images/awards/large/" . $database->loadResult() . "\" />"; ?>
Works really nicely.

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

More
16 years 3 months ago #32370 by basnet
Replied by basnet on topic Re:AUP Rank Image in Post
thats a great news. when will Kunena 1.5.7 be released?

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

More
16 years 3 months ago #32372 by xillibit
Replied by xillibit on topic Re:AUP Rank Image in Post
Hello,

Kunena 1.5.7 is in RC3, i think that some bugs need to be fixed before the final release, but i can't give dates.

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 3 months ago #32440 by basnet
Replied by basnet on topic Re:AUP Rank Image in Post
willing to wait if Kunena gets AUP rank image in post. thats makes the forum more desirable to users and more appalling.

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

Time to create page: 0.322 seconds