Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
onlyME Posted July 7, 2016 Author Posted July 7, 2016 @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. BN_IT_Support 1
GrooveOnBeat Posted July 7, 2016 Posted July 7, 2016 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?
m@t Posted July 7, 2016 Posted July 7, 2016 (edited) 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, 2016 by m@t
onlyME Posted July 7, 2016 Author Posted July 7, 2016 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. GrooveOnBeat 1
GrooveOnBeat Posted July 7, 2016 Posted July 7, 2016 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?
onlyME Posted July 7, 2016 Author Posted July 7, 2016 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 m@t and GrooveOnBeat 2
m@t Posted July 7, 2016 Posted July 7, 2016 (edited) 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, 2016 by m@t
onlyME Posted July 7, 2016 Author Posted July 7, 2016 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 m@t 1
mycota Posted August 3, 2016 Posted August 3, 2016 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?
onlyME Posted August 3, 2016 Author Posted August 3, 2016 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.
PedroNL Posted August 5, 2016 Posted August 5, 2016 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?
onlyME Posted August 6, 2016 Author Posted August 6, 2016 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.
GrooveOnBeat Posted September 24, 2016 Posted September 24, 2016 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.
onlyME Posted September 24, 2016 Author Posted September 24, 2016 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. GrooveOnBeat 1
GrooveOnBeat Posted September 24, 2016 Posted September 24, 2016 Just now, onlyME said: Yes, they changed the url. I will update getting dailymotion's thumbnail in the next version. Thank you!
JoshB84 Posted September 25, 2016 Posted September 25, 2016 (edited) 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, 2016 by JoshB84
onlyME Posted September 26, 2016 Author Posted September 26, 2016 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.
AlexWebsites Posted October 2, 2016 Posted October 2, 2016 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?
onlyME Posted October 2, 2016 Author Posted October 2, 2016 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..
AlexWebsites Posted October 2, 2016 Posted October 2, 2016 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?
onlyME Posted October 3, 2016 Author Posted October 3, 2016 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.
NaisA- Posted October 30, 2016 Posted October 30, 2016 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.
onlyME Posted October 31, 2016 Author Posted October 31, 2016 (edited) 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, 2016 by onlyME
NaisA- Posted November 3, 2016 Posted November 3, 2016 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.
onlyME Posted November 3, 2016 Author Posted November 3, 2016 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.
Recommended Posts