UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
Hi!

I've a question concerning the module "Most popular post": Is it possible (perhaps with a PHP-funkction) to truncate the description after a last (whole) word and not after x letters in the middle of words? It's not a big problem, but it would look a lot better...

The place to do this is in the helper.php:
$row->summary	= JString::substr( strip_tags( $summary ) , 0 , $params->get( 'textcount' ) ) . '...'; 


Thanks!
The replies under this section are restricted to logged in users or users with an active subscription with us