- Posts: 4
- Thank you received: 0
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
13 years 10 months ago #123945
by JoE12
Replied by JoE12 on topic Unable to save changes to profile
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?
I am in a quite a rush for an answer, any suggestions?
Please Log in or Create an account to join the conversation.
13 years 10 months ago - 13 years 10 months ago #123954
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic If you are having problems with Kunena, please read this first
@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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 13 years 10 months ago by sozzled.
Please Log in or Create an account to join the conversation.
13 years 10 months ago #124089
by wicketts
Replied by wicketts on topic Users Cannot Edit their Profiles
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
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.
13 years 10 months ago - 13 years 10 months ago #124092
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic If you are having problems with Kunena, please read this first
@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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 13 years 10 months ago by sozzled.
Please Log in or Create an account to join the conversation.
13 years 10 months ago #124117
by xoofx
Replied by xoofx on topic Solution when you cannot edit user profile using a gantry template
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
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:
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.
- Przemysllaw
-
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
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.
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