hi everyone, my name is Maksym, i'm extensions templates developers from JoomForest.com
thanks for interesting in our templates,
about issue:
500
Error: 500
JHtml: :jquery not supported. File not found.
i forgot about Joomla 2.5, which dont supports jQuery
, so in "root/components/com_comprofiler/plugin/templates/jf_connecto_cb_20/jf/
jf_cb_tools.php" and in "root/components/com_comprofiler/plugin/templates/jf_connecto_cb_20/jf/features/noty/
jf_cb_ft_noty.php" there is written this:
Code:
JHtml::_('jquery.framework');
it must be changed to this one:
Code:
$version = new JVersion;$joomla = $version->getShortVersion();if(substr($joomla,0,3) > '2.5'){JHtml::_('jquery.framework');}
this small bug also appear in JF Connecto "Joomla Template" and in its "modules", we will fix that in next update release
if there will be any other bugs, or CSS/JS bugs, please report, we are new to CB, just started learning that extension
Best Regards,
Maksym