Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Michael.J Posted December 2, 2020 Author Posted December 2, 2020 On 10/23/2020 at 3:20 AM, Sheffielder said: My videos app is working great and I'm really happy with everything apart from the size of the thumbnail created in the discussion topic? I assume you have ftp access to your files? I can probably give you a patch to modify this until a future update adds this. On 10/28/2020 at 4:10 PM, HDiddy said: We use this mainly for uploaded video and it is unfortunate that it doesn't automatically create a thumbnail for the video using a screenncap. That said is there a way to disable the option to upload a media poster? Most of our users think that is a thumbnail and are constantly uploading thumbnails to media posters which makes the admins have to go back and create them. You can disable this in the group permissions. On 10/31/2020 at 12:31 AM, Sheffielder said: Couple of things having installed, used, and really liking this plug in 1) All my posts made in forums automatically are made by random members and not the member I designated in the admin CP? That causes great confusion as members post 'I didn't post that!' etc 2) It would be great for an embed in forums instead of a thumbnail 1) For the rss import? 2) There is an %EMBED% quick tag you can use in the video topic instead of the thumbnail. On 11/8/2020 at 1:19 AM, Joey_M said: @Michael.J: Can you please add a way for imports to bypass the topic creation, meaning that we can disable them from being created. If a topic hasn't been generated, via the video page - could it be generated by someone with moderation powers? I plan to import videos from the community and, it would mean loads of discussions are automatically generated. Some will be pointless, so disabling it would be wise but at least I can click to generate a discussion from the front if I so wish. Until I add a setting for this, I could probably provide a file edit that skips topic creation for rss imports if you want? On 11/26/2020 at 8:34 PM, Durango said: When i contact IPS, they say "contact plugin support" 😅 Were you able to resolve this? 14 hours ago, Bendensin said: I've been a longtime user of Videos. And the renewal price is $20 per year. But when I go to renew it, I only get the option to buy it again at $45 per year. I don't really have that kind of control over the marketplace. So you will need to contact them to see why you can't renew. If they can't help, I'll process this manually via Paypal if you would like.
Joey_M Posted December 2, 2020 Posted December 2, 2020 5 hours ago, Michael.J said: Until I add a setting for this, I could probably provide a file edit that skips topic creation for rss imports if you want? Yes, please. Apologise for being a pain whilst you're busy, but I would appreciate this edit as I can manually add videos I want to discuss. 🙂
Durango Posted December 13, 2020 Posted December 13, 2020 Thank you Michael we solved the issue ! Michael.J 1
HDiddy Posted December 13, 2020 Posted December 13, 2020 On 10/17/2020 at 6:14 AM, V0RT3X666 said: You can fix that with some custom CSS. Try width 100% in class .video-js Result -> https://prnt.sc/v15qbe How do you actually do this. I'm ow having the same issue of the video frame being too big
HDiddy Posted December 13, 2020 Posted December 13, 2020 2 hours ago, HDiddy said: How do you actually do this. I'm ow having the same issue of the video frame being too big Nevermind. I figured it out on my own.
Michael.J Posted December 15, 2020 Author Posted December 15, 2020 On 12/2/2020 at 11:15 PM, Joey_M said: Apologise for being a pain whilst you're busy, but I would appreciate this edit as I can manually add videos I want to discuss. 🙂 PM Sent Joey_M 1
Yannick Lamarre Posted December 26, 2020 Posted December 26, 2020 Hello I find error on the code. My website is on https by default. When I upload a video file (local file), the wide value can't work. I check the error browser console and I see the problem. http://vjs.zencdn.net/6.6.3/video-js.css is not on https. I change it on the file applications/videos/modules/front/videos/view.php Now it's working!
Bendensin Posted December 28, 2020 Posted December 28, 2020 (edited) Disregard. Can't delete. Edited December 28, 2020 by Bendensin
ToeJam Posted January 12, 2021 Posted January 12, 2021 I just updated to the latest 4.5 Update and I can't install, I get the "Something went wrong. Please try again."
DannyPhantom Posted January 18, 2021 Posted January 18, 2021 (edited) Last time I had upgraded an old community and I'd like also to update your video app, but when I try to update over the marketplace I run into this error: How I could upgrade this, without loosing all content? Edited January 18, 2021 by DannyPhantom
Nathan Explosion Posted January 18, 2021 Posted January 18, 2021 Go to your application listing - do you have the existing "Videos" app displaying as a 'Custom' app? If so, then raise a ticket with IPS requesting assistance with associating the application with the MarketPlace entry.
Durango Posted January 22, 2021 Posted January 22, 2021 Hi @Michael.J Google SEO massive issue : Google is indexing thousands of urls like /videos/list-all/?listType=list&csrfKey=d2aff8dd416cd4c766905af3279ba8de solution ; add a canonical to /videos/list-all/
yameth Posted February 12, 2021 Posted February 12, 2021 On 12/2/2020 at 8:43 AM, Michael.J said: Facebook videos should be supported already because IPB supports them. Do you have an example video that is not working? https://www.facebook.com/1080257644/videos/10220485485262063/
Interferon Posted February 12, 2021 Posted February 12, 2021 Okay, I got the RSS feed working like this: echo('<media:group><media:content url="https://www.youtube.com/watch?v='); echo($vid); echo('" type="application/x-shockwave-flash" width="640" height="390"/>'); echo('<media:thumbnail url="https://i4.ytimg.com/vi/'.$vid.'/hqdefault.jpg" width="480" height="360"/>'); echo('</media:group>');
Interferon Posted February 12, 2021 Posted February 12, 2021 (edited) I am seeing a number of bugs but the application is nice to have. Edited February 12, 2021 by Interferon
Interferon Posted February 12, 2021 Posted February 12, 2021 (edited) The videos per page setting is stuck at 25, and does not seem to obey either the category or global setting for this value. --Edit This was caused by another plugin. Edited February 14, 2021 by Interferon
Durango Posted February 18, 2021 Posted February 18, 2021 Hi @Michael.J When trying to disable option "Post to videos" in ACP it results in this error : ErrorException: Object of class IPS\Member could not be converted to string (4096) #0 /var/www/site/www/forum/system/Db/Db.php(530): IPS\IPS::errorHandler(4096, 'Object of class...', '/var/www/site...', 530, Array) #1 /var/www/site/www/forum/system/Db/Db.php(1161): IPS\_Db->preparedQuery('UPDATE `fp5...', Array) #2 /var/www/site/www/forum/system/Settings/Settings.php(254): IPS\_Db->update('`fp5_cor...', '`conf_value`=(?...', 'WHERE conf_key=...') #3 /var/www/site/www/forum/system/Helpers/Form/Form.php(759): IPS\_Settings->changeValues(Array) #4 /var/www/site/www/forum/applications/videos/modules/admin/videos/settings.php(195): IPS\Helpers\_Form->saveAsSettings(Array) #5 /var/www/site/www/forum/system/Dispatcher/Controller.php(101): IPS\videos\modules\admin\videos\_settings->manage() #6 /var/www/site/www/forum/applications/videos/modules/admin/videos/settings.php(30): IPS\Dispatcher\_Controller->execute() #7 /var/www/site/www/forum/system/Dispatcher/Dispatcher.php(152): IPS\videos\modules\admin\videos\_settings->execute() #8 /var/www/site/www/forum/admin/index.php(14): IPS\_Dispatcher->run() #9 {main} Thank you for your help
Durango Posted February 19, 2021 Posted February 19, 2021 Hi @Michael.J We found another bug : when translating Videos to other languages, there some strings that can't be translated on the dropdown : "Sort by" "Video title" "Date added" "Views" Your app wont take ACP translations into account for those strings Can you fix this ? thank you
maddog107_merged Posted February 26, 2021 Posted February 26, 2021 @Michael.J Since I paid for the custom development/creation of "Topic Attach Thumbnails" by any chance could you send me an updated version that works with 4.5? I see it on the marketplace but I haven't been able to get in touch via PMs. Thanks.
Michael.J Posted March 3, 2021 Author Posted March 3, 2021 On 12/27/2020 at 6:15 AM, Yannick Lamarre said: I change it on the file applications/videos/modules/front/videos/view.php Thanks for reporting, noted bug for next update. On 1/13/2021 at 5:29 AM, ToeJam said: I just updated to the latest 4.5 Update and I can't install, I get the "Something went wrong. Please try again." On 1/18/2021 at 7:39 PM, DannyPhantom said: Last time I had upgraded an old community and I'd like also to update your video app, but when I try to update over the marketplace I run into this error: If updating through the ips marketplace, you'll need to contact IPS regarding this error. I don't have much control over the marketplace updates. On 1/22/2021 at 10:33 PM, Durango said: Google SEO massive issue : Bug report noted, thank you. On 2/12/2021 at 10:30 PM, yameth said: https://www.facebook.com/1080257644/videos/10220485485262063/ It seems that's a private video? If so, then it can't really be added as there is no oEmbed data to generate the video. On 2/13/2021 at 7:59 AM, Interferon said: I am seeing a number of bugs but the application is nice to have. Can you please report them here - https://www.devfuse.com/forums/bugs/videos/ Or list them here so I can fix them in a future update. With IPB 4.5 updates nearly done, I will be able to start on bug fixes again. On 2/19/2021 at 4:52 AM, Durango said: When trying to disable option "Post to videos" in ACP it results in this error : On 2/20/2021 at 1:37 AM, Durango said: when translating Videos to other languages, there some strings that can't be translated on the dropdown : What dropdown field are you trying to change? On 2/27/2021 at 5:38 AM, maddog107_merged said: Since I paid for the custom development/creation of "Topic Attach Thumbnails" by any chance could you send me an updated version that works with 4.5? I see it on the marketplace but I haven't been able to get in touch via PMs. Thanks. Done.
Joey_M Posted March 17, 2021 Posted March 17, 2021 Automated videos are now showing as they're posted by a guest on the 'who replied last' and inside the topic. It does show the right username on the forum index page but across to the right it does not with the who replied last.
Michael.J Posted March 23, 2021 Author Posted March 23, 2021 (edited) On 3/18/2021 at 12:43 AM, Joey_M said: Automated videos are now showing as they're posted by a guest on the 'who replied last' and inside the topic. It does show the right username on the forum index page but across to the right it does not with the who replied last. The topics from rss imported videos? If you edit the video as an admin, does it correct the last post info? Edited March 23, 2021 by Michael.J
Joey_M Posted March 31, 2021 Posted March 31, 2021 On 3/23/2021 at 2:43 AM, Michael.J said: The topics from rss imported videos? If you edit the video as an admin, does it correct the last post info? Sorry, I'll check a bit later. I haven't been on as much since I noticed this issue.
Joey_M Posted April 1, 2021 Posted April 1, 2021 On 3/31/2021 at 2:45 AM, Joey_M said: Sorry, I'll check a bit later. I haven't been on as much since I noticed this issue. Sorry, @Michael.J - I have just edited one of the topics hat appeared as a 'guest' and yes, if I edit the topic as an admin it does correct itself. Hope this helps.
yameth Posted April 5, 2021 Posted April 5, 2021 On 3/3/2021 at 11:59 PM, Michael.J said: It seems that's a private video? If so, then it can't really be added as there is no oEmbed data to generate the video. Not private of course but I have come to know it is a general problem IPS is trying to handle with Facebook embeds. On another note, is there a way to show videos posted in Videos as embedded rich media in Activity streams instead of plain text?
Recommended Posts