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

Solved The last post and new posts in topic.

More
6 years 1 month ago - 6 years 1 month ago #212443 by karlja
Hello lemur,

just found your topic and guess it is connected to the one I raised 22 months ago and still is a major usability bug in Kunena... kunena.org/forum/k5-0-support/151042-rou...erly-with-pagination

For me it seems to be an issue of how the links are built and interpreted with the mesid (id of a post) present as parameters and overriding e.g. the start parameter...

FYI:
  • "/" the URL part after the / is interpreted as parameters in the URL and processed in PHP - naturally written as "index.php?mesid=1234&start=0 - with mesid and start as parameters
  • "#" the URL part after the # is interpreted by the browser as an achor to some reference on the page - e,g, read here: en.ryte.com/wiki/Anchor_Tag

Getting back to your example from earlier:
Code:
index.php/forum/13-geschichte-der-geschichtsanalytik/607-avtobiografiya-a-t-fomenko-obzor-knigi/1296 Category: 13-geschichte-der-geschichtsanalytik Topic: 607-avtobiografiya-a-t-fomenko-obzor-knigi Post (mesid): 1296
Interpreted on the server side as you want to see item 1296
Code:
index.php/forum/13-geschichte-der-geschichtsanalytik/607-avtobiografiya-a-t-fomenko-obzor-knigi#1296 Category: 13-geschichte-der-geschichtsanalytik Topic: 607-avtobiografiya-a-t-fomenko-obzor-knigi Anchor to post: 1296
Bringing you to the post and then scrolling by your browser to anchor #1296 (if available on that page).


Best regards
Last edit: 6 years 1 month ago by karlja.

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

More
6 years 1 month ago #212452 by lemur
Hello karlja
Yes, most likely, the problem you are writing about is related to the problems I am writing about.
I also wrote about the problem with pagination www.kunena.org/forum/general-questions-a...tipage-thread/210691 .
Unfortunately, the Kunena programmers did not consider the problems I described important enough (although rich corresponded with me a lot).
Maybe now that there are two of us: - ((, the site administration will pay attention to the problems. As I already wrote, I am ready to give access to my site of any level.

Good luck to you.
lemur

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.

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

More
6 years 1 month ago #212457 by rich
I think that are different problems but maybe I'm wrong.
The developer has quickly noticed that karlja's problem is a bug with the activity stream.
But on the Russian page from you are the addresses with a slash instead the # symbol.
Example:
A click on Last Post goes to addresses with slash and message number at the end of this url like
../55-test-topic/408
But the slash is wrong
It should be
../55-test-topic#408
or when the topic has more than one page
example
../55-test-topic/1870 (1870 is the number of the last message)
but should be
../55-test-topic?start=90#1870

I remember you have written that both pages (Russian and German) are identical. But it must be a difference, because the German page works as it should.
Please can you send me all #_kunena tables from the russian forum, so I can test it? You can empty the table #_kunena_users before, because I don't need user information for tests. Address would be rich@*kunena.org (address without star).

Important! Always create a backup before you make any changes to your website!

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

More
6 years 1 month ago #212475 by rich
The setting "Topic layout = Threaded" has caused this error. To back to Flat has solved this problem.

Important! Always create a backup before you make any changes to your website!

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

More
6 years 1 month ago #212480 by lemur
Perfectly!
Thank you very much, rich.

I didn't answer immediately for two reasons.
1) I only yesterday set all the parameters in Kunena on the Russian site the same as in German.

2) Switching to the "Last post" and "New" work fine, except for one exception. :-((.
If I log in under my own nickname le***, the Russian site works as before, that is, by clicking on the "Last post" and "New", it goes to the first post of the topic! ??? OMG.
Of course, I made many attempts and cleared the cache many times in both the Joomla and the browser. I checked how it works for different users and all user groups. le*** belongs to the Publisher group, but for one another user from this group it is working fine.

I can't explain it, BUT I won't search for a reason.

I am happy with the result now.
Thank you again!

- - - - - - - - -
Signature:
Many thanks to Rich and the other advisors.

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

Time to create page: 0.241 seconds