Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • idris121 Friend
    #134175

    Hi,

    I’ve setup ja-frontpage and ja-news as same as the demo, but when I select ‘Show Readmore’ option in ja-news module parameters, the read more link does not show up. Please check the following url http://qmg2.com/uluisoc2

    Thanks.

    idris121 Friend
    #274279

    I’ve figured out how to get ‘Read More’ link to appear.

    I had to modify the blog_item.php file under joomla root/modules/ja_news/tmpl/

    At about lines 57-58 where you see,

    [PHP]<?php echo $image; ?>
    <?php echo ($maxchars?$row->introtext1:$row->introtext);?>[/PHP]

    Just add the following line of code:

    [PHP]<?php if ($showreadmore) echo “<br/><span style=”float:left;text-align:left;margin-bottom:3px;”><a href=”” . $link . “”><b>Read More…</b></a></span>”; ?>[/PHP]

    This should show the link.

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

This topic contains 2 replies, has 1 voice, and was last updated by  idris121 16 years ago.

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