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
Please see msg #1 in this topic.infinart wrote: Config - Frontend - Enable lightbox for images - YES
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
810 I will PM you login details for this test site and my live site, thanks for the helping hand.
My websites: AquaInfo.org | AquaInfo.nl
Please Log in or Create an account to join the conversation.
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
Please Log in or Create an account to join the conversation.
- djenhancer
-
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- hannylicious
-
- Offline
- New Member
-
- Posts: 5
- Thank you received: 3
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!~
Please Log in or Create an account to join the conversation.