Forum Activity for @garymoncrieff

gary.moncrieff
@garymoncrieff
12/15/16 11:55:56AM
865 posts

Podcast Hosting


Using Jamroom

If you're using albums for the shows, you could add a block on the page that would display Show names and then link to the appropriate page.

Which skin are you planning to use? Some of the older skins had a filter by album built in them but the newer ones don't. So this would need to be added either via code or by building the page with site builder.
gary.moncrieff
@garymoncrieff
12/15/16 02:33:26AM
865 posts

Podcast Hosting


Using Jamroom

Afaik all podcasts need is a way to store the media file, auto create an RSS feed so it can be found and downloaded by podcast apps, but maybe I am missing something. So video and audio in theory should work, and then if needed you could pull all the podcasts into a special page.
gary.moncrieff
@garymoncrieff
12/12/16 03:12:01PM
865 posts

Jamroom upload stuck at 512M


Installation and Configuration

brian:
Ideally though you're not having to customize the Video module and it has options in it that satisfy most everyone's needs (i.e. smaller file size, lower quality versus larger file size and higher quality), so can check this out and see if we need a round of updates.

Thanks!

That would be nice, especially if it is implemented like the audio quality settings are in quota options, which I assume it would be if it get's done.
gary.moncrieff
@garymoncrieff
12/07/16 02:48:58PM
865 posts

Multiple Instances of Documentation Module


Using Jamroom

I spent 15 minutes earlier today trying this and get the same error on the quota settings page.
gary.moncrieff
@garymoncrieff
11/22/16 04:39:19AM
865 posts

Beta Launch


Using Jamroom

Nevermind I figured it out, I had modified the index.tpl page in the previous version and for whatever reason the updated version didn't like the changes and the login link wasn't showing, reset the template and all is ok.
gary.moncrieff
@garymoncrieff
11/22/16 04:01:12AM
865 posts

Beta Launch


Using Jamroom

Hey Guys

Is it just me are is the Beta Launch plugin now missing the admin login link? Anyone know the url?, will save me fooling around in the database.

Thanks
updated by @garymoncrieff: 02/28/17 11:13:23PM
gary.moncrieff
@garymoncrieff
11/13/16 03:47:27AM
865 posts

User profile page Timeline widget displaying "no items found"


Installation and Configuration

I have the same with my skin, a heavily modified cloned version of mediapro, even if I switch to another skin, but not experiencing it on the dev site. I know I will have to redo my skin entirely for Jr6 so wasn't too concerned as I am in a holding pattern right now. Thought it was a weird issue only for me, like so many things I have had to tweak along the way with my skin.

I have spent weeks trying to figure it out to no avail and come to the conclusion it might be some combination of modules I have on my main site. If I get time I will continue digging.
gary.moncrieff
@garymoncrieff
10/29/16 02:40:11AM
865 posts

User reports "Stay Logged In" doesn't work


Using Jamroom

I concur with Michael a lot of the times it's down to the browser. It was happening to me a while back on a number of sites and after an update resolved itself.
gary.moncrieff
@garymoncrieff
10/04/16 03:08:30AM
865 posts

RumbleTalk Integration


Using Jamroom

Add to footer.tpl

{if jrUser_is_logged_in()}
<script>
window.RumbleTalkAsyncCallback = function (RT) {
    RT.init({ 
            hash: 'YOUR_CHAT_HASH'
            });
    RT.login({
        username: '{$_user.user_name}',
    });
};
</script>
<script src="//d1pfint8izqszg.cloudfront.net/api/v0.29/sdk.js"></script>
{/if}


You can lose the password line as you don't require it in this instance, the chat will only be shown to members when they are logged into your site.

You still need to use the embed code from rumbletalk to embed it on a page in your site. Once you have followed the setup instructions from rumbletalk you should see the following. (see image)

EDIT

Just bear in mind that all this does really is populate the username field, no profile info or picture will get picked up and put into the chat window. Chat users will show as guest users essentially. To get any deeper level of integration you will have to create a custom module, like RT have provided for other platforms.
rumbletalkjr.jpg rumbletalkjr.jpg - 127KB

updated by @garymoncrieff: 10/04/16 10:45:31AM
gary.moncrieff
@garymoncrieff
10/04/16 02:27:42AM
865 posts

RumbleTalk Integration


Using Jamroom

Ok thanks

Had never heard of gyazo but it appears to be just a screen grab app.

Simple Chat supports media too, the only two things it doesn't do are 'pop out window' and video chat ( which given its name I would guess it will never do). I don't know the schedule but I don't believe a pop out window for simple chat would be hard and the guys could add it for you. But given it slides in from the side you might find you no longer need the pop out window.

My advice would be to test Simple Chat thoroughly before trying to add what could be a tricky integration.
  14