Forum Activity for @douglas

douglas
@douglas
01/04/17 02:08:21PM
2,812 posts

How do I set a default profile header image?


Design and Skin Customization

duke:
there is no entry for profile page header image here ACP > Skins > YOURSKIN >

Then the image most likely did not get uploaded.

If you've downloaded the skin and then used a FTP program to upload to your site, make sure you've uploaded the profile header image as well. It should be in the img folder for the skin.

If you installed via the Marketplace, try reloading the skin via ACP > Core > Marketplace > Tools > Reload Skins And Module

Be sure to reset your cache as well, ACP > Core > System Core > Tools > Reset Cache

Hope this helps!
douglas
@douglas
01/04/17 02:03:23PM
2,812 posts

Audio Pro Mobile


Using Jamroom

Dazed:
How can I change the audio item detail page so that when viewed in mobile, the song review thumbnail images are not full size? They look blurry as can be since they were originally thumbs. Not to mention if there are many comments, it is a scrolling nightmare hehe.

Thanks

This is due to the column layout, the image size being set to small and the img_scale class being used.

You can fix this one of two ways....

1. Change the image size to something larger, the layout would look the same on mobile but the image should be much clearer.

modules/jrComment/templates/item_list.tpl around line 18, change this:

{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="small" crop="portrait" alt=$item.user_name class="action_item_user_img iloutline img_scale"}

to this:

{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="large" crop="portrait" alt=$item.user_name class="action_item_user_img iloutline img_scale"}

2. Add this code to the image function, same file same line:

Change this:
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="small" crop="portrait" alt=$item.user_name class="action_item_user_img iloutline img_scale"}

to this:

{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$item._user_id size="small" crop="portrait" alt=$item.user_name class="action_item_user_img iloutline img_scale" style="max-width:70px;max-height:70px;margin:8px;"}

#2 will make the layout more like the desktop layout.

We'll get a fix in for the next release.

Hope this helps!
douglas
@douglas
01/04/17 01:38:28PM
2,812 posts

How do I set a default profile header image?


Design and Skin Customization

duke:
Hi,
Accounts with no profile image are showing a broken image and profile image is scrolled under the header menu, how can I set a default I age that will be forced on profiles with no profile heager photo ?
Thanks .

I believe your referring to the profile page header image for one of the premium skins, you'll want to go to the ACP > Skins > YOURSKIN > Images tab.

If it is not there, make sure you've uploaded it to your site.

Hope this helps!
updated by @douglas: 01/04/17 01:39:17PM
douglas
@douglas
12/31/16 05:51:33AM
2,812 posts

Activity Log Help


Using Jamroom

@dazed can you send use the site URL and admin access.

I can tell you that the gallery_title_url and profile_id are not getting set in whatever function is being used. Can't tell much more without access to the actual page (. . . sos-band/action) and template that is causing the error.

Thanks!
douglas
@douglas
12/30/16 03:11:50PM
2,812 posts

JR Chat Icon


Using Jamroom

Dazed:
Thanks Douglas. I was comparing my file and the default and saw that I did not have the jrchat CSS so that must have been a recent addition.

Yep, latest release should have it.
douglas
@douglas
12/30/16 02:24:17PM
2,812 posts

JR Chat Icon


Using Jamroom

Dazed:
There was a whole add in for chat:


* @title Chat Room Message */
/* @help This is the chat room new message section */
#jrchat-new-message {
    background-color:#000000;
    position: absolute;    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding: 10px 8px;
    box-sizing: border-box;
    border:1px solid #222222;
}



AudioPro has two areas for chat CSS, there is a chat.css file for the light theme and the dark theme has the chat CSS in the skin_dark.css file.

Hope this helps!
douglas
@douglas
12/30/16 09:30:35AM
2,812 posts

How would you do it?


Design and Skin Customization

At the top of the header.tpl, add the same if statment...

{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}
    {if !isset($from_profile) || $from_profile != 'yes'}
        {jrCore_include template="header_menu_mobile.tpl"}
    {/if}
{/if}

Hope this helps!
douglas
@douglas
12/29/16 07:58:08AM
2,812 posts

How would you do it?


Design and Skin Customization

Replied to your support ticket but will update here too, the issue was you didn't check the checkbox for the modified profile_header.tpl in your ACP > Skin Settings > Skin Templates section.

Hope this helps!
douglas
@douglas
12/29/16 06:37:59AM
2,812 posts

How would you do it?


Design and Skin Customization

Can you email us your admin login so we can check it out?

Thanks!
  76