Open file singlevideo.php and find these 2 lines:
$xoTheme -> addMeta( 'meta', 'title', $video_arr['title'] );
$xoopsTpl -> assign( 'xoops_pagetitle', $video_arr['title'] );
and replace with
$xoTheme -> addMeta( 'meta', 'title', 'Ver' . $video_arr['title'] . 'Online' );
$xoopsTpl -> assign( 'xoops_pagetitle', 'Ver' . $video_arr['title'] . 'Online' );
Upload the file, update the module and clear folders
cache &
templates_c.
This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=3815&post_id=34556