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

Please Read This First:


This category is only for reporting defects with K 3.0.

Do not use this category:
  • to ask general questions about how to use K 3.0 or to ask when new versions of Kunena will be released;
  • to ask about other (older) versions of Kunena; or
  • if you have tried to install K 3.0 on J! 1.5; or
  • if you installed K 3.0 on a live, production site and you want your site restored to its previous state; or
  • if this website ( www.kunena.org ) works but works differently to how you expected.

You must include your K 3.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

Topics that have been closed (resolved) will be archived and no further discussion on those topics will be allowed.

Solved K 3.0.6 + J! 3.3.4 pagination number links not returning to first page of topics

More
11 years 6 months ago #159799 by whiskywizard
Referring to the page navigation feature, my users can't navigate back to Page 1 if they go to page 2 or 3, etc.


That is, if you are reading the forum and go to a 2nd page or higher, you can't get back to page 1

I've searched here and can't find a similar situation. I'm new to Kunena admin and really need some advice from the advanced users here please.

Thanks everyone!


Config Report

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 2M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : protostar | author: Kyle Ledbetter | version: 1.0 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.6 | creationdate: 2014-07-28

Kunena version detailed: Kunena 3.0.6 | 2014-07-28 [ Tala ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: UddeIM 3.1

Third-party SEF components: None

Plugins: Search - Kunena Search 3.0.1 | Content - Kunena Discuss 3.0.1

Modules: Kunena Latest 3.0.1 | Kunena Stats 3.0.1 | Kunena Search 3.0.1

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

More
11 years 5 months ago #160315 by AlexSG
Also have the same problem with pagination and trash bin, can't delete topics or replies :(

Joomla! 3.3.6 + K.3.0.6 + Tapatalk plugin

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

More
11 years 5 months ago #160322 by DOTAmarket
@whiskywizard @AlexSG

If you are using Joomla's default Search Engine Friendly URLs implement this fix: www.github.com/joomla/joomla-cms/pull/4393/files

If you are using sh404sef component in the folder /administrator/components/com_sh404sef/classes you have the file router.php

On this file comment out the line 341 $uri->delVar('limitstart');

Code:
if ($option == 'com_kunena') { // remove empty limitstart $limitstart = $uri->getVar('limitstart', null); if (empty($limitstart) && !is_null($limitstart)) { // $uri->delVar('limitstart'); } }

And next time read the whole thread before asking answered questions ... not that hard!

Buy & Sell DOTA cosmetics - DOTAmarket.com

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

Time to create page: 0.367 seconds