Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 2, 20204 yr Author 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. 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. 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. @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? When i contact IPS, they say "contact plugin support" 😅 Were you able to resolve this? 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.
December 2, 20204 yr 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. 🙂
December 13, 20204 yr 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
December 13, 20204 yr 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.
December 15, 20204 yr Author 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
December 26, 20204 yr 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!
January 12, 20214 yr I just updated to the latest 4.5 Update and I can't install, I get the "Something went wrong. Please try again."
January 18, 20214 yr 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, 20214 yr by DannyPhantom
January 18, 20214 yr 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.
January 22, 20214 yr 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/
February 12, 20214 yr 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/
February 12, 20214 yr 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>');
February 12, 20214 yr I am seeing a number of bugs but the application is nice to have. Edited February 12, 20214 yr by Interferon
February 12, 20214 yr 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, 20214 yr by Interferon
February 18, 20214 yr 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
February 19, 20214 yr 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
February 26, 20214 yr @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.
March 3, 20214 yr Author I change it on the file applications/videos/modules/front/videos/view.php Thanks for reporting, noted bug for next update. I just updated to the latest 4.5 Update and I can't install, I get the "Something went wrong. Please try again." 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. Google SEO massive issue : Bug report noted, thank you. 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. 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. When trying to disable option "Post to videos" in ACP it results in this error : 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? 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.
March 17, 20214 yr 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.
March 23, 20214 yr Author 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, 20214 yr by Michael.J
March 31, 20214 yr 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.
April 1, 20214 yr 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.
April 5, 20213 yr 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?