Jump to content

Recommended Posts

In Custom Menu you can use html :smile:

<b>Your link title</b>,http://yourlink.com
<div class='yourclass'>Your link title 2</div>,http://yourlink2.com

 

Oh! I get what you're saying. :smile: I meant this part of the codes in template:

{{if $children}}
							<ul id="elNavigation_app_{expression="strtok( $id, '_')"}_{$tabId}_menu" class="example ipsMenu ipsMenu_auto ipsHide">
								{template="navBarChildren" app="core" group="global" params="$children"}
							</ul>
						{{endif}}

I added another class. :tongue:

Link to comment
  • 4 weeks later...

Fantastic Application and Support.

 

I'd like to request two features:
 

1) To detect if youtube videos are being uploaded and automatically set the thumbnail to http://img.youtube.com/vi/{Youtube Video ID}/sddefault.jpg if one is not uploaded. Would save me a ton of time.

 

2) Put in a feature that allows me to add a custom field to the bottom of the of the thumbnail between the title and ratings. I have it showing if a user is online or not on twitch (Which I can set to display on hover over), but would prefer to show it on the main index page. If users could sort by this field, it would be awesome for our community.

Link to comment

2) Put in a feature that allows me to add a custom field to the bottom of the of the thumbnail between the title and ratings. I have it showing if a user is online or not on twitch (Which I can set to display on hover over), but would prefer to show it on the main index page. If users could sort by this field, it would be awesome for our community.

You can find this feature In videobox settings -> custom fields >  Fields on images

Link to comment

I also thought about sorting by field but I haven't found a solution yet. When you edit a video to change field, you can check 'update date', the video will be sorted as newest.

Offline+Online status is done with the following:

<img data-twitch-channel="{content}" data-offline-image="{Offline_Image}" data-online-image="{Online_Image}">

<script src="https://cdn.rawgit.com/Fugiman/Twitch-Channel-Status/1d74252edf89110507cbf3088f9c3eaa38fac9d3/twitch-channel-status.min.js"></script>

This keeps the list updated automatically for our users. When there are hundreds of streams going it would be quite the task to self update just to have them list by newest. Sorting By Field and being able to set that as default instead of Recently Updated...or even as a widget would be a huge help.

Link to comment

 

Offline+Online status is done with the following:

<img data-twitch-channel="{content}" data-offline-image="{Offline_Image}" data-online-image="{Online_Image}">

<script src="https://cdn.rawgit.com/Fugiman/Twitch-Channel-Status/1d74252edf89110507cbf3088f9c3eaa38fac9d3/twitch-channel-status.min.js"></script>

This keeps the list updated automatically for our users. When there are hundreds of streams going it would be quite the task to self update just to have them list by newest. Sorting By Field and being able to set that as default instead of Recently Updated...or even as a widget would be a huge help.

 

You can create a collection "Online twitch". When editting to change status, just toggle it in "Online twitch", then drag the collections widget to your page. Currently, it has no way to sort by field (and the field uses js to update status)

Edited by onlyME
Link to comment

And what goes on field type? i see no "image" option

UtUiRCf.png

No, you can create a Text or Selectbox field.

The image is based on the field content, so the format is

<img src="http://yoursite/{content}.png">

Example, you have Selectbox field:

field.thumb.png.c015776a02246930e55c869a

And you need some images: CAM-TS.png, DVDrip.png, HDRip.png, DVDScr.png.....

Then go to Videobox -> Settings -> Custom fields -> Fields in images -> In top -> select the field that you created. Use HTML in format to show image

fieldonimg.thumb.png.aaf754a93d4984fc32a

Link to comment

Hi there, Sorry if this has already been asked and repeating the question. Does Videobox support live streams from Twitch.TV and the new YouTube Gaming (essentially YouTube)?

It supports Custom Media Tags, so you can define your custom player embedded. There are some my customers are using videobox for twitch.

twitchEmbed.thumb.jpg.976ec6f8ffdcf31f39

Edited by onlyME
Link to comment

I'm also looking at this as a replacement for our old IPC YouTube database and our 3.x Live Streams module (supporting Twitch, Hitbox, YouTube livestream, etc.). I think the only thing missing (and preventing me from buying this) is a way to get a feed of users who are live streaming now, which would require some sort of a scheduled task to update the database, as well as a filter to have only those items shown in a feed block on my homepage. Can you think of a way to implement this in your current framework?

My alternative implementation would be to use IP.Content and some custom blocks plus my own Scheduled Task, which would probably work but wouldn't result in me buying your app ;)

Link to comment
8 hours ago, wohali said:

I'm also looking at this as a replacement for our old IPC YouTube database and our 3.x Live Streams module (supporting Twitch, Hitbox, YouTube livestream, etc.). I think the only thing missing (and preventing me from buying this) is a way to get a feed of users who are live streaming now, which would require some sort of a scheduled task to update the database, as well as a filter to have only those items shown in a feed block on my homepage. Can you think of a way to implement this in your current framework?

My alternative implementation would be to use IP.Content and some custom blocks plus my own Scheduled Task, which would probably work but wouldn't result in me buying your app ;)

No, it only supports the custom embed codes. :smile:

Link to comment
On 9/16/2015, 3:29:18, wohali said:

I'm also looking at this as a replacement for our old IPC YouTube database and our 3.x Live Streams module (supporting Twitch, Hitbox, YouTube livestream, etc.). I think the only thing missing (and preventing me from buying this) is a way to get a feed of users who are live streaming now, which would require some sort of a scheduled task to update the database, as well as a filter to have only those items shown in a feed block on my homepage. Can you think of a way to implement this in your current framework?

My alternative implementation would be to use IP.Content and some custom blocks plus my own Scheduled Task, which would probably work but wouldn't result in me buying your app ;)

 

This would definitely be a good feature. We use it for streams as well and unfortunately I have to self-update (as well as supplement an offline/online status on the thumbnail just in case I'm not around). As you can imagine, it's tiring. I think the dev would get more sales if he built in this functionality.

Link to comment
1 hour ago, Deadliest Force said:

 

This would definitely be a good feature. We use it for streams as well and unfortunately I have to self-update (as well as supplement an offline/online status on the thumbnail just in case I'm not around). As you can imagine, it's tiring. I think the dev would get more sales if he built in this functionality.

Don't worry, I'm working for Live Stream (Twitch.tv)

Edited by onlyME
Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...