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 Jawards
Please Log in or Create an account to join the conversation.
<?php echo $this->profile->profileIcon('email'); ?>
</li>
Please Log in or Create an account to join the conversation.
little request : is it possible ton show award under user's signature ? i was able to do that with K 1.5
Please Log in or Create an account to join the conversation.
Thank for sharing the code to integrate jAwards with Kunena 1.6. The is however one question I would like to ask and that is, what do I have to add to the code so that there are for example 5 award image per line?
Please Log in or Create an account to join the conversation.
many thanks to squale for the code! It works fine in my forum!
But i have a question. I searched and tried several options/functions but it seems that i'm too dumb to get it working. :blush:
My problem: I won't the awards sorted by RANDOM.
I would like to sort them by "name" ASC or maybe by their SQL id ASC.
It is about this code:
Anyone here who can give me a quick hint?
I would appreciate it a lot. Thanks in advance!
greets!
Please Log in or Create an account to join the conversation.
Hopefully there is anyone here in this forum who can help with my issue.
I would be really happy
kj2010 wrote: Hello,
many thanks to squale for the code! It works fine in my forum!
But i have a question. I searched and tried several options/functions but it seems that i'm too dumb to get it working. :blush:
My problem: I won't the awards sorted by RANDOM.
I would like to sort them by "name" ASC or maybe by their SQL id ASC.
It is about this code:Code:"\n ORDER BY RAND() LIMIT ".$number_medals;
Anyone here who can give me a quick hint?
I would appreciate it a lot. Thanks in advance!
greets!
Please Log in or Create an account to join the conversation.