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

More
15 years 7 months ago #62139 by squale
Replied by squale on topic Re:Jawards
i don't know what I am doing wrong, but still doesn't work for me... where to put the code ? in wich file ?

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

More
15 years 7 months ago #62159 by Fizmatik
Replied by Fizmatik on topic Re:Jawards
Put it in /components/com_kunena/template/default/view/profile.vertical.php on line 81 after:
<?php echo $this->profile->profileIcon('email'); ?>
</li>

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

More
15 years 7 months ago #62189 by squale
Replied by squale on topic Re:Jawards
thanks it works :)

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.

More
15 years 3 months ago #83731 by Lodder
Replied by Lodder on topic Re:Jawards
Hi,

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.

More
14 years 11 months ago #97571 by kj2010
Replied by kj2010 on topic Re:Jawards
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.

More
14 years 10 months ago #98588 by kj2010
Replied by kj2010 on topic Re:Jawards
Hello, it's me again and i'm sorry to bump this thread here. Maybe noone noticed my question.
Hopefully there is anyone here in this forum who can help with my issue.
I would be really happy :) Thanks in advance!

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.

Time to create page: 0.253 seconds