Kunena 6.3.0 released

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

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

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 Can see or access login

More
4 years 5 months ago #1 by originalhandy
I have latest Joomla and Kunena.
When I go to the forum I have a login box but its just a long bar and when I click on login, nothing happens. Any ideas ?

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

More
4 years 5 months ago #2 by rich
Replied by rich on topic Can see or access login
Please create a configuration report. docs.kunena.org/en/faq/configuration-report

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

More
4 years 5 months ago #3 by originalhandy
This message contains confidential information

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

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

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 300 seconds | Max execution memory: 192M | Max file upload: 512M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : wtasite | author: ComputerSolutions.US | version: 1.0 | creationdate: 2018-03-24

Kunena default template details : Crypsis | author: Kunena Team | version: 5.1.15 | creationdate: 2019-10-27

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.1.15 | 2019-10-27 [ Oberon ]
| Kunena detailed configuration:

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

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None

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

More
4 years 5 months ago - 4 years 5 months ago #4 by rich
Replied by rich on topic Can see or access login

When I go to the forum I have a login box but its just a long bar and when I click on login, nothing happens. Any ideas ?

In the long bar should be the Kunena menu items (like Recent Topics and so on..). You use wrong menu types in your ct-horizontal menu. Please see this docs:
docs.kunena.org/en/troubleshooting/menu-issues
docs.kunena.org/en/faq/kunena-menu
But I'm not sure whether after the correction the menu items are here without errors. You use an Artisteer template and this template contains an error. Probably you get this error:
Rendering Error in layout Widget/Menu: Call to undefined function artxTagBuilder(). Please enable debug mode for more information
See here:
www.kunena.org/forum/k5-1-support/154434-template-error
www.kunena.org/forum/installation-issues...h-a-themler-template
www.kunena.org/forum/k5-0-support/158687...ction-functagbuilder

Maybe it's better if you ask in their support forum for a solution. But I think, Artisteer is now Themler
answers.themler.io/questions?term=Call+t...funcTagBuilder%28%29
answers.themler.io/questions/192448/kunena-menu-and-themler-bug

The second problem with the login box occur because some Kunena css codes will overwrites by the codes of your Joomla template.
There are in the line 2025 the code:

Code:
.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li { overflow-x: visible; overflow-y: hidden; }

Try this code at the end of your Joomla template.css

Code:
#kunena.layout .art-postcontent ul>li, #kunena.layout .art-post ul>li, #kunena.layout .art-textblock ul>li { overflow-y: visible; }
Last edit: 4 years 5 months ago by rich.

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

Time to create page: 0.561 seconds