Kunena 7.0.2 Released

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

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

More
13 years 10 months ago #123945 by JoE12
Also if it helps. I had installed Envolve Chat and Simple Subscribe after being able to upload an avatar image. Thinking this may be the problem I have now uninstalled both and the problem still exists.
I am in a quite a rush for an answer, any suggestions?

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

More
13 years 10 months ago - 13 years 10 months ago #123954 by sozzled
@JoeE: I merged your topic with this long-running topic that discusses these kinds of problems. Please see msg #1 of this topic. I think you will find the answers there.
Last edit: 13 years 10 months ago by sozzled.

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

More
13 years 10 months ago #124089 by wicketts
Hello,

We have recently installed the latest versions of Joomla and Kunena and have run across a problem.

We have created menu items for users to view the profiles which works fine but there isn't an 'edit' button to allow them to change the details of their account.

Is this a quick and easy fix? A common issue? I've found quite a few references to it around the 'net but not a solution.

Many thanks


James

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

More
13 years 10 months ago - 13 years 10 months ago #124092 by sozzled
@wicketts: I merged your topic with this long-running topic that discusses these kinds of problems. Please see msg #1 of this topic. I think you will find the answers there.
Last edit: 13 years 10 months ago by sozzled.

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

More
13 years 10 months ago #124117 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
13 years 10 months ago #124422 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.

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

Time to create page: 0.313 seconds