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.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Add rank in UserList

More
14 years 10 months ago - 14 years 10 months ago #98948 by yannoch
Replied by yannoch on topic Re: Add rank in UserList
It's working fine !
THANKS MATIAS !!! :kiss:

Can you help me to create a filter for groups? :silly:
Last edit: 14 years 10 months ago by yannoch.

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

More
14 years 10 months ago #98953 by Matias
Replied by Matias on topic Re: Add rank in UserList
Creating a filter in K1.6 is a bit involving. I'd rather do it in 2.0.. There's also another issue: performance, as ranks are not kept in DB, they are recalculated every time..

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

More
14 years 10 months ago #99102 by yannoch
Replied by yannoch on topic Re: Add rank in UserList
nice, i have use this , and the rank_title from user is displayed.
Code:
$kuser = KunenaFactory::getUser($user->userid); // If ->userid doesn't work, use ->id echo $kuser->getRank(0, 'title');

But now, how to filter the list by rank?

for exemple:
my varialble is called $rankfilter
in a dropdown menu, i define $rankfilter to 7 for display only users have rank=7
...
:unsure:

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

Time to create page: 0.317 seconds