-
AuthorPosts
-
FelixJoomlArt Friend
FelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
FelixJoomlArt FriendFelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 23, 2017 at 8:56 am #1058119I think the problem is in /templates/ja_teline_v/html/layouts/joomla/content/item/default.php in section
// split introtext & text if ($params->get('show_intro', 0)) { $pos = strpos($item->text, $item->introtext); if ($pos !== false) { $item->text = substr_replace ($item->text, '', $pos, strlen($item->introtext)); } }
At render item->introtext contains introtext (OK), but item->text contains whole article (introtext and text) (NOT OK).
FelixJoomlArt FriendFelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 23, 2017 at 9:48 am #1058132The problem appears when there are some e-mail adresses in introtext. In introtext aren’t e-mailadresses cloaked but in text are. Because of that isn’t functional the introtext and text splitting.
When i turn off e-mail cloaking plugin it is OK.
How to solve that?- This reply was modified 7 years, 2 months ago by FelixJoomlArt.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 24, 2017 at 3:58 am #1058319I checked the above article and see that you don’t separate the intro text and full text for article (you can do it by adding ‘Readmore’ button). Due to this Joomla will consider the fulltext as introtext and put the fulltext in introtext part also.
Please try to add readmore button to have separated intro text and see how it goes.
FelixJoomlArt FriendFelixJoomlArt
- Join date:
- April 2006
- Posts:
- 18
- Downloads:
- 23
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
August 24, 2017 at 6:07 am #1058340No. It doesn’t help. As I wrote above – it has something common with e-mailcloaking, which doesn’t hide e-mail adresses in introtext.
When I disable e-mail cloaking plugin – it acts as I want (and anybody expect). -
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Saguaros 7 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum