23/11/2009 10:25:32
|
---|
|
Title mytube?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 ;) |
23/11/2009 11:08:49
|
---|
|
Re: Title mytube?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. |
_________________
McDonalds Store |
23/11/2009 11:44:08
|
---|
|
Re: Title mytube?Thank you!
It works! :thumbup: |