Kunena 6.3.5 released

The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question Kunena 5, crypsis Rank in user list

More
7 years 11 months ago #1 by Salvux
Hi everybody, is there any hack to show rank in user list in kunena 5 with crypsis template?

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

More
7 years 11 months ago #2 by Salvux

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

More
7 years 11 months ago #3 by 810
Hi,
you need to create a template override. and you need to change the follow file:
components\com_kunena\template\crypsis\layouts\user\list\default.php

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

More
7 years 11 months ago #4 by Salvux

810 wrote: Hi,
you need to create a template override. and you need to change the follow file:
components\com_kunena\template\crypsis\layouts\user\list\default.php

Hi 810,
i wrote like this but it doesn't work:
Code:
<?php if ($config->userlist_rank) : $cols++; ?> <th class="span1 center hidden-phone"> <?php echo JHtml::_( 'kunenagrid.sort', 'COM_KUNENA_USRL_RANK', 'rank', $this->state->get('list.direction'), $this->state->get('list.ordering'), '', '','kuserlist-form'); ?> </th> <?php endif; ?>

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

More
7 years 11 months ago - 7 years 11 months ago #5 by 810
try:

File Attachment:

File Name: default.zip
File Size:2 KB
Attachments:
Last edit: 7 years 11 months ago by 810.

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

More
7 years 11 months ago #6 by Salvux

810 wrote: try:

File Attachment:

File Name: default.zip
File Size:2 KB

I tried, unfortunately i don't want the type of user, i want the rank... Take a look: www.planethortus.com/forum/lista-utenti.html

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

More
7 years 11 months ago #7 by 810
line 173 <?php echo $user->getRank(0, 'image'); ?>

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

Time to create page: 0.411 seconds