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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Post count start with #1 on each thread

More
16 years 3 months ago #36292 by gonzaunit
sorry, I already corrected my mistake
now it works
Code:
<?php if ( $page == 1){ echo CKunenaLink::GetSamePageAnkerLink($msg_id,'#'.$mmm); } else { $nums = $mmm + $limitstart; echo CKunenaLink::GetSamePageAnkerLink($msg_id,'#'.$nums); }?>


thanks. ;)

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

More
16 years 3 months ago #36507 by xillibit
I have found a way to reverse your logic when you use last post first :
Code:
if($fbConfig->default_sort == 'desc'){ if ( $page == '1'){ echo $tzert = $total--; } else { $nums = $total - $limitstart; echo $tzert = $nums; $total--; } }

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.292 seconds