Dear ledaiduong
Bạn vào layout và theme cái mà bạn chọn trong module để tìm file sửa code cho file đó:
prntscr.com/hmu3wa, prntscr.com/hmu44a, prntscr.com/hmu4lk
với module này bạn sửa trong layout theme1 và theme3:
\templates\sj_expnews\html\mod_sj_k2_mega_news\theme1_theme3.php
tìm:
<?php echo $item0->name; ?>
=> sửa thành:
<?php echo K2MegaNewsHelper::truncate($item0->name, $params->get('item_title_max_characs')); ?>
nên bạn có thể làm tương tự với các layout và theme khác.
p/s: Lỗi giới hạn tiêu đề này hình như mình có hướng dẫn bạn ở post nào đó rồi.
thanks