Forum Activity for @michael

michael
@michael
12/09/14 11:05:29PM
7,832 posts

jr_file file types


Using Jamroom

You havn't put jpg in the allowed file types for the profile thats trying to upload the image.

Go to:
ACP -> FILE DOWNLOADS -> QUOTA CONFIG

Select the quota that the profile your trying to upload to is in.

Change "Allowed File Types" to
zip,doc,txt,pdf,jpg

Then try again. Worked for me just now.
michael
@michael
12/09/14 10:53:46PM
7,832 posts

How to show different artist name?


Using Jamroom

Ken_Rich:...I tried creating another field in the song upload form form for artist name, but it was just ignored and the account holders name still is being shown....

You mean You added an additional field 'artist_name' to the audio create and audio update forms, then changed the {jrCore_list } function to list or search by 'artist_name' and it didn't work for you?

Which templates did you change and what did you change them too? Thanks.
michael
@michael
12/09/14 10:49:31PM
7,832 posts

Modify the dashboard


Jamroom Developers

The dashboard is found at:
/modules/jrCore/templates/dashboard.tpl

So its over-rideable at skin level by copying it to:
/skins/(YOUR SKIN)/jrCore_dashboard.tpl

and changing it.

The process is documented here:

"Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

If you want to add to it in the same way that the stuff there is put there, take a look at:
/modules/jrCore/include.php around line 449

    // We provide some dashboard panels
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'queue depth', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'memory used', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'disk usage', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'CPU count', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'installed modules', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'installed skins', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', '1 minute load', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', '5 minute load', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', '15 minute load', 'jrCore_dashboard_panels');
    jrCore_register_module_feature('jrCore', 'dashboard_panel', 'jrCore', 'pending items', 'jrCore_dashboard_panels');
michael
@michael
12/08/14 02:04:45AM
7,832 posts

Main Logo link


Using Jamroom

That is correct. You haven't changed it. Once you change it it will point to the home page.
updated by @michael: 12/22/16 11:55:59AM
michael
@michael
12/07/14 09:00:05PM
7,832 posts

Missing Events


Using Jamroom

/modules/jrEvent/templates/index.tpl

--edit-
From the ACP thats:
ACP -> PROFILE EVENTS -> TEMPLATES -> index.tpl
updated by @michael: 12/07/14 09:02:26PM
michael
@michael
12/07/14 05:12:05PM
7,832 posts

member_local.json wont import says zero entries


Ning To Jamroom

Is it possible to export it into many smaller sized files perhaps?
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/07/14 05:08:08PM
7,832 posts

member_local.json wont import says zero entries


Ning To Jamroom

That file contained email addresses of your members so I removed the link.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/07/14 04:26:03PM
7,832 posts

member_local.json wont import says zero entries


Ning To Jamroom

continuing from:
https://www.jamroom.net/ning-to-jamroom/forum/questions-about-jamroom/18539/templates-that-add-profile-menu-items-and-user-control-to-hide-them

Quote: That's the issue then. The json you have is not valid so it can't be read.

The json you have came from ning? I've read its sometimes not valid.

eg: This is valid json:
["apples","pears","carrots"]
but put one extra " in there and it all breaks. No 'sort of broken', it either all works or all doesn't work.
["apples","pears","carr"ots"]

Need to figure out why its breaking or get it not broken. Not sure how to advise you to do that though sorry.

--
I think @paul has built some checks into the importer for broken things. It might be a case of you having found a new thing that needs checking for.

updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/07/14 04:24:30PM
7,832 posts

templates that add profile menu items and user control to hide them


Ning To Jamroom

Lets continue in the other thread so all the needed info is in that thread:
https://www.jamroom.net/ning-to-jamroom/forum/new_posts/18555/member-localjson-wont-import-says-zero-entries

Closing this.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/07/14 04:20:59PM
7,832 posts

templates that add profile menu items and user control to hide them


Ning To Jamroom

That's the issue then. The json you have is not valid so it can't be read.

The json you have came from ning? I've read its sometimes not valid.

eg: This is valid json:
["apples","pears","carrots"]
but put one extra " in there and it all breaks. No 'sort of broken', it either all works or all doesn't work.
["apples","pears","carr"ots"]

Need to figure out why its breaking or get it not broken. Not sure how to advise you to do that though sorry.

--
I think @paul has built some checks into the importer for broken things. It might be a case of you having found a new thing that needs checking for.
updated by @michael: 12/29/14 09:23:54AM
  623