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.
25char. can be perfect for my site.
<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.
1 user says Thank You to Phill for this useful post
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