Kunena 7.0.4 Released

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

This category contains miscellaneous, uncategorised third-party extensions (e.g. JomSocial, Community Builder, etc.) relating to older versions of Kunena that are no longer supported.

This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.

The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, the ideas in these topics may not work with later versions and, for that reason, the topics are locked.

Important Error jump from groupjive

More
16 years 10 months ago #18330 by alfons
I didn't find this thread. You're right.... It seems that there are problems with 1.0.10. 1.0.9 seems to work fine.

But I do not agree this is a GroupJive bug. If it works with 1.0.9 and not with 1.0.10, then it seems that someting in 1.0.10 has changed. This does not necessarilly have be a bug. So I'm wondering what in 1.0.10 has changed so that it isn't working anymore.

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

More
16 years 10 months ago #18333 by grumblemarc
What I mean is that Kunena works without GroupJive. GroupJive worked with .09 but not .10. So now the GJ devs have to find out what they have to change in their code to make in compatible again. It is not necessarily Kunena that has to fix itself to work with other extensions every time it updates itself. More like the other way around.

I notice the GJ people are still running FB.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 1 month ago - 16 years 1 month ago #43606 by lev
Replied by lev on topic Re: Error jump from groupjive
sorry!

I decided these two errors 2 Errors
Line 549, Column 13: ID "jumpto" already defined
Line 178, Column 13: ID "jumpto" first defined here
Line 552, Column 27: ID "catid" already defined
Info Line 181, Column 27: ID "catid" first defined here

Briefly about the causes of this error on the main forum page is a drop-down menu that appears at the top and bottom. Name ID should not be identical. In principle, the remaining pages of the forum drop down menu alone at home. The question was where to remove the top or the bottom. The main menu is located at the bottom and I decided to remove only the top ...

./components/com_kunena/template/default_ex/listcat.php
Delete Article 131-142
Code:
<!-- B: Cat list Top --> <table class="fb_list_top" border = "0" cellspacing = "0" cellpadding = "0" width="100%"> <?php if (file_exists(KUNENA_ABSTMPLTPATH . '/fb_category_list_bottom.php')) { include (KUNENA_ABSTMPLTPATH . '/fb_category_list_bottom.php'); } else { include (KUNENA_PATH_TEMPLATE_DEFAULT .DS. 'fb_category_list_bottom.php'); } ?> </table> <!-- F: Cat list Top -->

Sorry for my English.
Last edit: 16 years 1 month ago by lev.

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

Time to create page: 0.258 seconds