Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 7, 20168 yr Author @duyfr I think it's a bug of IPS, running sql manual or fixing automatically still can not solve that error message. It occurs with custom apps. Although annoying, its nothing to be concerned over.
July 7, 20168 yr 1 hour ago, onlyME said: Do you mean the selecting subtitles? Silly question but does the CC button only appear if the video itself have subs? So if I'm linking to a YouTube video that has multiple languages the CC will detect them and the button will show up?
July 7, 20168 yr 45 minutes ago, onlyME said: I don't understand. All videobox widgets can embed in Pages i have an idea now - i think this can be easy build with one of your existing blocks Would it be possible to modify the size of the displayed images in custom video feed a little bit ? Bigger in size and only if possible to add into the overlay where the name of the video is a small button at the right corner with "watch now" similar as we have added the language flags for example in category view Edited July 7, 20168 yr by m@t
July 7, 20168 yr Author 1 minute ago, GrooveOnBeat said: Silly question but does the CC button only appear if the video itself have subs? So if I'm linking to a YouTube video that has multiple languages the CC will detect them and the button will show up? Yes, the CC button only apprear if you uploaded subtitles (*.vtt). I think I will remove the youtube plugin, it's better to use youtube's player.
July 7, 20168 yr 1 minute ago, onlyME said: Yes, the CC button only apprear if you uploaded subtitles (*.vtt). I think I will remove the youtube plugin, it's better to use youtube's player. Ah YES! That's a great idea. The benefit if doing that too is that the YouTube controls will be there as if people were viewing the channel. Next release maybe?
July 7, 20168 yr Author 9 minutes ago, m@t said: Would it be possible to modify the size of the displayed images in custom video feed a little bit ? Edit your theme > videobox > front > widgets > Videos Find <div class="esnList_item"> Replace by <div class="esnList_item_big"> Find <div class="esnList_item_border"> Replace by <div class="esnList_item_border_big"> Save 14 minutes ago, m@t said: Bigger in size and only if possible to add into the overlay where the name of the video is a small button at the right corner with "watch now" similar as we have added the language flags for example in category view Try to play with css to make your layout. I designed it for the default skin 7 minutes ago, GrooveOnBeat said: Ah YES! That's a great idea. The benefit if doing that too is that the YouTube controls will be there as if people were viewing the channel. Next release maybe? YEs
July 7, 20168 yr 7 minutes ago, onlyME said: Try to play with css to make your layout. I designed it for the default skin great thanks i will try it later - could you also tell me where i find the css parts of the block which are used? I think i will make a new block with pages and use the code there and change some parts & css to have the old block untouched Edited July 7, 20168 yr by m@t
July 7, 20168 yr Author Just now, m@t said: great thanks i will try it later - could you also tell me where i find the css parts of the block which are used? I think i will make a new block with pages and use the code there maybe and change some parts & css Go to videobox > front > view > view you will see the elements
August 3, 20168 yr For the custom fields in this app, does it allow an admin to select from custom Pages fields for users when adding a new video record?
August 3, 20168 yr Author 3 minutes ago, mycota said: For the custom fields in this app, does it allow an admin to select from custom Pages fields for users when adding a new video record? No, it has its own custom fields system, not use Page fields.
August 5, 20168 yr With your program can you have video links play in the forum post like youtube would be and not have to go to the video section?
August 6, 20168 yr Author 9 hours ago, PedroNL said: With your program can you have video links play in the forum post like youtube would be and not have to go to the video section? It only show a block with Thumbnail, title and url. I'm finding a solution to embed video player when posting url.
September 24, 20168 yr On 5/25/2016 at 7:37 PM, onlyME said: Hello, Go to ACP > Servers > click the blue button "Media Tags" > Add new tag for Daily motion Title: Dailymotion Media Replacement Match: http://www.dailymotion.com/video/{1}_{2} Media Replacement HTML <iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/$1" allowfullscreen></iframe> Save Then you can post dailymotion 1) Dailymotion wasn't working so I've changed the Media Replacement Match to: http://www.dailymotion.com/video/{1} 2) The video thumbnail does not generate automatically in Dailymotion.
September 24, 20168 yr Author 2 minutes ago, GrooveOnBeat said: 1) Dailymotion wasn't working so I've changed the Media Replacement Match to: http://www.dailymotion.com/video/{1} 2) The video thumbnail does not generate automatically in Dailymotion. Yes, they changed the url. I will update getting dailymotion's thumbnail in the next version.
September 24, 20168 yr Just now, onlyME said: Yes, they changed the url. I will update getting dailymotion's thumbnail in the next version. Thank you!
September 25, 20168 yr Example Link: http://youtube.com/1234.html I put: http://youtube.com/{1}.html I have a embed code: <IFRAME SRC="http://youtube.com/embed-1234-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME> I put <IFRAME SRC="http://youtube.com/embed-$1-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME> I am trying to create a media tag. The video does not show at the correct height and width though. It will embed smaller in the page. Edited September 26, 20168 yr by JoshB84
September 26, 20168 yr Author 8 hours ago, JoshB84 said: Example Link: http://youtube.com/1234.html I put: http://youtube.com/{1}.html I have a embed code: <IFRAME SRC="http://youtube.com/embed-1234-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME> I put <IFRAME SRC="http://youtube.com/embed-$1-640x360.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360></IFRAME> I am trying to create a media tag. The video does not show at the correct height and width though. It will embed smaller in the page. Please let me know the real url I will test it.
October 2, 20168 yr How does this handle video conversion on upload? Is there a restriction on upload size? With today's HD videos, you can have a 4 minute 1 GB video, how is everyone handling that? Are you storing them locally?
October 2, 20168 yr Author 1 minute ago, ajmboy said: How does this handle video conversion on upload? Is there a restriction on upload size? With today's HD videos, you can have a 4 minute 1 GB video, how is everyone handling that? Are you storing them locally? I don't have a way to handle video length. But there is a setting to limit file size on upload. And you can setup the File Storage on local, ftp or Amazon..
October 2, 20168 yr 2 hours ago, onlyME said: I don't have a way to handle video length. But there is a setting to limit file size on upload. And you can setup the File Storage on local, ftp or Amazon.. Thank you. Does it resize the video and convert it to a different format or is it just uploading the video, storing it, and playing the file?
October 3, 20168 yr Author 2 hours ago, ajmboy said: Thank you. Does it resize the video and convert it to a different format or is it just uploading the video, storing it, and playing the file? It's just uploading and playing video file.
October 30, 20168 yr Would you be able to help debug a problem with my livestreams not showing up when a user goes online via Twitch? The block itself will not show up for some reason when I have this option on, however it will show up when I allow all the streams to show.
October 31, 20168 yr Author 10 hours ago, The Asian said: Would you be able to help debug a problem with my livestreams not showing up when a user goes online via Twitch? The block itself will not show up for some reason when I have this option on, however it will show up when I allow all the streams to show. this means the livestream not show in Twitch or only in videobox? Edited October 31, 20168 yr by onlyME
November 3, 20168 yr On 10/31/2016 at 1:34 AM, onlyME said: this means the livestream not show in Twitch or only in videobox? It won't show via the Module, however when you goto the video itself via the Videobox you can see the stream.
November 3, 20168 yr Author 3 hours ago, The Asian said: It won't show via the Module, however when you goto the video itself via the Videobox you can see the stream. Module? where? Can you give me a screenshot. I don't understand the problem.