Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • rpopiolek Friend
    #1023358

    Hi Team,

    just tried JA Megafilter with DOCMan:
    [http://bzi40.eu/de/megafilter#sort=name&page=0]

    But this page shows no docs, no entries – if I use "All Categories"
    What is wrong? No Login in the Frontend, all DOCMan-docs are public.

    We use: Joomla 3.6.3 + DOCMan 3.0.5. Any suggestions? Thanks a lot, Roy

    The Captain Moderator
    #1023450

    Hi Rpopiolek,
    I can’t access to your page, please check again. I will check it further
    Regards.

    rpopiolek Friend
    #1023566
    This reply has been marked as private.
    The Captain Moderator
    #1023605

    Hi, I have just checked on your site. On the backend, if you choose a specify category, the filter will work fine, but when you choose the All categories, It is not saving the config now, so no docs was shown on front-end. You could send me the FTP infor in private message. I will check it further.
    Regards.

    rpopiolek Friend
    #1023669
    This reply has been marked as private.
    The Captain Moderator
    #1023753

    Hi Roy, I fixed this problem on your site. In the file: plugings/jamegafilter/docman/helper.php. I replaced this code :

    $desc = '';
            if (preg_match('/<p>(.*)<\/p>/', $baseItem->description, $matches)) {
                $desc = $matches[1];
            }

    by the code :

    $desc = strip_tags($baseItem->desc);

    and :

    $item->desc = !empty($desc) ? substr($desc,0,100).'...' : $desc;

    by the code :

    $item->desc = !empty($desc) ? utf8_encode(substr($desc,0,100)).'...' : utf8_encode($desc);

    Now, the docs are shown, please check again. This issue will fixed in the next version of the Docman Megafilter. Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  The Captain 7 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum