jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: romagromov on 14.02.2015 13:57:27

Title: Comments displays 2 times - [Solved]
Post by: romagromov on 14.02.2015 13:57:27
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).
Title: Re: Comments displays 2 times
Post by: romagromov on 14.02.2015 15:40:25
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;
       }  
Title: Re: Comments displays 2 times
Post by: Arno on 15.02.2015 11:36:02
Hi,
thanks for the info. I will fix it.
Title: Re: Comments displays 2 times
Post by: Arno on 15.02.2015 12:54:41
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.
Title: Re: Comments displays 2 times
Post by: romagromov on 15.02.2015 13:10:54
Thanks Arno.
I reverted files and installed latest komento plugin.
It works correct.  :D