I did install yesterday evening the latest version of !JoomlaComment
!JoomlaComment is one of the first extensions for Joomla,that let you comment under articles.
The !JoomlaComment system can be installed on any joomla website within seconds! Make
your website more interactive!
Main Features:
Joomla support templates, depending on which templates you use
You may behind the scene include another additional AJAX library in Joomla!® frontend, this lead to performance issues:
If !JoomlaComment use JQuery 1.1.4 and not the AJAX library of Joomla!, aka Mootools 1.11. Another huge JavaScript files that make my server busier!
Since any static files can be offloaded to another server to gain more speed. For example, any static images, JavaScript or CSS files can be moved to a different server for more speed.
In order to be able to offload this JavaScript library to Google code, you’ll have to do the following:
In the template you are using, for example in components/com_comment/joscomment/templates/JQdefault-emotop/index.html
Search for
{library}
<script type="text/javascript" src="components/com_comment/joscomment/jscripts/jquery-1.1.4.pack.js"></script>
<script>jQuery.noConflict();</script>
{/library}
and replace with
{library}
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>jQuery.noConflict();</script>
{/library}
Note that I use here the latest JQuery version (1.3.2) and not the default version of !joomlaComment (1.1.4), here is why
Privacy Statement | Copyright Notice | Licenses
© 1999-2012 Waltercedric.com. Designed by Cédric Walter. Sitemap
Reproduction without explicit permission is prohibited. All Rights Reserved. All photos remain copyright © their rightful owners. No copyright infringement is intended.
Disclaimer: The editor(s) reserve the right to edit any comments that are found to be abusive, offensive, contain profanity, serves as spam, is largely self-promotional, or displaying attempts to harbour irrelevant text links for any purpose.