• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Questions from non-developers

Started by ronyhage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronyhageTopic starter

Just have the below questions as I am not a developer:


- Can I take off the logo on the video (watermark)
- sometime the video does not open on the mobile
- the homepage is only responsive on mobiles but not once a video is open.
- for the published function, once the user uploads it does not notify them that
the admin will go through it and accept it in the coming few days.
- Can we change the theme colour from the CMS?
- when "manage video" from profile is clicked, many pages show but I don't have
these many videos for this much pages to show. But once I click on page 3 for example
the page goes blank.
- how to add a video banner in the beginning of the website.
- How can I change the Favicon?

Thanks, your answers are much appreciated.

Regards.
  •  

PHPVibe A.

Hi! I was just about to answer your mails, I did not have access to mails yesterday, but I'll answer here for others to read to.

1. It requires a removal from lib/class.providers.php in PHPVibe 3.4 :

Comment or remove this line in function jwplayer:

if($logo && !nullval($logo)) {	  $embed .= ',	logo: {         file: "'.$logo.'",  position: "bottom-left",  link: "'.site_url().'"    }'; }


Once 3.5 is out, it has a different function for site logo and player logo, so it will be removable from admin.

2. I need more details to help you with this. What device, what video type.
3. Will add this to 3.5
4. Not from the admin, but changing the css rules in tpl/main/css/vibe.style.css and bootstrap.css
5. Will look into it. May be an issue in coding.
6. I'm not sure what is for you "beginning of the website", but you can make a printscreen and a sign on it where you want it so I can help.
7. Just place a favicon.ico in the root of the website (neer load.php)

Similar topics (7)