Carl M Posted October 27, 2015 Share Posted October 27, 2015 Im going to wait for this app and possibly 4.1.2 for IPS before i look at moving my site from 4.x.x for this simple reason that most plugins seem to be causing errors with the new version. Quote Link to comment Share on other sites More sharing options...
Netherlord Posted October 27, 2015 Share Posted October 27, 2015 4.1 Bug report. Video section works BUT? For admin the content i posted streams throws a blank page, i refreshed a ton and got this error finally to show. Fatal error: Access to undeclared static property: IPS\videos\Video::$urlBase in /home/****/****/system/Content/Item.php on line 957 Disabling video plugin makes it work. emeric73 and svit 2 Quote Link to comment Share on other sites More sharing options...
Michael.J Posted October 28, 2015 Author Share Posted October 28, 2015 On 23/10/2015 10:22:14, Ilya Kirilenko said: Prompt please, what that setting might not notice. I put a limit on the width of the media in a forum post, as full-screen video, hinder reading. And this limitation raspostranen on video in an application. Now they're little. Is it possible to remove this restriction only for the application? Please advice the exact setting you changed and I will take a look if anything is possible. 9 hours ago, xtech said: For some reason, i cannot get Dailymotion videos to work. But i still get the error " Problem generating embed code. " Just tried without issue, both embed and thumbnail generates fine. I'm going to need ftp/acp login details to troubleshoot this on your end as can't reproduce this. Quote Link to comment Share on other sites More sharing options...
Michael.J Posted October 28, 2015 Author Share Posted October 28, 2015 (edited) 8 hours ago, Ilya Kirilenko said: After upgrading to 4.1, while the video applications do not work tape activity, displays a 500 error Confirmed issue, new patch coming shortly to address any IPB 4.1 issues. Edited October 28, 2015 by Mike John Richey, Ilya Kirilenko, Kjell Iver Johansen and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Richey Posted October 28, 2015 Share Posted October 28, 2015 18 hours ago, Mike John said: Confirmed issue, new patch coming shortly to address any IPB 4.1 issues. Hi Mike, I just asked you for 4.1 compability on your profile page .... you can delete it I did not know that there was this support thread. Richey Quote Link to comment Share on other sites More sharing options...
Netherlord Posted October 30, 2015 Share Posted October 30, 2015 (edited) Any eta? on 4.1 fixes Edited October 30, 2015 by Netherlord svit 1 Quote Link to comment Share on other sites More sharing options...
Ilya Kirilenko Posted October 31, 2015 Share Posted October 31, 2015 On 28.10.2015, 6:04:57, Mike John said: Confirmed issue, new patch coming shortly to address any IPB 4.1 issues. Tell me please, soon to be updated? Our video is one of the main components and a very bad without bliss Quote Link to comment Share on other sites More sharing options...
Michael.J Posted November 2, 2015 Author Share Posted November 2, 2015 v3.1.7 has been released with confirmed support for IP.Board 4.1 and several other minor bug fixes as well. Only upgrade if using IPB 4.1 or later. socceronly and Richey 2 Quote Link to comment Share on other sites More sharing options...
Netherlord Posted November 3, 2015 Share Posted November 3, 2015 (edited) Latest version Bug report, If a comment is quoted and posted. If you go into the video comments and see all and hit read more on posts it cuts off some text. Edited November 3, 2015 by Netherlord Quote Link to comment Share on other sites More sharing options...
Michael.J Posted November 9, 2015 Author Share Posted November 9, 2015 On 4/11/2015, 7:39:53, Netherlord said: Latest version Bug report, If a comment is quoted and posted. If you go into the video comments and see all and hit read more on posts it cuts off some text. Thanks, noted for next version. Quote Link to comment Share on other sites More sharing options...
Durango Posted November 13, 2015 Share Posted November 13, 2015 Hi ! Since today, we cannot post anymore videos (youtube) it says : problem generating embed code We are still on IPB 4.0 and didnt upgrade anything, it was working till yesterday, but today always got this error message Any idea ? Tx Quote Link to comment Share on other sites More sharing options...
Michael.J Posted November 17, 2015 Author Share Posted November 17, 2015 On 14/11/2015, 2:09:28, Durango said: We are still on IPB 4.0 and didnt upgrade anything, it was working till yesterday, but today always got this error message oEmbed is used to generate both the embed code and thumbnail so maybe possible downtime for Youtube's oEmbed service or your server not being able to access for some reason. If it still happens again tomorrow, I'll need ftp/acp login details to troubleshoot this further and see if it's masking some kind of error when connecting to oEmbed. Quote Link to comment Share on other sites More sharing options...
Ilya Kirilenko Posted November 18, 2015 Share Posted November 18, 2015 On 28.10.2015, 6:04:57, Mike John said: Confirmed issue, new patch coming shortly to address any IPB 4.1 issues. One more question. Tell me please, is intended to support online broadcasts with Twitch, hitbox and other services? To mark was Live or offline + chat built from the service when he online Quote Link to comment Share on other sites More sharing options...
Michael.J Posted November 20, 2015 Author Share Posted November 20, 2015 On 19/11/2015, 10:01:56, Ilya Kirilenko said: One more question. Tell me please, is intended to support online broadcasts with Twitch, hitbox and other services? To mark was Live or offline + chat built from the service when he online I used the internal IPB4 embed template to generate my Youtube embed, so any setting you have for video embeds would apply within topics as well as videos. If the service supports oEmbed than it will auto embed the live streams but no tracking of live sites is included. I've had this one suggested to me already here but not very likely until next year now. I'm still working through bug fixes. Quote Link to comment Share on other sites More sharing options...
Netherlord Posted December 6, 2015 Share Posted December 6, 2015 @Mike John Would it be possible for me to make the video dimensions full width without changing my forum max settings. Reason being. in forum posts videos should be small. But in the video app i think since the focus is on the video it should be filling the space it is given. As it is i get white space down one side. Could you provide me some advice to achieve this? Quote Link to comment Share on other sites More sharing options...
Michael.J Posted December 6, 2015 Author Share Posted December 6, 2015 11 hours ago, Netherlord said: Could you provide me some advice to achieve this? The embed template is handled by IPB and cached in the database, so the best option would probably to remove any video limitation on display. Open theme editor > videos > front > global > video Find: {$video->embed|raw} Add ABOVE: {{$video->embed = str_replace('ipsEmbeddedVideo_limited', '', $video->embed );}} See how that goes. Quote Link to comment Share on other sites More sharing options...
Netherlord Posted December 7, 2015 Share Posted December 7, 2015 7 hours ago, Mike John said: The embed template is handled by IPB and cached in the database, so the best option would probably to remove any video limitation on display. Open theme editor > videos > front > global > video Find: {$video->embed|raw} Add ABOVE: {{$video->embed = str_replace('ipsEmbeddedVideo_limited', '', $video->embed );}} See how that goes. thanks that seems to work great. Might i suggest this edit be added to the plugin on a toggle setting? might be useful for others. Michael.J 1 Quote Link to comment Share on other sites More sharing options...
Michael.J Posted December 11, 2015 Author Share Posted December 11, 2015 On 7/12/2015 at 5:43 PM, Netherlord said: thanks that seems to work great. Might i suggest this edit be added to the plugin on a toggle setting? might be useful for others. Logged, might be a version or two away but will be included in future. Quote Link to comment Share on other sites More sharing options...
Netherlord Posted December 13, 2015 Share Posted December 13, 2015 when i try to turn on comments require approval i get this error. EX4096 Something went wrong. Please try again. Quote Link to comment Share on other sites More sharing options...
Michael.J Posted December 14, 2015 Author Share Posted December 14, 2015 9 hours ago, Netherlord said: when i try to turn on comments require approval i get this error. Currently looking into this now. Are you using v4.1.5.2 by the way? Quote Link to comment Share on other sites More sharing options...
Netherlord Posted December 14, 2015 Share Posted December 14, 2015 5 hours ago, Mike John said: Currently looking into this now. Are you using v4.1.5.2 by the way? I am yes. The setting seems to be on currently. But i dont know how. At the time i hit to turn it on I got the error. Tried again. Same error. Refreshed. and it was shown as toggled off. I exited and went back to check and make sure an hour later and it was still off. But its somehow now switched on. So i have no idea about this. Quote Link to comment Share on other sites More sharing options...
Michael.J Posted December 17, 2015 Author Share Posted December 17, 2015 On 14/12/2015 at 7:32 PM, Netherlord said: I am yes. The setting seems to be on currently. But i dont know how. At the time i hit to turn it on I got the error. Tried again. Same error. Refreshed. and it was shown as toggled off. I exited and went back to check and make sure an hour later and it was still off. But its somehow now switched on. So i have no idea about this. Sorry just to be clear, the error is on the settings page nor in the front end? I've gotten a few reports of this but can't seem to reproduce this yet. I'll either need acp access or a complete set of screenshots of your video settings. Quote Link to comment Share on other sites More sharing options...
cbob Posted January 10, 2016 Share Posted January 10, 2016 Hello, is there any way, how to connect to the YT channel? (automatic video import) Jan Quote Link to comment Share on other sites More sharing options...
Michael.J Posted January 11, 2016 Author Share Posted January 11, 2016 9 hours ago, cbob said: is there any way, how to connect to the YT channel? No not right now. But popular suggestion and is a high priority when I start working on new features after bugs are settled. The Old Man 1 Quote Link to comment Share on other sites More sharing options...
Netherlord Posted January 12, 2016 Share Posted January 12, 2016 (edited) I noticed that in my forums... If i go to the sort by options i for some reason get the option to sort my video title? im guessing this is a bug since it does nothing in a forum? And if im using a custom database i get the video title and an extra views sort option. Edited January 12, 2016 by Netherlord Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.