Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • crazyleggs Friend
    #150562

    I’m having a bit of an issue with the jasidenews module.

    I only want the module to display the title of the article, however when I change the Max length of description, it still shows “…” how can I remove this from the description only? I still want it to show after limiting the title.

    I looked in helper.php and the following code is linked to the Title Max Length and Max Length of Description.

    /**
    * trim string with max specify
    *
    * @param string $title
    * @param integer $max.
    */
    function trimString( $title, $max=0 ){

    if( strlen($title) > $max ){
    return substr( $title, 0, $max ) . ‘…’;
    }
    return $title;
    }

    Saguaros Moderator
    #341222

    Dear crazyleggs!

    Here is the solution to resolve your issue

    http://www.joomlart.com/forums/topic/jasidenews-considers-images-to-be-txt/

    Good luck

    Anonymous Moderator
    #341223

    Dear crazyleggs

    please try to change Max length of description to 1000 or larger.

    Thanks

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

This topic contains 3 replies, has 3 voices, and was last updated by Anonymous 14 years, 7 months ago.

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