Forum Activity for @douglas

douglas
@douglas
09/27/18 06:36:04AM
2,804 posts

when click a profile how can i see its timeline not mainpage


Using Jamroom

You could use the Profile Tweaks module which will allow you to set a default profile index.

https://www.jamroom.net/the-jamroom-network/networkmarket/2/profile-tweaks

Hope this helps!
douglas
@douglas
09/24/18 08:27:44AM
2,804 posts

Uploading Audio/Video/Images


Installation and Configuration

Yes, you can upload an album, on the profiles audio page you should see a + button for single tracks and a * button for albums.

Hope this helps!
douglas
@douglas
09/24/18 05:48:25AM
2,804 posts

Uploading Audio/Video/Images


Installation and Configuration

You can see the max upload size in your system check...

ACP > Core > System Core > Tools > System Check
yoursite.com /core/system_check

If that is set at what you want, then you can change the max upload size in your ACP > Core > System Core > Quota Config for each quota.

As for testing, try using the Gallery module, it allows multiple uploads.

Hope this helps.
douglas
@douglas
09/22/18 09:08:42AM
2,804 posts

Uploading Audio/Video/Images


Installation and Configuration

You'll want to contact your hosting provider for help with changing the max_upload_limit. They should be able to tell you where your php,ini file is and how to modify it.

Hope this helps!
douglas
@douglas
09/22/18 06:50:05AM
2,804 posts

Uploading Audio/Video/Images


Installation and Configuration

In your ACP > Core > System Core > Quota Config, change the Max Upload Size for each quota.

If your "Max Allowed" is only 2MB, then you'll want to increase the PHP"s max_upload_limit...

Increasing PHP's max_upload_limit:
https://www.jamroom.net/the-jamroom-network/documentation/howto/748/howto-increasing-phps-upload-limit

Hope this helps!
douglas
@douglas
09/20/18 06:33:00AM
2,804 posts

gravatar change


Design and Skin Customization

You'll want to setup an account on Gravatar

https://en.gravatar.com

Hope this helps!
douglas
@douglas
09/17/18 06:11:04AM
2,804 posts

visible profile and register required blog/articles


Using Jamroom

There are no settings for this, you'll want to modify the templates and add an {if} statement to check to see if the user is logged in. Maybe something like this...

{if jrUser_is_logged_in()}
show profile menu
{else}
You must be logged in to see the profile menu.
{/if}

this would probably need to be either in your profile_header.tpl or the profile_menu.tpl

Hope this helps!
douglas
@douglas
09/08/18 07:34:31AM
2,804 posts

Audio Cover Image Size


Using Jamroom

You could try setting a Minimum Image Width in your ACP > Image Support > Global Config

/image/admin/global

I would set it higher than 256px, say maybe 300px.

You could also use the form designer on the profile create/modify sections and add in a size limit for a sub label, that would at least help let your users know there is an image size requirement.

Ultimately, it is up to your users. If they upload an image with an odd size, taller than wider or vise versa, then it is just going to get cutoff when cropped.

Hope this helps!
douglas
@douglas
08/29/18 02:11:49PM
2,804 posts

Projam skin = Contact Us Issue


Design and Skin Customization

That link looks for a contact_us custom form and if it does not find one it reverts to a mailto link.

In you custom form module, create a contact_us form and reset your caches, that should change the link to the contact_us page.

Hope this helps!
updated by @douglas: 08/30/18 05:54:36AM
  40