Forum Activity for @douglas

douglas
@douglas
11/20/15 09:45:56AM
2,812 posts

embed issues


Using Jamroom

There hasn't been any updates to the Nova skin since 5.3beta has been out, yet.
douglas
@douglas
11/20/15 05:36:30AM
2,812 posts

embed issues


Using Jamroom

izhmel:
I am using the Nove skin and don't see -> PLAYER TYPE

I don't believe that has been released yet but will be soon.

However... since your using a clone of the Nova skin you will not see that setting in your skin config unless you update your cloned skin confg.php file.

Regardless of the skin config settings, you should not be seeing that message if your running the latest version of the audio module.

If you can send us your admin login, we can check it out for you.

Thanks!
douglas
@douglas
11/19/15 06:20:27AM
2,812 posts

Background Image?


Using Jamroom

You can do this one of two ways:

1. You can upload the background image to your skins/YOURSKIN/img directory and then in your skins/YOURSKIN/css/site.css file, change the image name in the #wrapper selector.

Quote:
#wrapper {
margin:0 auto;
background-color: #C7C7C7;
background-image: url('{$jrNingja_img_url}/wrapper_bckgrnd.png');
background-attachment: fixed;
background-position: left top;
background-size: initial;
background-repeat: repeat-x;
}

Note that if you've cloned the jrNingja skin, then the$ jrNingja_img_url variable will not be jrNingja, but YOURSKIN_NAME instead.

OR

2. Go to your ACP > Skin Settings > Skin Images and upload a new image for the wrapper_bckgrnd.png image. After uploading be sure to check the check box to select that images as the wrapper background image then reset your system cache and image cache. You may also need to clear your browser cache.

Hope this helps!
douglas
@douglas
11/17/15 09:27:41AM
2,812 posts

Question About jrPhotoPro skin


Design and Skin Customization

What jrCore_list function are you using and where are you putting it?
douglas
@douglas
11/17/15 09:25:46AM
2,812 posts

embed issues


Using Jamroom

Without admin access and FTP access, there isn't much we can do. Send it to support[at]jamroom[dot]net and I'll take a look at it for you.
douglas
@douglas
11/16/15 05:38:54AM
2,812 posts

embed issues


Using Jamroom

Make sure you've updated to the latest Audio, Playlist and Video modules.

That issue has been fixed in those versions.
douglas
@douglas
11/14/15 10:11:20AM
2,812 posts

How to make lists?


Using Jamroom

You could use group_by="song_album" in your jrCore_list function.

{jrCore_list module="jrAudio" order_by="audio_file_stream_count numeric_desc" limit="10" group_by="song_album" require_image="audio_image"}

This will show the top 10 most played tracks by album. You might even be able to group_by artist name.

{jrCore_list module="jrAudio" order_by="audio_file_stream_count numeric_desc" limit="10" group_by="profile_name" require_image="audio_image"}
douglas
@douglas
11/14/15 03:08:39AM
2,812 posts

(5.3 Beta) Modify template


Using Jamroom

I believe this was on purpose, to have more room for editing templates, but I'll let Brian say for sure. ;)
douglas
@douglas
11/12/15 01:09:17PM
2,812 posts

Trying to add a java slider to a blog post...strips out code


Using Jamroom

Have you added script to your allowed HTML tags?
  127