Forum Activity for @douglas

douglas
@douglas
01/23/17 02:10:29PM
2,812 posts

Css not saving the value


Using Jamroom

Just a guess, but it looks like you have this working for you now?

Thanks!
douglas
@douglas
01/21/17 12:20:55PM
2,812 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

You can remove the numerical_ part, don't think it is needed.

Hope this helps!
douglas
@douglas
01/21/17 11:22:17AM
2,812 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

Try replacing this:

{* BEGIN Activity Section *}
<div class="col8">

    <div class="title m10">
        <h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="27" default="Activity"}</h2>
    </div>

    {* BEGIN Activity Section *}
    <a id="activdiv" name="activdiv"></a>
    <div id="activitydiv" style="margin: 10px 10px 0 10px;padding-bottom: 10px;">
        <div class="item"{if !jrCore_is_mobile_device()} style="max-height:916px;overflow-y:auto;overflow-x:hidden"{/if}>
            {jrCore_list module="jrAction" search1="action_module != jrFollower" order_by="_item_id desc" pagebreak=50 page=$_post.p}
            <br>
            <div style="width:100%;text-align:center;padding:10px">
                <a href="{$jamroom_url}/timeline">View More</a>
            </div>
        </div>
    </div>

</div>
{* END Activity Section *}

with this:

{* BEGIN Activity Section *}
<div class="col8">

    <div class="title m10">
        <h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="27" default="Activity"}</h2>
    </div>

    {* BEGIN Activity Section *}
    <a id="activdiv" name="activdiv"></a>
    <div id="activitydiv" style="margin: 10px 10px 0 10px;padding-bottom: 10px;">
        <div class="item"{if !jrCore_is_mobile_device()} style="max-height:916px;overflow-y:auto;overflow-x:hidden"{/if}>
            {jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_data NOT_LIKE %\"comment_module\":\"jrProfile\"%" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=50 page=$_post.p}            <br>
            <div style="width:100%;text-align:center;padding:10px">
                <a href="{$jamroom_url}/timeline">View More</a>
            </div>
        </div>
    </div>

</div>
{* END Activity Section *}

and see if that gives you the results your after.

Hope this helps!
douglas
@douglas
01/21/17 04:42:21AM
2,812 posts

Audio Pro - New Chart Bug


Using Jamroom

I'm not seeing this on your site @dazed.

When I select 90 days from the selection drop down, it refreshes the page back to page 1 for me.
douglas
@douglas
01/20/17 02:26:30PM
2,812 posts

Site Radio And TV


Using Jamroom

izhmel:
How do I find the jrCore_media_player , what file do I edit ?

Take what I posted, adjust the search parameters to your liking, and paste it in the template you want the player to show in.

It works just like the jrCore_list function.

Hope this helps!
douglas
@douglas
01/20/17 02:24:30PM
2,812 posts

Block Audio Download for Guests


Using Jamroom

This is how should probably do it.

Go to any audio detail page and click the item action button, it looks like an eq icon, then click the modify button for the download button and set the "Group" selection field to logged in users and Save Changes.

You'll probably want to reset your cache as well.

You can do the same for the profiles audio list page.

Hope this helps!
douglas
@douglas
01/20/17 02:14:38PM
2,812 posts

Site Radio And TV


Using Jamroom

izhmel:
Under /playlist/change, how can I modify the playlist module to add songs by "artist, add by genera " ? so I can add the songs the same way how I added these songs by going to under /playlist/change, then change owner to add the songs .....

If we could modify the play list module , we could create an admin radio with all the songs
http://dubmusic.com/dubmaster/playlist/25/the-dubmaster

You can already do this with the jrCore_media_player function.

Something like this:
{jrCore_media_player type="jrAudio_black_overlay_player" module="jrAudio" field="audio_file" search1="profile_quota_id IN 1,2,3" search2="audio_genre = rock" order_by="audio_title random" limit="50" autoplay=true}

Hope this helps!
douglas
@douglas
01/20/17 11:27:00AM
2,812 posts

photo album missing functions


Using Jamroom

izhmel:
I don't see the small camera on an existing image

Make sure you've enabled it for your quotas.

ACP > Users > Photo Album > Quota Config

Hope this helps!
updated by @douglas: 01/20/17 11:27:13AM
douglas
@douglas
01/20/17 11:25:06AM
2,812 posts

tabbed widget has a strange line through it?


Design and Skin Customization

Zachary Moonshine:
what the url of that template

It is not in a skin CSS file so you'll just want to add it to anyone of your CSS files in your skins/YOURSKIN/css/ directory.

Hope this helps!
douglas
@douglas
01/20/17 07:42:45AM
2,812 posts

Smiley Not Showing In Chat?


Using Jamroom

Can you send us your URL and admin login so we can check it out?

Thanks!
  72