Forum Activity for @michael

michael
@michael
10/19/16 08:46:47PM
7,832 posts

Add notification triggers?


Using Jamroom

bump this thread again once we get JR6 released. I'm currently fully focused on that right now and would prefer to keep on it until its out there for everyone.

Loose Guess at how many hours: 5 ~ 15 ish
michael
@michael
10/18/16 10:59:01PM
7,832 posts

Sending Passwords to selected individual users (former Ning members)


Ning To Jamroom

researchcooperative:..... What text will this string generate: [{$system_name} Administrator] ?
Does "system_name" refer to Jamroom?....

Refers to the text input at:
ACP -> MODULES -> CORE -> SYSTEM CORE -> GLOBAL CONFIG -> System Name
michael
@michael
10/18/16 10:56:51PM
7,832 posts

Download links on Android Webapp


Installation and Configuration

Jamroom is just providing the file not choosing the app to open it with. Its some sort of setting issue with android. Check your default apps setting section if that system has one of those.
michael
@michael
10/18/16 06:42:29PM
7,832 posts

How to change the background color? Sage skin


Ning To Jamroom

Thats on line 18 of
/skins/jrSage/css/html.css

and looks like this
background:#EFF5EF url('{$jrSage_img_url}/bckgrd.png');

Change that #EFF5EF to the color you want. Its not accessible via the STYLE editor otherwise you would find it here:
YOUR-SITE.com/core/skin_admin/style/skin=jrSage/file=admin_log.css/section=simple?search_string=body

It will be accessible there in the next version of sage.
michael
@michael
10/18/16 01:17:16AM
7,832 posts

Audio Playtime


Installation and Configuration

You can see an example of an audio sample being created in jrAudio_add_bundle_item_listener() function found at /modules/jrAudio/include.php around line 1680 ish
michael
@michael
10/18/16 12:03:37AM
7,832 posts

Still struggling with Search option in the JamRoom Forum


Suggestions

An item is a datastore item. Every module that has a datastore has items.

A value is a stored thing, a key is the location its stored so if you had a song that had a title "Girlfriend in a Coma" that would be stored

audio_title = "Girlfriend in a coma"

The audio_title is the key, "girlfriend in a coma" is the value and the item is everything related to that song.

so if you searched for:
audio_title:Girlfriend%
That would get you that item returned. or
audio_title:%coma
That would get you that item returned. or
audio_title:%coma%
That would get you that item returned.
michael
@michael
10/17/16 11:58:05PM
7,832 posts

How to review Kickbox email test scores?


Using Jamroom

When run you will see any results in your Activity log.

If kickbox reports that the email address examined is 'undeliverable' your chosen actions are performed.

There may be uses to know whether an email address is a 70 or a 20 score, we just want to know if we can send it email.
michael
@michael
10/17/16 05:20:11PM
7,832 posts

Sending Passwords to selected individual users (former Ning members)


Ning To Jamroom

type their email address or username into:
your-site.com/user/forgot
  328