Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • romolo Friend
    #1090812
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1090972

    Hi
    I removed this code

    if ($params->get('show_intro', 0)) {
        $pos = strpos($item->text, $item->introtext);
        if ($pos !== false) {
            $item->text = substr_replace ($item->text, '', $pos, strlen($item-introtext));
        }
    }

    from the same deault.php file, kindly check and let me know if there is any other issue to view article content.

    Regards

    romolo Friend
    #1091012

    Brilliant, many thanks @pankaj Sharma.

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

This topic contains 3 replies, has 2 voices, and was last updated by  romolo 6 years, 1 month ago.

The topic ‘Article content missing?’ is closed to new replies.