Jump to content

Videobox


Recommended Posts

Posted

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

Posted
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".

Posted
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.

Posted
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)

Posted
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.

Posted (edited)
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
Posted
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

Posted
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

Posted
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:

Posted
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}

 

 

Posted
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.

Posted
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

Posted
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?

Posted

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

Posted
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

Posted
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!

Posted
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. 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...