-
AuthorPosts
-
September 27, 2015 at 8:24 am #692858
I am using Ja medicare template. on position-3 there is Doctors Timetable Articles – Category module , which have Display Options>Show “Read More”>Show and in the article Special Services>Doctors Timetable in the tab Options>Read More Text>title>>> .
But Module Show both title title>>>Doctors…
What can I do to make shown only text – “title>>>” for exapmle?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2015 at 8:02 am #693251Hi,
You can apply my solution below
Open templates/ja_medicare/html/mod_articles_category/default.php file
from
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
to
// echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
and do two times on this file
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2015 at 8:02 am #749885Hi,
You can apply my solution below
Open templates/ja_medicare/html/mod_articles_category/default.php file
from
echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
to
// echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));
and do two times on this file
Regards
October 1, 2015 at 12:59 pm #694586I found several times this script —— echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’)); —— in templates/ja_medicare/html/mod_articles_category/default.php file I must change everyone?
October 1, 2015 at 12:59 pm #750307I found several times this script —— echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’)); —— in templates/ja_medicare/html/mod_articles_category/default.php file I must change everyone?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
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 7 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum