Jump to content

Videobox

Featured Replies

  • Author
4 hours ago, bouckie said:

Good evening,

Can we post a video in the videobox and create an associated topic on the forum at the same time?

Hi,

It does not have this feature.

  • Replies 1k
  • Views 82.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • What's New in Version 1.0.14   Add uploading video feature, support mp4, m4v, flv. ( Add/Edit servers -> Choose From -> Upload to enable it). Upload multiple videos. Include posting video url

  • I just want to add that onlyME was super quick to fix my issue.  Great support.  Thanks again.

  • This is css background of videobox, can work for all themes

Posted Images

Anyone who purchased this app,

Who knows the default sizes for the Medium thumbnail....small thumbnail......and the Featured image for slider

All this is found in the AdminCp in the settings part of the app

  • Author
4 hours ago, FGN said:

Anyone who purchased this app,

Who knows the default sizes for the Medium thumbnail....small thumbnail......and the Featured image for slider

All this is found in the AdminCp in the settings part of the app

Medium size: 320x180

Thumbnail size: 100x100

Featured: 1277x498

After changing the sizes, you need to run "Rebuild thumbnails".

Thank you sooooooo Much

As always support is superb!! :lol: :thumbsup:

could identify the custom fields (id) to move them

  • Author
Just now, Ricardo Machado said:

could identify the custom fields (id) to move them

 No, it can not.

On 2017-6-12 at 3:22 PM, onlyME said:

 No, it can not.

What do you think of a "Watch later"?

2 minutes ago, Ricardo Machado said:

What do you think of a "Watch later"?

i agree

and also, maybe having a Tab in the profile, one for videos, one for streams 

image.png

  • Author
11 hours ago, Ricardo Machado said:

What do you think of a "Watch later"?

I also had the similar idea "Favorite", but I think  it's not necessary, IPS has "Follow" button and users can use it to mark the contents they love.

On 2017-6-12 at 3:22 PM, onlyME said:

 No, it can not.

I was thinking, if it is not possible to move a custom field, can I move a server? (Id: 2, example)

  • Author
19 minutes ago, Ricardo Machado said:

I was thinking, if it is not possible to move a custom field, can I move a server? (Id: 2, example)

I don't have any solution for this idea.

2 minutes ago, onlyME said:

I don't have any solution for this idea.

Could you tell me how I identify the server id and display the content of it?

"Part1, part2"

Edited by Ricardo Machado

  • Author
1 minute ago, Ricardo Machado said:

Could you tell me how I identify the server id and display the content of it?

"Part1, part2"

You can find the id of server by its url in acp

Screenshot_1.thumb.png.d27294ff48960460b81966037539040a.png

Just now, onlyME said:

You can find the id of server by its url in acp

Screenshot_1.thumb.png.d27294ff48960460b81966037539040a.png

I said it wrong, I mean the "Part" of the server and some way to display the content of it by its ID

Example
{$videopart>2}

 

Show content
www.google.com

  • Author
2 minutes ago, Ricardo Machado said:

I said it wrong, I mean the "Part" of the server and some way to display the content of it by its ID

Example
{$videopart>2}

 

Show content
www.google.com

I don't understand :cry:

3 minutes ago, onlyME said:

I don't understand :cry:

Sorry, I'm using google translator.
I'll try to explain by image.

CX03vJADSxaiKSay2fkisw.png

 

I want to identify the contents of this "Part 2" template, example
{$videopart>2}

 

 

  • Author
1 minute ago, Ricardo Machado said:

Sorry, I'm using google translator.
I'll try to explain by image.

CX03vJADSxaiKSay2fkisw.png

 

I want to identify the contents of this "Part 2" template, example
{$videopart>2}

 

 

It can not, so complex.

On 6/5/2017 at 0:37 AM, onlyME said:

The videobox 2.0 will be released in some next days, and it supports Ips 4.2, clubs, reactions, mixer.com....

I am SO happy for your including Mixer!! Thank you!! 

I have mine set up now, but the page displays as below. I have the embed in another part of my community and it is loading fine, so I'm not sure what's causing it to load as blank and no offline image here. Thanks!

VideoBoxMixer.thumb.png.d1bb944eacb3b2681090886bf86dc47e.png

  • Author
1 minute ago, Vegan Gaymer said:

I am SO happy for your including Mixer!! Thank you!! 

I have mine set up now, but the page displays as below. I have the embed in another part of my community and it is loading fine, so I'm not sure what's causing it to load as blank and no offline image here. Thanks!

VideoBoxMixer.thumb.png.d1bb944eacb3b2681090886bf86dc47e.png

Which url did you use?

image.thumb.png.cb8a81a3a8925b1e9fecdec33eb1c6fd.png

Some of the mixer urls are bad when it comes to embedding on websites....

i have a support ticket in to let them know that, but yet to hear back from them/.......on some of mine, i had to have members delete what they put in and try again...second time worked

Same with smashcast.tv

But it does work

Also keep in mind @Vegan Gaymer that Mixer.com has bad lag...so its gonna show on your site too....just keep refreshing and it should show

other than that, it will be @onlyME to show you what to do

My screen shot shows a mixture of twitch, smashcast and mixer members

  • Author
59 minutes ago, Vegan Gaymer said:

I think the only one I have: https://mixer.com/Vegan_Gaymer

I found that problem when the stream is offline because of the empty data in api of mixer. I will fix it in the next version or you can fix it by editting file

\applications\videobox\Application.php

Find

$data = $this->mixerData($request[0]);

Replace by

$data = $this->mixerData($request[0], $name);

Find

public function mixerData($sdata)

Replace by

public function mixerData($sdata, $name)

Find

'media'		=> "//mixer.com/embed/player/". $sdata['id'],
'chat'		=> "//mixer.com/embed/chat/". $sdata['id'],	

Replace by

'media'		=> "//mixer.com/embed/player/". $name,
'chat'		=> "//mixer.com/embed/chat/". $name,	

Save

18 hours ago, onlyME said:

I found that problem when the stream is offline because of the empty data in api of mixer. I will fix it in the next version or you can fix it by editting file

\applications\videobox\Application.php

Wow, thanks for catching that. Since I'm on the cloud-hosted IPS, I can't access installed files for editing. Should I just wait for the next release, or is there a way for me to edit this file in the .tar package and then re-install? Thanks!

  • Author
41 minutes ago, Vegan Gaymer said:

Wow, thanks for catching that. Since I'm on the cloud-hosted IPS, I can't access installed files for editing. Should I just wait for the next release, or is there a way for me to edit this file in the .tar package and then re-install? Thanks!

You should wait for the next version. I will release it asap. 

On 6/24/2017 at 9:38 AM, onlyME said:

You should wait for the next version. I will release it asap. 

Sounds good! I'll watch for an update! Thanks!

Recently Browsing 0

  • No registered users viewing this page.