Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question Top Menu Alias Item for Kunema Forum Not Active on click

More
13 years 2 months ago - 13 years 2 months ago #141336 by Snitram
Remove the "***" from the URL, because when I submit the reply the "http://" disappears.

<script src="***http://code.jquery.com/jquery-1.9.1.min.js">
Last edit: 13 years 2 months ago by Snitram.

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

More
13 years 2 months ago #141337 by ernst67
Hmmm.. that doesn't work either. Well thanks for all your efforts Snitram. I'll just leave it at this and I'll search if other users have the same issue.

I have tried a different (non Gantry) template in the meanwhile but with no luck. I think it's a Kunena thing, but I just not sure...

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

More
13 years 2 months ago - 13 years 2 months ago #141338 by Snitram
Please see my last reply, because when you call <script src="code.jquery.com/jquery-1.9.1.min.js"></script> it's actually calling www.joomlaeventmanager.net/code.jquery.com/jquery-1.9.1.min.js

You must put the http:// before the "code.jquery.com/jquery-1.9.1.min.js" and it will work :)

Also use the script below, because you'll have jQuery conflicts with Mootools.
Code:
<script> var j = jQuery.noConflict(); var isForumActive = <?php if (strpos($_SERVER['REQUEST_URI'], "/forum") !== false){ echo "true"; } else echo "false";?>; if(isForumActive){ j(".item120").addClass("active"); } </script>
Last edit: 13 years 2 months ago by Snitram.

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

More
13 years 2 months ago #141340 by ernst67
Well... it WORKS! :woohoo:

But... not I have another small issue. The template I use has a demo color-slider on the left hand which I disabled in the back-end. Not it's enabled again.. :-/

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

More
13 years 2 months ago - 13 years 2 months ago #141341 by Snitram
The slider is disabled in the back-end but it still shows up in the site? Hmm.. that's weird..
There is a simple hack you can do to hide it:

j("#demopanel").hide();

Put this line at the end of the script and it will hide that left slider panel :)
Last edit: 13 years 2 months ago by Snitram.

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

More
13 years 2 months ago #141343 by ernst67
All done, karma to you Snitram!
Alas they disabled the karma button here.. thank you very much!

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

Time to create page: 0.223 seconds