Forum Activity for @douglas

douglas
@douglas
08/31/15 09:12:13AM
2,807 posts

audio albums on mobile


Using Jamroom

What skin are you using?
douglas
@douglas
08/31/15 04:22:29AM
2,807 posts

Question regarding media permissions


Using Jamroom

I'm glad it is working for you now. :)
douglas
@douglas
08/30/15 01:46:57AM
2,807 posts

Question regarding media permissions


Using Jamroom

In your ACP > Forms > Editor Embedded Media > Global Config tab, make sure you don't have the "Profile Media Only" check box checked.
douglas
@douglas
08/25/15 10:28:18AM
2,807 posts

profile latest videos and music bugish thing


Ning To Jamroom

soaringeagle:
i have yes but only a minor change 1 sec
profile index only had a class added
 <div class="block_content profilebio">
profile index music as well
 <div class="col9 last profilemusic">

changed the profile index vid code going to edit music templste too

The jrNingja skin has this in the profile_index.tpl for the music and video blocks:

        {* Latest Music and Latest Videos Row *}
        {if $profile_jrAudio_item_count > 0 || $profile_jrVideo_item_count > 0}
        <div class="row">

            <div class="{if $profile_jrVideo_item_count > 0}col6{else}col12 last{/if}">
                <div class="block">
                    {jrCore_include template="profile_index_music.tpl"}
                </div>
            </div>


            <div class="{if $profile_jrAudio_item_count > 0}col6{else}col12 last{/if}">
                <div class="block">
                    {jrCore_include template="profile_index_video.tpl"}
                </div>
            </div>

        </div>
        {/if}

and I really meant $_profile_id, just forgot to add the underscore.

I'll get the template updated for the next release.

Thanks!
douglas
@douglas
08/25/15 08:31:59AM
2,807 posts

profile latest videos and music bugish thing


Ning To Jamroom

Have you made any modifications to your skins/YOURSKIN/profile_index.tpl?

I also think the profile_index_video.tpl needs a profile_id parameter in the jrCore_list and jrSeemless functions.

Change this:
        {if jrCore_module_is_active('jrCombinedVideo')}
            {jrCombinedVideo_get_active_modules assign="mods"}
            {if strlen($mods) > 0}
                {jrSeamless_list modules=$mods order_by="_created desc" limit=10 template=$v_tpl}
            {/if}
        {else}
            {jrCore_list module="jrVideo" order_by="_created desc" limit=10 template=$v_tpl}
        {/if}

To this:
        {if jrCore_module_is_active('jrCombinedVideo')}
            {jrCombinedVideo_get_active_modules assign="mods"}
            {if strlen($mods) > 0}
                {jrSeamless_list modules=$mods order_by="_created desc" profile_id=$profile_id limit=10 template=$v_tpl}
            {/if}
        {else}
            {jrCore_list module="jrVideo" order_by="_created desc" profile_id=$profile_id limit=10 template=$v_tpl}
        {/if}
douglas
@douglas
08/25/15 08:17:46AM
2,807 posts

Looking for Help Customizing


Using Jamroom

whodaniel:
I think I read that "site builder" is not available with Media Pro skin yet..? It that correct?

Not yet but it will be soon.
douglas
@douglas
08/25/15 08:17:13AM
2,807 posts

Searching the datastore - some search terms cause problems


Using Jamroom

You can use _item_id:X to search by the item id, where X is the actual item id number.

I know there is an issue with using a space in the search and I think Brian already knows about it and I believe he is working on it.
douglas
@douglas
08/23/15 04:42:09AM
2,807 posts

How do I delete Latest Articles


Using Jamroom

Logged in as the master admin, go to yourjamroomsite.com/page/browse.

I'll see about getting a link to page/browse in the skin for the next release.
douglas
@douglas
08/20/15 07:21:03AM
2,807 posts

Diskspace upgrading


Jamroom Hosting

This is on our hosting page:

https://www.jamroom.net/hosting

Quote:
Larger Plans are available, including custom multi server Jamroom Cloud installations. Contact us with your specific needs and we can help!

So shoot us an email ( support[at] jamroom[dot] net ) and we'll see what we can do for you.

Thanks!
douglas
@douglas
08/19/15 07:30:25AM
2,807 posts

how can we view influences on a profile????


Using Jamroom

This would be for an artist or band, their influences.
  138