Forum Activity for @douglas

douglas
@douglas
10/02/18 05:37:12AM
2,806 posts

Home and Timeline both end with /action


Installation and Configuration

I see your point and I can reproduce this on my dev site so I will get a ticket open for this.

Thanks!
douglas
@douglas
10/01/18 06:21:33AM
2,806 posts

Home and Timeline both end with /action


Installation and Configuration

Can you give us a link where you are seeing this?

I clicked a few profile images on your index page and did not see this happening.

Thanks!
douglas
@douglas
09/27/18 06:36:04AM
2,806 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,806 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,806 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,806 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,806 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,806 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,806 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!
  40