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

Question [Merged topic]The great Mootools/Javascript conflict discussion

More
15 years 7 months ago #65383 by Gazimaluke
Replied by Gazimaluke on topic Re: Can't upload files
I still can't upload files and Iv turned of the only thing I can find that uses jQuery and it didn't help at all. There isn't anything else loading when the forum is up. No other modules etc.
The topic has been locked.
More
15 years 7 months ago - 15 years 7 months ago #65606 by Zafit0
I get this error in Kunena pages.

Kunena Notice: No menu item assigned. Redirected to /foro (Itemid=214).

BBCodes icons, dosent show, and the tabs of "my profile" dosent work.

Here I put 2 images.

I have K2 installed.

Mootools is enabled.

Kunena 1.5 works in my website, but I like the template of the 1.6...

This message contains confidential information

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

Legacy mode: Disabled | 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: 64M | Max file upload: 64M

Kunena version detailled: Installed version: 1.6.0 | Build: 3620 | Version name: Spika | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Disabled or not installed | Jomsocial: Disabled or not installed | UddeIm: Disabled or not installed

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Enabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed

Modules: Kunena Latest: Disabled or not installed | Kunena Stats: Disabled or not installed | Kunena Login: Disabled or not installed


PLEASE HELP!!
Last edit: 15 years 7 months ago by Zafit0.
The topic has been locked.
More
15 years 7 months ago #65626 by xillibit
Hello,

You have two problems one with the kunena menu and antoher one with a conflict with Mootools.

So, read this doc : www.kunena.com/forum/168-k-16-support/63...er-javascript-issues and www.kunena.com/forum/168-k-16-support/63...-index-recent-topics and docs.kunena.com/index.php/Troubleshooting_Kunena_Menu

I don't provide support by PM, because this can be useful for someone else.
The topic has been locked.
More
15 years 7 months ago #65632 by Zafit0
www.kunena.com/forum/168-k-16-support/63...er-javascript-issues

Can't do step 2...
There's no <script> in html template....

My html template:



<?php

/*
#
# Sporter - September 2010 (for Joomla 1.5)
#
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: www.gavick.com
# Support: [email protected]
#
# Based on T3 Framework
#
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: www.joomlart.com - www.joomlancers.com
#
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

// ini_set('error_reporting', E_ALL);
// ini_set('display_errors','On');

include_once (dirname(__FILE__).DS.'libs'.DS.'gk.template.helper.php');

$tmpl = GKTemplateHelper::getInstance($this, array('ui', GK_TOOL_SCREEN, GK_TOOL_MENU, 'main_layout', 'direction'));

//Calculate the width of template
$tmplWidth = '';
$tmplWrapMin = '100%';
switch ($tmpl->getParam(GK_TOOL_SCREEN)){
case 'auto':
$tmplWidth = '97%';
break;
case 'fluid':
$tmplWidth = intval($tmpl->getParam('gk_screen-fluid-fix-gk_screen_width'));
$tmplWidth = $tmplWidth ? $tmplWidth.'%' : '90%';
break;
case 'fix':
$tmplWidth = intval($tmpl->getParam('gk_screen-fluid-fix-gk_screen_width'));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '1003px';
$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '1002px';
break;
default:
$tmplWidth = intval($tmpl->getParam(GK_TOOL_SCREEN));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '1003px';
$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '1002px';
break;
}

$tmpl->setParam ('tmplWidth', $tmplWidth);
$tmpl->setParam ('tmplWrapMin', $tmplWrapMin);

//Main navigation
$gk_menutype = $tmpl->getMenuType();
$gkmenu = null;
if ($gk_menutype && $gk_menutype != 'none') {
$gkparams = new JParameter('');
$gkparams->set( 'menutype', $tmpl->getParam('menutype', 'mainmenu') );
$gkparams->set( 'menu_images_align', 'left' );
$gkparams->set( 'menupath', $tmpl->templateurl() .'/gk_menus');
$gkparams->set('menu_images', 1); //0: not show image, 1: show image which set in menu item
$gkparams->set('menu_background', 1); //0: image, 1: background
$gkparams->set('mega-colwidth', 200); //Megamenu only: Default column width
$gkparams->set('mega-style', 1); //Megamenu only: Menu style.
$gkparams->set('rtl',($tmpl->getParam('direction')=='rtl' || $tmpl->direction == 'rtl'));
$gkmenu = $tmpl->loadMenu($gkparams, $gk_menutype);
}
//End for main navigation

$layout = $tmpl->getLayout ();

if ($layout) {
$tmpl->display($layout);
}
The topic has been locked.
More
15 years 7 months ago #65640 by Zafit0
I can put the template of the 1.6 in 1.5?
The topic has been locked.
More
15 years 7 months ago - 15 years 7 months ago #65642 by fxstein
Unfortunately you cannot mix 1.6 and 1.5

The message you are getting is only a debug message for admins. In 1.6.1 we are hiding these in debug mode only.

It looks like you have a javascript issue on your site if the bbcode buttons do not work.

Let me check.

We love stars on the Joomla Extension Directory . :-)
Last edit: 15 years 7 months ago by fxstein.
The topic has been locked.
Time to create page: 0.284 seconds