-
AuthorPosts
-
August 19, 2016 at 9:04 am #961367
There is another simpler possibility – using built in Joomla! function:
Substitute code
<?php echo $this->item->introtext; ?>
with (180 is an example limit)
<?php echo JHtml::_('string.truncate', ($this->item->introtext), 180); >
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 29, 2016 at 8:11 am #963688@spell: We have been worked on both files of Purity iii and JA Decor templates.
templates/purity_iii/html/com_content/category/xblog_item.php templates/ja_decor/html/com_content/category/masonry_item.php
and you can apply about that to templates/ja_teline_v/html/layouts/joomla/content/item/default.php file if you want
from
<?php echo $item->introtext; ?>
to
<?php echo JHtml::_('string.truncate', ($item->introtext), 180); ?>
1 user says Thank You to Ninja Lead for this useful post
Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
August 29, 2016 at 3:19 pm #963853Did the change . Regretfully it didnt work. 🙁
Is there a module or compoment that does this?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Spell FriendSpell
- Join date:
- September 2013
- Posts:
- 118
- Downloads:
- 113
- Uploads:
- 38
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
August 30, 2016 at 10:26 am #964210This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
-
AuthorPosts
This topic contains 22 replies, has 6 voices, and was last updated by Ninja Lead 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum