Re: Title mytube? |
by pelis24 on 2009/11/23 11:44:08 Thank you! It works! :thumbup: |
Re: Title mytube? |
by McDonald on 2009/11/23 11:08:49 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. |
Title mytube? |
by pelis24 on 2009/11/23 10:25:32 Hi, I have a small problem :) I would add this in the title of each video for example: Ver movie_name Online I add each video mon View this video online for each video automatically. Rough that he understood what I mean! Greetings. Google translator ;) |