I have not
/arcade/modules/arcade_gamelist.php 
--------------- Added [DATE]1541513173[/DATE] at [TIME]1541513173[/TIME] ---------------
I have around 1500 games and should install 3000 more..can not change game name (shortly) in so many games ...


--------------- Added [DATE]1541513783[/DATE] at [TIME]1541513783[/TIME] ---------------
Where put this code
PHP Code:
if (strlen($popline['gtitle'])>25)
{
$popline['gtitle'] = substr($popline['gtitle'],0,25)."...";
}