Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

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
7 years 5 months 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
7 years 5 months 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
7 years 5 months ago #3 by polki
yes thank you :) )
solved !

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

Time to create page: 0.473 seconds