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.

Solved Login Issue - Template

More
2 years 10 months ago - 2 years 10 months ago #1 by viper_iii
<Solved>
Know the issue is a darn template / plugin but not sure what is causing it..
have most disabled...

or where or what to place the edit.. less.css or in theme??? and what exactly would get it working on primary site...

main site:
www.sclr.org/roverboard
just doesn't do anything with login...

test site
beta.sclr.org/roverboard-0
login works but if you click in chrome it will dissappear if you don't enter user pass

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: 30 seconds | Max execution memory: 256M | Max file upload: 20M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : shaper_helixultimate | author: JoomShaper.com | version: 2.0.0-beta.2 | creationdate: Feb 2018

Kunena default template details : Crypsisb4 | author: Kunena Team | version: 5.2.5 | creationdate: 2021-05-30

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.2.5 | 2021-05-30 [ Ligeia ]
        | Kunena detailed configuration:

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

Third-party components: CommunityBuilder 2.6.0+build.2021.05.20.15.15.36.c7bc73d0f | UddeIM 3.7

Third-party SEF components: None

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

Modules: Kunena Latest 5.2.1 | Kunena Stats 5.2.1 | Kunena Login 5.2.1 | Kunena Search 5.2.1

Last edit: 2 years 10 months ago by viper_iii. Reason: added solved

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

More
2 years 10 months ago #2 by 9themestore
Replied by 9themestore on topic Login Issue - Template
Hi,
The helixultimate beta 2.0.0 template is using the Bootstrap 5 framework, so the Crypsisb4 template is only compatible with Bootstrap 4 framework. That is the reason of login issue.

- Solution (you need update html mockup of login and logout file).
1. Open the desktop.php file in the "components\com_kunena\template\crypsisb4\layouts\widget\login\login" path.
- Replace:
Code:
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="klogin-desktop">

by
Code:
<a href="#" class="dropdown-toggle" data-bs-toggle="dropdown" id="klogin-desktop">

- Replace:
Code:
<div class="dropdown-menu dropdown-menu-right" id="userdropdown">

by
Code:
<div class="dropdown-menu dropdown-menu-right" id="userdropdown" aria-labelledby="klogin-desktop">

2. Open the logout.php file in the "components\com_kunena\template\crypsisb4\layouts\widget\login\logout" path.
- Replace:
Code:
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
by
Code:
<a href="#" class="dropdown-toggle" data-bs-toggle="dropdown" id="klogout">

- Replace:
Code:
<div class="dropdown-menu dropdown-menu-right" id="nav-menu userdropdownlogout" role="menu">
by
Code:
<div class="dropdown-menu dropdown-menu-right" id="nav-menu userdropdownlogout" role="menu" aria-labelledby="klogout">

3. Save and reload your forum to view all changes.

Let us know if it does not work.

Best regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: viper_iii

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

More
2 years 10 months ago - 2 years 10 months ago #3 by viper_iii
Replied by viper_iii on topic Login Issue - Template
working on these now..
that makes sense...

THANK YOU

---

file path ..
Logout - 
only have default.php in 
/htdocs/components/com_kunena/template/crypsisb4/layouts/widget/login

But That did indeed fix it!
 
Last edit: 2 years 10 months ago by viper_iii.

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

More
2 years 10 months ago #4 by viper_iii
Replied by viper_iii on topic Login Issue - Template
mobile still had issues..

rolled theme back to normal helix ulitimate version that is Bootstrap 4.
seems to have resolved it and un-did edits - dropdowns working again.

Still many thanks for those edits to test with.

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

Time to create page: 0.600 seconds