Kunena 6.4.7 Released

The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] 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
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.

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

Solved How to display pagination in full.php

More
9 years 1 week ago #1 by polki
Hey.

I'm trying to add the pagination ABOVE the quick reply and BELOW messages ( my quick reply is set to "Always visible" ).
I'm not sure of what to add.

I tried :
Code:
<div class="pull-right"> <?php echo $this->subLayout('Widget/Pagination/List') ->set('pagination', $this->pagination) ->set('display', true); ?> </div>

But ofc it doesnt work :P

I guess I can add it to full.php of " com_kunena/template/crypsis/layouts/message/edit/full.php " and above the quick reply.

Thanks in advance.

810 if you come by here, thanks : ))

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

More
9 years 1 week ago #2 by 810
github.com/Kunena/Kunena-Forum/blob/K5.0...tem/default.php#L128

move the pagination to above the full quick reply.
The following user(s) said Thank You: polki

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

More
9 years 1 week ago #3 by polki
yes thank you :) )
solved !

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

Time to create page: 0.230 seconds