Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zao dao Friend
    #151382

    How to add a “more ” link on the right of module name ,and the more link to the articles of the categories as this image

    www.8media.com
    www.zaodao.com

    Saguaros Moderator
    #345595

    Dear zaodao!

    Here is the solution to resolve this issue:

    Pls open the file: modules/mod_janews2/tmpl/blog.php

    1) and file the following code:
    [PHP]<?php if (defined(“JA_USERSETTING_PLUGIN”)):?>[/PHP]
    and replace:
    [PHP]
    <div class=”section-readmore”>
    <a href=”<?php echo $slink;?>” title=”<?php echo trim(strip_tags($sdesc));?>”>
    <span><?php echo JText::_(‘Read…’);?></span>
    </a>
    </div>
    <?php if (defined(“JA_USERSETTING_PLUGIN”)):?>
    [/PHP]
    2) add the following css into the template.css file:

    .section-readmore{
    position:absolute;
    right:200px;
    top:2px;
    }

    Good luck

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