• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Request List for a couple of customizations

Started by PHPClient,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PHPClientTopic starter

How do I :

1.  Hide New Users (using latest PHPVibe) List ? - Coding for hiding instead of removing if possible, so undoing change will be simple if I decide to change my preference.

2.  How to default system to use my own default thumbnail image for new users who don't upload a picture, instead of system's default image ?

3. How to shift logo placement to the bottom left-corner while using JwPlayer as default player?

4. How do I correct intermittent (not smooth) video playback when Full-Screen option is selected? - Using JwPlayer w/Google Chrome

5. Create more of a circulation of "Related Videos".  It seems like the related videos on the righthand side, while a user is viewing a video stay pretty static and I would like constant new material (on righthand side) suggested to user on each new video viewed.

Thanks!



  •  

Marius P.

Hi,

1. http://www.phpvibe.com/forum/how-to/sidebar-modification/
2. Replace uploads/noimage.png with your image.
3. Line 260 in lib/class.providers.php line:
position: "bottom-left",



For now all this 3 have had answers in the forum and could have been easily found using the search ;)


4. Meaning you want to want to remove the repeat? 1 line upper than point 3 you have:
repeat: "always",
which you could remove.
5.
In tpl/{your theme}/layouts/ you have [size=78%]the file user_videos.php[/size]

You can edit the sql querie to fit your needs.
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!
  •  

PHPClientTopic starter

Hi Mario!

In my original post on this thread, my #4 was misunderstood and I am trying to identify the problem.

My #4 issue is that when I click a video on my site to watch, usually it's with an MP4 I have uploaded in the past and I expand the JwPlayer to full screen, the video play will skip and operate intermittently (not smooth).  If I watch the video in the smaller scale, it's perfectly smooth.

Any idea of a fix?

* Also, if I want to remove function of video repeat can I change code instead of removing? Example: repeat: "always" to repeat: "never" - Or will this create NEW issues?

- Thanks Mario!

  •  

Marius P.

For repeat you can just remove it all.
For the #4. I'm still clueless what jwplayer is doing in your case. Better show 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!
  •  

PHPClientTopic starter

Mario,

I did some testing on different computers and it looks like it's associated to something other than the JwPlayer....Perhaps internet connection or resolution settings.

What I am noticing is that when I go "Full Screen" w/JwPlayer is cuts-out the outer limits of the video playing.  I will search forum for making JwPlayer fit for full-screen play, but if you know a quick solution, please let me know.

By the way, are FLV files supported by script OR does the script convert all media to MP4???? - I would like to use a video format that is smallest in size for uploads.

URL is: s pan kw ank. com  (all one word)

Thanks for your excellent post-sale support!!! O0
  •  

Marius P.

Hey, you can't use .flv (well, you can with a simple edit if you wish) because flv is not mobile support, and right now 60-70% of video traffic globally is mobile/device.
Not sure what the issues is, I can't reproduce it on any of my browsers :(
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!
  •  

Similar topics (7)