Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • Phill Moderator
    #403651

    Happy to leave the other thread there. We like to keep honest and open.

    Just need to know how many chars you would like it cut off at? Still think it would look odd missing half the title but if that is what you want then jit is possible.

    anoel Friend
    #403654

    25char. can be perfect for my site.

    Phill Moderator
    #403671

    <em>@anoel 256430 wrote:</em><blockquote>25char. can be perfect for my site.</blockquote>

    OK, so you need to edit modules>mod_janewspro>templ>default>blog_item.php around line 43 chang eht ebi in red below from

    <div class="ja-zincontent clearfix">
    <h4 class="ja-zintitle">
    <a href="<?php echo $row->link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a>
    </h4>

    <div class="ja-zincontent clearfix">
    <h4 class="ja-zintitle">
    <a href="<?php echo $row->link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo substr($row->title,0,25);?></a>
    </h4>

    Make sure you clear your Joomla and T3 caches or you will not see the changes.

    anoel Friend
    #403695

    thank you so much.

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 4 voices, and was last updated by  anoel 13 years, 3 months ago.

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