Forum Activity for @douglas

douglas
@douglas
01/15/16 02:55:52PM
2,812 posts

Translation


Using Jamroom

You should be able to find that in your ACP > Skins > jrElastic > Language tab OR in your skins/jrElastic/lang/en-US.php file.
douglas
@douglas
01/14/16 11:20:51AM
2,812 posts

Discussions closing after 30 days


Ning To Jamroom

The URL would be something like this:

www.HypnoThoughts.com/PROFILE/forum/settings

changing PROFILE to the name of the profile the forum is owned by.
douglas
@douglas
01/08/16 09:05:44AM
2,812 posts

After skin or module updates by the original developer, what happens to customizations?


Design and Skin Customization

The best way to do this would be to clone the skin you want to customize.

https://www.jamroom.net/the-jamroom-network/documentation/skins/839/creating-your-own-skin

This way, updates won't interfere with your custom skin.
douglas
@douglas
01/06/16 07:56:55AM
2,812 posts

Where to view a pending item before approval?


Using Jamroom

It means that the sites master admin and the profile owner that created an item will see the item on the profiles list/detail page for that item, and only the admin and profile will see it until the master admin approves the item in the pending section.

Only the site admins can approve pending items.

Hope this helps!
updated by @douglas: 01/06/16 07:58:52AM
douglas
@douglas
01/05/16 08:32:31AM
2,812 posts

Do "Private Notes" have an outbox?


Using Jamroom

If your looking for "inbox" it is just above "sent box" in the ACP > Communication > Private Notes > Language tab.
douglas
@douglas
12/31/15 12:15:58PM
2,812 posts

jrCore list on the same page


Design and Skin Customization

Do you have a $_conf.wmWowMusic_front_slider_video_1 setting in your ACP > Skin Settings?

And are they YouTube video ID's that were created on your Jamroom site?

Also, if your wanting to use the pagination system, you may want to add a pagebreak and pager parameter to your jrCore_list call.

{capture name="youtube_template" assign="youtube_row_template"}
            {literal}
               {if issset($_items)}

                   {foreach $_items as $item}
                        {$item.youtube_artwork_url}
                        {$item.youtube_title}
                   {/foreach}
               {/if}
            {/literal}
        {/capture}
        {jrCore_list module="jrYouTube" template=$youtube_row_template  search1="_item_id in `$_conf.wmWowMusic_front_slider_video_1`%" pagebreak="5" page=$_post.p pager=true}
douglas
@douglas
12/30/15 05:22:16AM
2,812 posts

jrCore list on the same page


Design and Skin Customization

If I understand you correctly, you can use capture and literal tags to create a jrCore_list template in the same template as the jrCore_list function.


{capture name="youtube_template" assign="youtube_row_template"}
    {literal}
       {if issset($_items)}
           {jrCore_module_url module="jrYouTube" assign="yurl"}
           {foreach $_items as $item}
               Row variables go here...
           {/foreach}
       {/if}
    {/literal}
{/capture}
{jrCore_list module="jrYouTube" search1="youtube_title like `$_post._1`%" search2="_item_id in `$_conf.wmWowMusic_front_slider_video_1`" template=$youtube_row_template page=$_post.p}
douglas
@douglas
12/29/15 01:11:58PM
2,812 posts

solo artist logo image size


Installation and Configuration

You could name your new image logo.png and upload it to your skins/jrSoloArtist/img directory, then you wouldn't have to worry about a size limit.

I'm not seeing a way to change the upload limit on that.
douglas
@douglas
12/29/15 11:38:33AM
2,812 posts

solo artist logo image size


Installation and Configuration

Does the image need to be under 100k?
  119