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.

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Question Mootools; selective enabling

More
15 years 6 months ago #69401 by sozzled
Well, the [Mootools] filename may be referenced on every page (and the references may not actually be invoked) but the file is not downloaded every time someone looks at a different page on your website. As you know, files are stored in your browser cache and they're only downloaded if your cache is cleared, if you force a page refresh or if the cached version of the files are different to the version on the server. Therefore, page load times should be insignificantly affected.

Do you have empirical evidence of the differences in the page load times between running with Mootools loaded and not running with it?

As I may have mentioned elsewhere (I can't remember the specifics), Joomla 1.6 will include the ability to selectively use extensions in different parts. I don't know if it helps knowing that. :S

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

More
15 years 6 months ago - 15 years 6 months ago #69406 by Oscar2
Yes I know that, its just that most visitors wont use the forum and it doesnt make sense to require a 75kb additional weight to visit my website (which is entirely designed around the idea to be fast to load, or at least for joomla standards fast..).

I really appreciate all the help I got, and hope that I understood correctly that it should be possible to load mootools only on the forum pages or only for logged in users (also for Joomla 1.5)? Or is it simply no possible; in that case I have to weigh the pros and cons of 1.6 vs 1.5 (but it would be terrrrific if I could just learn a way to have mootools only for kunena parts :))
Last edit: 15 years 6 months ago by Oscar2.

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

More
15 years 6 months ago #69622 by Oscar2
I got one step closer (I think) as I was recommended to disable mootools, and insert this code into my template:

<?php
$user = JFactory::getUser();
if( !$user->guest ) : ?>
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<?php endif; ?>

This way mootools is loaded only for logged in users. The strange thing is that although when I look in the source when logged in, mootools.js is listed, but the BB code doesnt work.

Hope someone can help me out, I would really like to understand how to do it!

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

Time to create page: 0.236 seconds