LOGO in players
|
17-01-2013, 04:22 PM
(This post was last modified: 17-01-2013 04:38 PM by admin.)
Post: #1
|
|||
|
|||
LOGO in players
i put freeadultscript chicken maskot in videos.
for v3.5 video settings section is ready to use for just only video dimentions and player logo. you can chage chicken logo with your own logo for free older versions need to edit some code in include/functions.php find function video($id) in functions.php and find below code: PHP Code: $data_v=array(true,urldecode($title),'<script type="text/javascript" src="'.$kaynak_url.'video/video.php?id='.$id.'&kaynak='.$kaynak.'"></script><br>'.$taglari,urldecode($description),$commentti); chage with below code: edit $small_logo_url="" like $small_logo_url="http://yourdomain.com/mylogo.jpg" make blank player_h and player_w for default dimentions PHP Code: $small_logo_url=""; //optional |
|||
24-01-2013, 06:02 PM
Post: #2
|
|||
|
|||
RE: LOGO in players
So, as I understand not possible to add own destination url, we can only change logo picture and size?
Btw, very nice and attractive logo, grat! |
|||
24-01-2013, 06:08 PM
Post: #3
|
|||
|
|||
RE: LOGO in players
no need to redirect your main page there is a bug thanks for your report i ll look at that
|
|||
09-03-2013, 08:27 PM
Post: #4
|
|||
|
|||
RE: LOGO in players
how do you remove the logo and link?
|
|||
09-03-2013, 09:35 PM
Post: #5
|
|||
|
|||
RE: LOGO in players
for older versions you need to fix functions.php that you see the code above
if you want no logo and link you need to do $small_logo_url="xxx"; |
|||
11-03-2013, 11:26 PM
Post: #6
|
|||
|
|||
RE: LOGO in players | |||
12-03-2013, 10:46 PM
Post: #7
|
|||
|
|||
RE: LOGO in players
(09-03-2013 09:35 PM)admin Wrote: for older versions you need to fix functions.php that you see the code above for v3.5 please ? Amateur Porn - Real Homemade Sex |
|||
12-03-2013, 11:07 PM
Post: #8
|
|||
|
|||
RE: LOGO in players
for v3.5
you just go admin page and click video player management link then if you have logo wirte your logo long url like http://mydomian.com/mylogo.jpg if you do not want any logo just write xxx |
|||
« Next Oldest | Next Newest »
|