• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Add custom php file on playlist

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mihaiTopic starter

Hi!I want to add when i play a playlist a custom php file.
How can i do that?
"include_once..." but where should i add that?
  •  

PHPVibe A.

That depends 100% on what you want to achieve.

mihaiTopic starter

I want to add a php file with css codes because i want to edit the video page on playlist
  •  

PHPVibe A.

php file with css? This sounds funny :)

I guess you could use tpl/main/video.php but there are so many ways in which this can go wrong...

mihaiTopic starter

Basically i just wanna edit the video page elements in playlist form.I saw that some elements are like
.player-in-list #video-content
so my question is can i edit all the elements on the video page when is on playlist with that .player-in-list class ahead of elements that i wanna edit?
  •  

PHPVibe A.

Yes, of course, you can build your own css rules to overwrite or replace the default ones...

Similar topics (7)