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
14 years 7 months ago - 14 years 7 months ago #102659 by sozzled

infinart wrote: Config - Frontend - Enable lightbox for images - YES

Please see msg #1 in this topic.
Last edit: 14 years 7 months ago by sozzled.

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

More
14 years 7 months ago #102672 by John
The problem with my site being slow has been solved for now....at night this server is extremely slow...thats why my live site is on a different one. I have removed the Kunena menu, all links and rebuilt a new one.

810 I will PM you login details for this test site and my live site, thanks for the helping hand.

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

More
14 years 7 months ago - 14 years 7 months ago #102703 by 810
For Ie7 and Ie8 users. Please disable kunena debug. This solves the Mootools domready was never fired problem,

This only happens under certain circumstances;
- Use IE8 or lower
- Joomla 1.5 (MT in J1.6+ seems to have fixed this)
- Debug mode on


regards 810
Last edit: 14 years 7 months ago by 810.

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

More
14 years 7 months ago #102773 by djenhancer
this one saved my ass! :) .. thank you very very very much!!!

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

More
14 years 7 months ago - 14 years 7 months ago #102862 by lightbots
I've recently installed Kunena and realized I can't edit a profile nor know where you can edit your profile, here is a picture of the profile page:



Solved by disabling the buildspans in Gantry
Last edit: 14 years 7 months ago by lightbots.

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

More
14 years 7 months ago - 14 years 7 months ago #102866 by hannylicious
If I remember correctly it is a template issue. I think certain templates have this effect (Rockettheme for me) I think it has to do with the CSS & Javascript.

See the big word that says EDIT right "Profile for TESTER(test)"?

That is supposed to appear in a box floated to the right.

I just had the exact same issue on a site I developed around 1 month ago. I can't remember exactly how I resolved it however, but it had something to do with adjusting the template & Kunena. I will post up what I did once I get a chance to view my notes!

*EDIT*
Found the information!
To Start - read this thread:
www.kunena.org/forum/159-k-16-common-que...ease-read-this-first

It's a GREAT resource - and it's where I found information on the answer to my problem (I posted on page 25 with my solution - was using the gantry framework with buildspans enabled).

Turning off "buildspans" in your template (if you're using Gantry) will probably fix the issue. There are workarounds to allow Buildspans to remain enabled and have your forum display properly, it's discussed in that thread.

This is the thread to see how to turn off buildspans in Gantry:
blog.rockettheme.com/forum/index.php?f=9...33379&rb_v=viewtopic


This was my post in the thread that fixed my issue (if you're not going to look it up):

I just left it the same, mine looks like this:

if ($gantry->get('buildspans-enabled')) {
$modules = "";
$headers = "";

That appears to be working fine for me with no issues.




This was changed from the original post on page 18 of that thread (THIS IS THE FIX I USED):

Here's another workaround -

1 step: copy this file
joomla-root/components/com_gantry/features/jstools.php
into this location
joomla-root/templates/template name/features/

2. step: open this new jstools.php

find line 45-47
if ($gantry->get('buildspans-enabled')) {
$modules = "";
$headers = "";

and change it to this

if ($gantry->get('buildspans-enabled')) {
$modules = "";
$headers = "";

Works like a charm, and you can keep Build Title Spans on for the rest of your articles. I haven't found anything broken w/this yet, so this seems to be the best solution.




Hope that helps!~
Last edit: 14 years 7 months ago by hannylicious.
The following user(s) said Thank You: sozzled, lightbots

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

Time to create page: 0.361 seconds