News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Comments displays 2 times - [Solved]

Started by romagromov, 14.02.2015 13:57:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

romagromov

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).
Best free windows software for your PC at bestwinsoft.com
  •  

romagromov

#1
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;
       }  
Best free windows software for your PC at bestwinsoft.com
  •  

Arno

Hi,
thanks for the info. I will fix it.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Arno

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.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

romagromov

Thanks Arno.
I reverted files and installed latest komento plugin.
It works correct.  :D
Best free windows software for your PC at bestwinsoft.com
  •