Kunena 6.1.3.2 Released

The Kunena team has announce the arrival of Kunena 6.1.3.2 [K 6.1.3] which is now available for download as a native Joomla extension for J! 4.2.x/4.3.x. This version addresses most of the issues that were discovered in K 6.1.0 and issues discovered during the last development stages of K 6.1

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Pagination disappeared (third-party template)

More
9 years 6 months ago #1 by NosyWeb
Hi everybody,

I have a little problem since I have upgraded Kunena 2 to Kunena 3 : pagination disappeared.
I guess it comes from my custom Kunena template because I can't upgrade it for Kunena 3.
Therefore, I identified the source code :
Code:
<dd class="tk-action-pagination"> <span class="tk-pagination-contour"> <?php echo $this->total . ' '; ?> <?php echo $numbers . ' ▪ '; ?> <span> <?php echo JText::_('COM_KUNENA_TEMPLATE_PAGE') . ' '; ?> <?php echo $current_page . ' '; ?> <?php echo JText::_('COM_KUNENA_TEMPLATE_OF') . ' '; ?> <?php echo $total_pages; ?> </span> <?php echo ' ▪ '; ?> </span> <?php echo $this->pagination; ?> </dd>
Is this code correct ? It seems <?php echo $this->pagination; ?> doesn't work.

Thanks for your help.

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

More
9 years 6 months ago #2 by sozzled
Please contact the author of your Kunena template to ask if there is an update that works with K 3.0

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

More
9 years 6 months ago #3 by NosyWeb
Hi,

Thanks for your help.

The author doesn't answer (templatekunena.com)... So I suppose <?php echo $this->pagination; ?> is correct.

I have to find a solution to rollback to Kunena 2.

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

Time to create page: 0.404 seconds