Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lmauer Friend
    #156969

    i dont know why is this happening when mouse is over link in this module…
    it shows whole article….

    Saguaros Moderator
    #365196

    You open the file: templates/ja_seleni/html/mod_janews/blog_item.php and find the following code:
    [PHP]
    <a title=”<?php echo strip_tags($row->introtext); ?>” href=”<?php echo $link; ?>”>
    [/PHP]
    replace by:
    [PHP]
    <a title=”<?php echo substr(strip_tags($row->introtext),0,100); ?>” href=”<?php echo $link; ?>”>
    [/PHP]

    Thanks

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 11 months ago.

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