Forum Activity for @douglas

douglas
@douglas
10/03/14 07:11:59AM
2,807 posts

How to Create a Genre block


Design and Skin Customization

Try this for the link...

<a href="{$jamroom_url}/music/search_area=audio_genre/search_string={$item.audio_genre">{$item.audio_genre}</a>

Hope this helps! :)
douglas
@douglas
10/02/14 09:08:27AM
2,807 posts

Quota - Terms of Service


Using Jamroom

Are you creating site pages or profile pages? They need to be a site page.

Hope this helps!
douglas
@douglas
09/28/14 07:47:24AM
2,807 posts

How To Play a list of songs the user has LIKEd?


Design and Skin Customization

Try this instead:

{capture name="song_row" assign="song_row"}
        {literal}
            {if isset($_items)}
                {jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=false}
            {/if}
        {/literal}
    {/capture}
    {jrCore_list module="jrAudio" order_by="audio_like_count numerical_desc" profile_id=$_profile_id template=$song_row}
douglas
@douglas
09/26/14 11:40:43AM
2,807 posts

How To Play a list of songs the user has LIKEd?


Design and Skin Customization

Try changing it to this:

{capture name="song_row" assign="song_row"}
        {literal}
            {if isset($_items)}
                {jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=false}
            {/if}
        {/literal}
    {/capture}
    {jrCore_list module="jrAudio" order_by="audio_like_count numerical_desc" template=$song_row}
douglas
@douglas
09/26/14 08:04:38AM
2,807 posts

How To Play a list of songs the user has LIKEd?


Design and Skin Customization

I just stuck this in a template and it works for me... not sure if that is what your after, but it might help you figure out what you need to do to get the results your looking for.

    {capture name="song_row" assign="song_row"}
        {literal}
            {if isset($_items)}
                {jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=false}
            {/if}
        {/literal}
    {/capture}
    {jrCore_list module="jrAudio" order_by="audio_rating_1_5 numerical_desc" template=$song_row}

Hope this helps! :)
douglas
@douglas
09/23/14 10:31:13AM
2,807 posts

How to show "site blog" in front page. ProJam skin


Design and Skin Customization

Which skin are you using?

If you want the master admin's blogs to show, try setting the ID to 1.

Hope this helps! :)
douglas
@douglas
09/23/14 10:29:31AM
2,807 posts

Error Installing Solo Artist Bundle


Design and Skin Customization

Yeah, they did the same to me, it didn't take long for them to unlock it as soon as I verified the account though.
douglas
@douglas
09/22/14 07:58:42AM
2,807 posts

FoxyCart eCommerce


Jamroom Developers

Thanks! Glad you got it figured out. :)
douglas
@douglas
09/22/14 04:30:45AM
2,807 posts

FoxyCart eCommerce


Jamroom Developers

Most times it the FoxyCart site that doesn't get setup correctly, did you follow this Doc.?

https://www.jamroom.net/the-jamroom-network/documentation/modules/2/setting-up-foxycart-jrfoxycart

Hope this helps! :)
  202