onlyME Posted August 21, 2017 Author Posted August 21, 2017 (edited) 8 minutes ago, Optic14 said: Hi @onlyME Feature request, would you consider adding the ability for thumbnails to be automatically downloaded and set via YouTube API ? https://developers.google.com/youtube/v3/docs/thumbnails The add-on I used in XenForo had this feature, and also automatically downloaded the video duration/description (but you had to register for an Web Application API token in Google Developers Console) I think it would be a very advanced feature but maybe others would find it useful too? No, it's so complex and slow. The current thumbnail is fast without sending request to youtube api. Edited August 21, 2017 by onlyME
Fierce God Posted August 21, 2017 Posted August 21, 2017 35 minutes ago, onlyME said: I don't understand. Do you mean adding uploading Featured Image Form for livestreams? yes, but the ability to have that uploaded image stay no matter what, stay on even if the stream is not live So if the stream is not live you see the still image that was uploaded by the admin or if possible the member who posted the stream
onlyME Posted August 21, 2017 Author Posted August 21, 2017 Just now, FGN said: yes, but the ability to have that uploaded image stay no matter what, stay on even if the stream is not live So if the stream is not live you see the still image that was uploaded by the admin or if possible the member who posted the stream I will consider your idea. Fierce God 1
Fierce God Posted August 29, 2017 Posted August 29, 2017 I know you're super busy and updating files isn't your whole life, lol But any updates coming out for this soon?
onlyME Posted August 29, 2017 Author Posted August 29, 2017 7 minutes ago, FGN said: I know you're super busy and updating files isn't your whole life, lol But any updates coming out for this soon? No, I don't get any bug report.
Fierce God Posted August 29, 2017 Posted August 29, 2017 lol, oh ok Didn't know that bug reports is what gets updates or add ons, but ok
Fierce God Posted August 29, 2017 Posted August 29, 2017 Well.... Even though you haven't received any "Bug Reports" can you at least think about putting in the add on of the thumbnail for Live Streams? for at least the Owner to be able to do this on certain ones of our Pick
onlyME Posted August 29, 2017 Author Posted August 29, 2017 Just now, FGN said: Well.... Even though you haven't received any "Bug Reports" can you at least think about putting in the add on of the thumbnail for Live Streams? for at least the Owner to be able to do this on certain ones of our Pick The livestream should get the live screenshot. When you promote a video, you can select its thumbnail or upload new thumbnail manually
Fierce God Posted August 29, 2017 Posted August 29, 2017 i know this, I'm talking about on the stand still, to cover up the ugly picture of purple and black offline pic When you're on these actual sites, you don't see the those purple or black offline pics, you see the person's added thumbnail i'm just wondering if you could the option like you have for the regular videos, that way when selected streams are offline, it shows a selected thumbnail The reason i'm asking this, is because i have a custom membership for featured live streams, that means that the stream is pinned (you don't have a regular widget for featured streams...just the slider) so those streams are offline sometimes, i would like to put a thumbnail there so it looks good alongside the streams that are showing live here's a screenshot
onlyME Posted August 29, 2017 Author Posted August 29, 2017 Just now, FGN said: i know this, I'm talking about on the stand still, to cover up the ugly picture of purple and black offline pic When you're on these actual sites, you don't see the those purple or black offline pics, you see the person's added thumbnail i'm just wondering if you could the option like you have for the regular videos, that way when selected streams are offline, it shows a selected thumbnail The reason i'm asking this, is because i have a custom membership for featured live streams, that means that the stream is pinned (you don't have a regular widget for featured streams...just the slider) so those streams are offline sometimes, i would like to put a thumbnail there so it looks good alongside the streams that are showing live here's a screenshot Do you mean the default offline picture?
Fierce God Posted August 29, 2017 Posted August 29, 2017 yes, if that's what the purple and black pic is it would be so good to be able to override that but the option to upload thumbs for streams goes away when you use the slider to post live stream
onlyME Posted August 29, 2017 Author Posted August 29, 2017 Just now, FGN said: yes, if that's what the purple and black pic is it would be so good to be able to override that but the option to upload thumbs for streams goes away when you use the slider to post live stream I will consider it. Fierce God 1
JEFF MACK Posted August 29, 2017 Posted August 29, 2017 No matter what options I try, I can't get the newest videos to show in the widget on my forum index page. Any idea what I am doing wrong?
onlyME Posted August 30, 2017 Author Posted August 30, 2017 10 hours ago, JEFF MACK said: No matter what options I try, I can't get the newest videos to show in the widget on my forum index page. Any idea what I am doing wrong? Can you give me acp access so I can take a look? I can not reproduce this problem.
Aleksandrs Davids Sidurins Posted August 31, 2017 Posted August 31, 2017 On 01.03.2016 at 3:02 AM, onlyME said: I need time for other customers ideas, reports. And I always give priority to fix bugs. About new features you need to wait, I will do if they are necessary. In your case, you no need to wait, you can use 'Customizable Video Feed' block. After placing it on site, click Edit button, set 'Number to show' = 1, 'Block theme' = 'Thumbnail with Title'. Save. Then go to ACP > Customization > Themes > click </> to edit your theme > videobox > front > widgets > Videos Find <div class="esnList_item" {{if $orientation=='vertical'}}style="width: 33.33% !important;"{{endif}}> Replace by <div class="esnList_item" {{if $orientation=='vertical'}}style="width: {{if count($videos)==1}}100%{{else}}33.33%{{endif}} !important;"{{endif}}> Save and done. how to do that in new videobox version if i can't find in file Videos text ? - <div class="esnList_item" {{if $orientation=='vertical'}}style="width: 33.33% !important;"{{endif}}>
onlyME Posted August 31, 2017 Author Posted August 31, 2017 (edited) @Aleksandrs Davids Sidurins the 2.x version uses different template codes for columns layout so you can not use the old method. But I don't remember what you want to do. Edited August 31, 2017 by onlyME
Aleksandrs Davids Sidurins Posted August 31, 2017 Posted August 31, 2017 5 hours ago, onlyME said: @Aleksandrs Davids Sidurins the 2.x version uses different template codes for columns layout so you can not use the old method. But I don't remember what you want to do. You can make one block like you see on screen, in right side with big windows? Fierce God 1
onlyME Posted August 31, 2017 Author Posted August 31, 2017 1 hour ago, Aleksandrs Davids Sidurins said: You can make one block like you see on screen, in right side with big windows? If you only show 1 video, find <div class='ipsGrid_span1 ipsSpacer_bottom vbItem'> Replace by <div class='ipsGrid_span1 ipsSpacer_bottom vbItem' {{if count( $videos ) == 1}}style='width: 100% !important;'{{endif}}> Aleksandrs Davids Sidurins 1
Aleksandrs Davids Sidurins Posted September 1, 2017 Posted September 1, 2017 20 hours ago, onlyME said: If you only show 1 video, find <div class='ipsGrid_span1 ipsSpacer_bottom vbItem'> Replace by <div class='ipsGrid_span1 ipsSpacer_bottom vbItem' {{if count( $videos ) == 1}}style='width: 100% !important;'{{endif}}> where i can find this stroke ? <div class='ipsGrid_span1 ipsSpacer_bottom vbItem'>
onlyME Posted September 1, 2017 Author Posted September 1, 2017 Just now, Aleksandrs Davids Sidurins said: where i can find this stroke ? <div class='ipsGrid_span1 ipsSpacer_bottom vbItem'> ACP > Customization > Themes > click </> to edit your theme > videobox > front > widgets > Videos Aleksandrs Davids Sidurins 1
Fierce God Posted September 3, 2017 Posted September 3, 2017 @onlyME I had a member do something crazy..... They accidently hit the X button on the url field to copy/paste youtube videos i can't see any way to re enable it for them........the field still shows on all other members post when wanting to add a video....just not this one persons Do you know of a way to put this field back up for this one member? then after this is fixed(if possible) can you tell me what setting i need to enable so reg members can't see that X to take off the field
onlyME Posted September 3, 2017 Author Posted September 3, 2017 3 hours ago, FGN said: @onlyME I had a member do something crazy..... They accidently hit the X button on the url field to copy/paste youtube videos i can't see any way to re enable it for them........the field still shows on all other members post when wanting to add a video....just not this one persons Do you know of a way to put this field back up for this one member? then after this is fixed(if possible) can you tell me what setting i need to enable so reg members can't see that X to take off the field I don understand this issue. The form does not have setting to remember closinh or opening. Try to clear the browser cache and refresh page.
Fierce God Posted September 4, 2017 Posted September 4, 2017 They did....and i logged into their account, and its not there i cleared and restarted mine, still no there they are the ONLY ones who don't see this, all other members can see that field
onlyME Posted September 4, 2017 Author Posted September 4, 2017 2 hours ago, FGN said: They did....and i logged into their account, and its not there i cleared and restarted mine, still no there they are the ONLY ones who don't see this, all other members can see that field Maybe a bug, I wil test it again. Fierce God 1
Recommended Posts