Reply New Topic
2009/11/23 10:25:32
#1
Offline
Just popping in

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 ;)


2009/11/23 11:08:49
#2
Offline
Home away from home

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

2009/11/23 11:44:08
#3
Offline
Just popping in

Re: Title mytube?

Thank you!

It works! :thumbup:


Reply New Topic extras
 Previous Topic   Next Topic
You can view topic.
You can start a new topic.
You can reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You can post without approval.