Kunena 6.2.6 released

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

Solved Upgrade Kunena 4.0.11 to Kunena 5.0.0

More
7 years 8 months ago - 7 years 8 months ago #1 by StudioTommy
Hello community,

I have found nothing in the search. I want to upgrade from 4.0.11 to 5.0.0. Is there a guide how should I proceed exactly?

Edit: excuse me, I found it www.kunena.org/docs/en/upgradehere . Does it mean that I just can install with the installer on an existing 4.0.11 the new version 5.0?

thank you
Tommy
Last edit: 7 years 8 months ago by StudioTommy.

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

More
7 years 8 months ago #2 by StudioTommy
I have now successfully updated to version 5.0.

I have a display problem. As can be seen here in my URL , slips my navigation menu laughing leinks. How do I get something to right?

Thank you very much
Tommy

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

More
7 years 8 months ago #3 by 810
you have this on your css:
Code:
.pagination ul { margin-left: -47px; }

Looks like a fix for the content pagination.

You could add this code on: backend - kunena - template - select crypsis - edit less - edit custom.less
Code:
.pagination ul { margin-left: 0 !important; }
The following user(s) said Thank You: StudioTommy

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

More
7 years 8 months ago #4 by StudioTommy

810 wrote: You could add this code on: backend - kunena - template - select crypsis - edit less - edit custom.less
[/code]


Thank you for the fast answer.

I do not understand the string. I have a custom.css

What exactly do I have to enter into this to make it work properly?

Thank you very much
Tommy

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

More
7 years 8 months ago #5 by 810
You can add this:
Code:
.pagination ul { margin-left: 0 !important; }
The following user(s) said Thank You: StudioTommy

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

More
7 years 8 months ago #6 by StudioTommy
thank you so much, worked perfectly.

Best regards
Tommy

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

Time to create page: 0.413 seconds