Limit Title vharachters

Is it possible to get option Limit Title by characters In Latestnews Extended?
11 years 5 months ago #1 by etagure

Please Log in or Create an account to join the conversation.

Hi etagure,
Try to open the file :
[ROOT]/modules/mod_latestnewsxtd/helper.php

then change this code (line 138) :
$item->title = htmlspecialchars( $item->title );
with
$item->title = htmlspecialchars( $item->title );
$item->title = modLatestNewsXtdHelper::truncate($item->title, 5);
11 years 5 months ago #2 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum