Forum Activity for @ultrajam

SteveX
@ultrajam
06/06/17 10:34:48AM
2,589 posts

Large video hosting on JR site


Installation and Configuration

For 2) you can certainly do that using Vimeo, we do that for some of ours (might require a vimeo pro account).

You can set the video on vimeo to not allow listing, not allow download etc and specify the site address where it is allowed to be embedded. Then only show the embed or the page with the embed on it to logged in users on a certain quota.
Go to the video, select Privacy
For "Who can watch this video?" select Hide this video from Vimeo.com
For "Where can this video be embedded?" select No one then enter yoursite.com in the domains text input.
For "Who can comment on this video?" select No one
For "What can people do with this video?" uncheck Download it
Then save.

If Vimeo does that I suspect you will be able to achieve the same thing on YouTube as well.
SteveX
@ultrajam
06/05/17 02:32:41AM
2,589 posts

help- what is the Timeline "Quick share" feature?


Using Jamroom

michael:
Seems like an important question, so I wrote a blog post about it here:

Michaels Blog: "What is the Quick Share Feature"
https://www.jamroom.net/michael/blog/94/what-is-the-timeline-quick-share-feature

Thanks Michael, but I can't see that post on your blog, and get a Page Not Found when I click the link.
SteveX
@ultrajam
06/03/17 02:18:06PM
2,589 posts

terms of service when signing up


Installation and Configuration

At one time there was a template in some skins with an example TOS. I guess it was removed because too many people didn't replace it with their TOS :)
SteveX
@ultrajam
06/03/17 01:57:00PM
2,589 posts

terms of service when signing up


Installation and Configuration

Welcome to the forum Diane.

Because all websites are different there isn't a default terms of service (although there may be in your skin). You probably need to simply create a page using the Page module, or create a template in the active skin.

To require acceptance of terms, install the Terms of Service module:
yoursite.com/marketplace/browse/module?search_string=terms
Documentation:
https://www.jamroom.net/the-jamroom-network/documentation/modules/2952/quota-terms-of-service
SteveX
@ultrajam
06/03/17 12:46:34AM
2,589 posts

Online Events - how to deal with different time zones?


Ning To Jamroom

Use Form Designer to add the field to both the create and update form.

Read the documentation on Form Designer if you haven't used it before.
SteveX
@ultrajam
05/31/17 11:17:00AM
2,589 posts

Playlist popup/lightbox window


Design and Skin Customization

If the info from that link doesn't work...

The modal is positioned relative to the button using javascript.

It would be easiest to move your button to the right.

If you can't do that you could try changing the function jrPlaylist_position in /modules/jrPlaylist/js/jrPlaylist.js
/**
 * position the playlist on the page via javascript so it doesnt get hidden
 * by the overflow hidden on the .row class.
 */
function jrPlaylist_position(module, item_id){
    var bid = $('#playlist_button_' + module + '_' + item_id);
    var bpr = $(window).width() - bid.offset().left;
    var bpt = bid.offset().top;
    $('#playlist_' + module + '_' + item_id).appendTo('body').css({'position': 'absolute', 'right': (bpr - 35) + 'px', 'top': (bpt + 35) + 'px'});
}
SteveX
@ultrajam
05/31/17 05:44:45AM
2,589 posts

How to add YouTube to the VideoPro skin?


Design and Skin Customization

Start with something simple, and use the youtube_ prefix, not the video_ prefix:
{jrCore_list
module="jrYouTube"
order_by="_item_id numerical_desc"
require_image="youtube_image"
}
SteveX
@ultrajam
05/30/17 12:39:53PM
2,589 posts

uploaded videos not working in Firefox, possibly other browsers as well...


Using Jamroom

Chrome and Safari I see the play bar, nothing else happens whatever I do.

Vivaldi I see the preview and the playbar. Click play and get the same javascript message as on Firefox.
SteveX
@ultrajam
05/30/17 12:20:31PM
2,589 posts

uploaded videos not working in Firefox, possibly other browsers as well...


Using Jamroom

I tried in Firefox. First I got a blocked outdated flash plugin warning, allowed that and reloaded the page.

Only the play bar showed. If I go full screen the video shows. If I click play I get a javascript notice:
Quote: You must be logged in to continue
  37