Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 10, 20177 yr 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.
June 12, 20177 yr 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
June 12, 20177 yr 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".
June 12, 20177 yr Author Just now, Ricardo Machado said: could identify the custom fields (id) to move them No, it can not.
June 19, 20177 yr On 2017-6-12 at 3:22 PM, onlyME said: No, it can not. What do you think of a "Watch later"?
June 19, 20177 yr 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
June 20, 20177 yr 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.
June 21, 20177 yr 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)
June 21, 20177 yr 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.
June 21, 20177 yr 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 June 21, 20177 yr by Ricardo Machado
June 21, 20177 yr 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
June 21, 20177 yr Just now, onlyME said: You can find the id of server by its url in acp 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 contentwww.google.com
June 21, 20177 yr 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 contentwww.google.com I don't understand
June 21, 20177 yr 3 minutes ago, onlyME said: I don't understand Sorry, I'm using google translator. I'll try to explain by image. I want to identify the contents of this "Part 2" template, example{$videopart>2}
June 21, 20177 yr Author 1 minute ago, Ricardo Machado said: Sorry, I'm using google translator. I'll try to explain by image. I want to identify the contents of this "Part 2" template, example{$videopart>2} It can not, so complex.
June 23, 20177 yr 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!
June 23, 20177 yr 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! Which url did you use?
June 23, 20177 yr Just now, onlyME said: Which url did you use? I think the only one I have: https://mixer.com/Vegan_Gaymer
June 23, 20177 yr 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
June 23, 20177 yr 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
June 24, 20177 yr 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!
June 24, 20177 yr 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.
June 26, 20177 yr 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!