GODpleasers wrote:
Also when forums tab is clicked in the administrator are we get this...
Please Log in or Create an account to join the conversation.
joomforest wrote: 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
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
joomforest wrote:
GODpleasers wrote: What is up with this?
GODpleasers wrote:
Also when forums tab is clicked in the administrator are we get this...
please re-download it again, we have fixed that issue,
Best Regards,
Maksym
Please Log in or Create an account to join the conversation.
GODpleasers wrote:
joomforest wrote:
GODpleasers wrote: What is up with this?
GODpleasers wrote:
Also when forums tab is clicked in the administrator are we get this...
please re-download it again, we have fixed that issue,
Best Regards,
Maksym
LOL Here we go again
Please Log in or Create an account to join the conversation.
GODpleasers wrote:
GODpleasers wrote:
joomforest wrote:
GODpleasers wrote: What is up with this?
GODpleasers wrote:
Also when forums tab is clicked in the administrator are we get this...
please re-download it again, we have fixed that issue,
Best Regards,
Maksym
LOL Here we go again
And here are the results of the download...
Please Log in or Create an account to join the conversation.