- Posts: 8
- Thank you received: 1
Kunena move to crowdin for the translations
Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin :
crowdin.com/project/kunena-forum
to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.
Transifex is keept for translations from K6.3 and the previous versions of Kunena.
Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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 Recent Topics menue item behaviour
When I click on the "Recent Topics" menu button I see the newest posts of the topics, the most recent post on top. So far so good. When the recent topics fill more than one page and I click on page 3, for example, I see the topics on page 3 as one would expect.
Now when I click on the "Recent Topics" menu button again I stay on page 3. One would expect that page 1 would be displayed because the most recent topics are located there.
How can I fix this?
Please Log in or Create an account to join the conversation.
- Gamer Templates
-
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Gamer Templates
-
- Offline
- Senior Member
This is at: recent, unread, no-replies, my topics ...
But I don't know if there is a way, to change only this.
Please Log in or Create an account to join the conversation.
Unfortunately, I also don't know how you can change that.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Hello Rich, thank you for your response. Maybe one of the developers can tell me which code to change.rich wrote: Unfortunately, I also don't know how you can change that.
Please Log in or Create an account to join the conversation.
- Gamer Templates
-
- Offline
- Senior Member

If that is enough for you like here (my site for testing): www.gamer-templates.com/forum/recent-topics.html tell me, then I write you a small instruction.
Please Log in or Create an account to join the conversation.
Great, I testet it on your site and that is exactly what I needGamer Templates wrote: If that is enough for you like here (my site for testing): www.gamer-templates.com/forum/recent-topics.html tell me, then I write you a small instruction.

Please Log in or Create an account to join the conversation.
- Gamer Templates
-
- Offline
- Senior Member
- Go to Admin -> Menus -> YOUR KUNENA MENU -> and find your Recent Topics ID (NOTICE THIS ID)
- Then open Recent Topics -> click Save as Copy
- Then Joomla create a new Menu Item with the Name Recent Topics (2)
- Click on "Menu Item Type *" and change this to System Links -> URL (DO NOT CLOSE THIS SITE)
- Open your Kunena Forum in Frontend in a new Browser Tab and go to Recent Topics
- Now you click on Site 2 and again on Site 1 and you have your URL in Browser
For example: www.gamer-templates.com/ forum/recent-topics.html?start=0 - Go back to Backend and insert the URL in the Link * Field at Recent Topics (2)
for example: forum/recent-topics.html?start=0 - Set Status on the right site on Published and Save
- Go back to Kunena Forum and refresh your site. Now you see 2 Tabs of Recent Topics and check if Recent Topics (2) works
- [strike]Now go to your Template custom.css or a css which will not override after update and insert this:
(MY item-ID IS AN EXAMPLE! USE YOUR item-ID FROM STEP 1.):[/strike][strike].item-859 {
display: none !important;
}[/strike] - Go to Recent Topics -> open -> Link Typ -> Display in Menu -> NO -> save
- Go back to Kunena Forum and refresh your site. Now you see 1 Tabs of Recent Topics (2)
- Change Menu Title Recent Topics (2) to Recent Topics in Admin and that is all!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.