Forum Activity for @douglas

douglas
@douglas
07/24/16 03:13:00PM
2,812 posts

MP3 Player Broken


Using Jamroom

Well, I've got you closer. I've got you back on the dark player, I think that is what you wanted, in fact you can use any player you want now.

I've removed the "[audio]" and "by Artist Name" from the player playlist for the the dark and blue monday players, if you want me to remove them of the other two players let me know.

There is an issue with your Site Builder "Audio Player" widget, for some reason it will not load the audio, I just get a spinning loading image. It is the same of the other player widgets and I'm not sure what is going on there.

I've tried everything I can think of so I'll see if I can get on of the other guys to check it out.
douglas
@douglas
07/23/16 09:45:01AM
2,812 posts

MP3 Player Broken


Using Jamroom

derrickhand300:
Thank you Douglas- I did not know that so thanks for teaching me!
Still...using that method i cannot get it to edit out what I am after...

In that template, change this:

                title: "[{$item.prefix}] {$item.title}",
                artist: "{$item._item.profile_name}",
                module: "{$item.module}",
                item_id: "{$item.item_id}",

to this:

//                title: "[{$item.prefix}] {$item.title}",
                title: "{$item.title}",
//                artist: "{$item._item.profile_name}",
                module: "{$item.module}",
                item_id: "{$item.item_id}",

Hope this helps!
douglas
@douglas
07/23/16 09:39:44AM
2,812 posts

MP3 Player Broken


Using Jamroom

derrickhand300:
If I switch to BLUE MONDAY player everything seems to work in both video and MP3
If I switch to Midnight Player ( which is my preference) the MP3 player is broken as in screenshot..
I think my work around is going to be to use all the images from the midnight player and upload them as the Blue Monday player images..

Something is not right with this. I tried to modify the widget with the player for you and it will not let me, should probably open a ticket on this. You might try deleting the widget and re-creating it and see if that fixes it.
douglas
@douglas
07/23/16 06:45:37AM
2,812 posts

MP3 Player Broken


Using Jamroom

You can't comment out code in javascript using the smarty comment method, you have to use a double slash "//" for single line comments in js and use this for multi lines:

// Single line comment

/*
Multi
Line
Comment
*/

Hope this helps!
updated by @douglas: 07/23/16 06:46:40AM
douglas
@douglas
07/18/16 10:21:53AM
2,812 posts

Celebrity Template


Design and Skin Customization

Sorry Nate, just pushed the fix.
douglas
@douglas
07/18/16 10:16:58AM
2,812 posts

Celebrity Template


Design and Skin Customization

Hello,

I see this too and we'll get a fix out for it.

For now, you can fix this by modifying your skins/n8Celebrity/footer.tpl, find this:

                    <li><a href="{$_conf.n8MSkinX_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_youtube_url}" class="social-youtube" target="_blank"></a></li>

and change it to this:

                    <li><a href="{$_conf.n8MSkinX_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8Celebrity_youtube_url}" class="social-youtube" target="_blank"></a></li>

Hope this helps!
douglas
@douglas
07/07/16 11:01:58AM
2,812 posts

Profile Menu


Design and Skin Customization

Give this a try:

<li><a href="{$jamroom_url}/{$_user.profile_url}">My Profile</a></li>

You'll most likely need to wrap that in a jrUser_is_logged_in if statement as it should only show to logged in users.

{if jrUser_is_logged_in()}
<li><a href="{$jamroom_url}/{$_user.profile_url}">My Profile</a></li>
{/if}

Hope this helps!
douglas
@douglas
07/06/16 07:32:04AM
2,812 posts

Audio item list displaying extra characters


Design and Skin Customization

If this can be replicated by using the Site Builder module only, then it is most likely an issue with the Site Builder Module and not the skin.

Can this be replicated using Site Builder and another Jamroom skin, like Elastic?

Thanks!
douglas
@douglas
07/05/16 08:55:55AM
2,812 posts

Auto play - jrAudio_button?


Design and Skin Customization

Hello,

The autoplay only works on the full players, not the button player, since you can have more than one button player on a page. The full players also have a repeat button, but there isn't a way to set it to repeat once you've loaded the page.

Hope this helps!
douglas
@douglas
07/02/16 08:50:54AM
2,812 posts

Week 4 Video Sneak Preview


Announcements

Nice job again @nate !
  95