Hi!
I use komento component and Komento Plugin 0.3b for jdownloads.
After latest udpate koments displays 2 times - after main description (not correct) and at the bottom jdownloads details page (correct).
I temporary fixed it, but I not sure is it correct way.
I remove code in file /components/com_jdownloads/views/download/view.html.php
// required for some content plugins
if ($item->description_long != '')
{
$item->text = $item->description_long;
$long_used = true;
} else {
$item->text = $item->description;
$long_used = false;
}
Hi,
thanks for the info. I will fix it.
Okay. I have it fixed in the komento plugin.
So please install (unzip and copy as described) the
new komento version and please do not change anything in jDownloads self.
QuoteI remove code in file /components/com_jdownloads/views/download/view.html.php
you should undo this. Or wait on the final 3.2.25 version which we want to publish later today.
Thanks Arno.
I reverted files and installed latest komento plugin.
It works correct. :D