Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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

Merged If you are having problems with Kunena, please read this first

More
11 years 10 months ago #701 by xoofx
Hi All,
I had a problem with User Profile that cannot be edited on my website. It turned out that the problem was coming from gantry (at least until version 3.2.19) feature called "Build Titles Spans" that was modifying the <h2>"Edit"</h2> link of Kunena, making it unusable.

In order to solve this, you need to modify the file /libraries/gantry/features/jstools.php
Code:
if ($gantry->get('buildspans-enabled')) { $modules = "['rt-block']"; $headers = "['h3','h2','h1']";

As Kunena is embed in a "rt-block", all <h1><h2><h3> will be modified.
So the solution is to modify the container to apply the buildspans-enabled, for example by applying it only to articles and modules:
Code:
if ($gantry->get('buildspans-enabled')) { $modules = "['rt-article', 'module-content']"; $headers = "['h3','h2','h1']";
The following user(s) said Thank You: Valkyria

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

More
11 years 10 months ago #702 by Przemysllaw
Replied by Przemysllaw on topic Same Errors in my forum
Hi Everyone.

I have big problem with kunena 1.7 - please see:

www.glucholazyonline.com.pl/forum/Muzyka...rne-na-Opolszczyźnie

I not see editor:




If want upload new images - no see dialog menu:




Hide croll modul ( kategories) not wirks.


Images popup not working:




Please help me. Sorry for my english.
Attachments:

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

More
11 years 10 months ago #703 by sozzled
G'day, Przemysław, and welcome to Kunena.

Please read msg #1 of this topic for all of the answers to your questions.

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

More
11 years 10 months ago #704 by Kadijs
So i got one intresting problem..

I intall kunena 1.7.2 in Joomla 2.5.. intall tamplate for both - yt_framework..

everything work great and cool.. but about hour ago i see somthing different - smilies don't work, bbcode toolbar not work.. everything else is fine.. i even reinstall kunena - but nothing change.. even put back defoult template - and nothing change, so where can problem can be hide..

i will be glad hear answer as possible soon.. and ye.. sorry about my bad english gramatic..

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

More
11 years 10 months ago - 11 years 10 months ago #705 by sozzled
The answer to your problem is to be found by reading the links contained in msg #1 of this topic. The problem is not caused by Kunena (and so uninistalling/re-installing Kunena will not help). The problem is caused by another Joomla extension that you are using on your site.

If the advice given in msg #1 of this topic does not work for you, use the approach mentioned elsewhere in this topic: When all else fails, try this .
Last edit: 11 years 10 months ago by sozzled.

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

More
11 years 10 months ago #706 by pablispeed
hi all does not work the profile can not be edited, anyone knows that can be

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

More
11 years 10 months ago #707 by sozzled
G'day, pablispeed, and welcome to Kunena.

Please read msg #1 of this topic for the answer to your question.

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

More
11 years 10 months ago #708 by tanknutdave
Replied by tanknutdave on topic editor not working
Hello guys,

The editor is not fully displaying on my forum (the bar above the smilys in the boardcode) and attachments is also not working, when you select attachment after pressing "add file" nothing appears in the "1." field and there is no insert tab next to add file.

Any suggestions please?

Thanks alot


Dave

Attachments:

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

More
11 years 10 months ago #709 by sozzled
The answers to your questions are in msg #1 of this topic.

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

More
11 years 10 months ago #710 by tanknutdave
Ive tried enabling and disabling the mootools module, this has not rectified the problem

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

Time to create page: 0.520 seconds