• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Language/ Player & Image rotation

Started by ng2007,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ng2007Topic starter

Translate languages in bulk:
I see there is vibe_languages in MySQL. How can I use phpMyAdmin to translate in bulk?

Add a new player:
Can I integrate this http://www.hdflvplayer.net/hd-flv-player-download.php ?

Image upload:
When I upload images that are rectangular, they rotate 90 degrees to fit widescreens. How can I prevent rotation?
  •  

PHPVibe A.

Quote from: ng2007 on
Translate languages in bulk:
I see there is vibe_languages in MySQL. How can I use phpMyAdmin to translate in bulk?

That holds only global terms. vibe_langs holds the specific langs, but the input it's json_encoded.
Quote from: ng2007 on
Add a new player:
Can I integrate this http://www.hdflvplayer.net/hd-flv-player-download.php ?

Sure, you can check lib/class.providers.php and use an sample embed from their site.
I can look into it after we release this patch we are working on.

I've dropped them an e-mail asking for an developer license, if it's a fair price we may buy one and add it to the script.

Quote from: ng2007 on
Image upload:
When I upload images that are rectangular, they rotate 90 degrees to fit widescreens. How can I prevent rotation?

Can you show me a link/print screen please?

ng2007Topic starter

Thanks for the quick reply.
I have attached the picture.
  •  

ng2007Topic starter

And one other question. YouTube on mobile is getting cut off (No lower controls as seen in screenshot below). Works fine on computer. How can I fix that? Also the sound is in slow motion on mobile (YouTube videos only), but fine on desktop.
  •  

ng2007Topic starter

Player instructions state to paste the following code. Where would that go? lib/class.providers.php doesn't seem to be

    	<script type="text/javascript" src="swfobject.js"></script>
    	<div id="mediaspace"></div>
    	<script type="text/javascript">
    		var s1 =new SWFObject('hdplayer.swf','player','640','360','9');
    		s1.addParam('allowfullscreen','true');
    		s1.addParam('allowscriptaccess','always');
    		s1.addParam('wmode','transparent');
    		s1.addVaiable('file','http://www.youtube.com/watch?v=ODePHkWSg-U');
    		s1.write('mediaspace');
    	</script>
  •  

Marius P.

First of all, here is the answer from those guys http://www.phprevolution.com/forum/features-and-progress/hd-flv-player/

Depending on what you wish to do, you can replace _jwplayer6's embed code with that one, I can give you a tutorial after I try it.
Don't expect that code to be there, you have to build it  :)  or wait a bit for me.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

ng2007Topic starter

Thanks @Mario. I'll wait in that case. Any solutions for picture uploading, and YouTube player on Mobile devices?
  •  

PHPVibe A.

Quote from: ng2007 on
Any solutions for picture uploading, and YouTube player on Mobile devices?

We'll fix this in upcoming patch.

ng2007Topic starter

  •  

ng2007Topic starter

Privacy & Terms is set to direct to: http://www.google.com/intl/en/policies/
Which file should I edit to direct it to my own site's privacy policy?
  •  

PHPVibe A.


ng2007Topic starter

  •  

PHPVibe A.

Where do you want to put it? From what I get you want to link it somewhere else?

ng2007Topic starter

When you register the default template Privacy and Terms leads to Google. I want to replace Google with link I provided earlier.
  •  

PHPVibe A.

I honestly don't understand you.

You want to make a change in com/com_register.php or what?
The default template does not have any "Privacy and terms" or any other page, so plese show me a link so I can understand what you talk about.

ng2007Topic starter

When I click on Privacy and Term (as seen in the pic) http://www.google.com/intl/en/policies/ opens up. I would like to change that
  •  

PHPVibe A.

But that's the captcha's privacy and terms. https://www.google.com/recaptcha
This is why i did not understand, it was not php related  :-[ sry

ng2007Topic starter

Oh I see. That makes sense. Is there a way to add "I understand Privacy & Terms" to Registration form so users select that in order to register?
  •  

PHPVibe A.

Just drop an checkbox to com/com_register.com and give it class validate[required] to force people to check it.


Similar topics (7)