Forum Activity for @michael

michael
@michael
04/03/17 11:35:34PM
7,826 posts

Followers setup


Installation and Configuration

infinityssm:....Is there a way to assign a member to be followed by the new users without doing it one by one?..
Nothing built by us that I'm aware of. Need something custom.
michael
@michael
03/31/17 07:05:27PM
7,826 posts

Module Session Variable


Jamroom Developers

In my mind, jrCore_set_flag() jrCore_get_flag() are for passing a value across locations during a single phase. Like if I was in an event listener in my module, but needed to take action on that later on in the cycle of things for whatever reason, perhaps check the state of things at one listened for event, then do something at another event listener.

jrCore_set_temp_value() jrCore_get_temp_value() are useful for passing things across ajax boundaries. Like the search parameters that came in to the main page, then save them to a set_temp_value to preserve them for the pagination that happens via ajax. It means you dont need to pass them in with every ajax request, just see if they are set.

and set_cookie is useful for preserving the user chosen last state of things, like if you wanted to always use the same size of image. let the user save the size of image they are interested in and re-select that next time for them by default.
michael
@michael
03/31/17 05:33:22PM
7,826 posts

Module Session Variable


Jamroom Developers

That's fine.

It depends on what you're trying to do as to what its better, sometimes:
jrCore_set_flag()
jrCore_get_flag()

Will be the correct thing to use, sometimes
jrCore_set_temp_value()
jrCore_get_temp_value()

Sometimes you'll want to set values to the global $_conf variable if its a more constantly there thing.

Sometimes
jrCore_set_cookie()
jrCore_get_cookie()

All depends on the situation.
michael
@michael
03/30/17 04:48:12PM
7,826 posts

Ninja Skin Upgrades


Design and Skin Customization

The ETA is anything outstanding will likely be released with the next major core version 6.1 which is in development now. No fixed release date, but should be next couple of weeks ish.
michael
@michael
03/30/17 04:10:52PM
7,826 posts

[BUG] Add non-existent Follower


Jamroom Developers

Checks have been added to 1.5.4 which is in the marketplace now.
michael
@michael
03/30/17 01:33:12PM
7,826 posts

Query Error: Field 'tree_notes' doesn't have a default value


Genosis

update from the marketplace, should be fixed in 1.5.12
michael
@michael
03/30/17 12:55:17PM
7,826 posts

Query Error: Field 'tree_notes' doesn't have a default value


Genosis

Then I need some steps :)

Can you outline in steps that I can take to see this error happening please.
michael
@michael
03/29/17 06:48:05PM
7,826 posts

google maps api key in time map


Genosis

There is a new version of Genosis Time Map in the marketplace now 1.0.7 that has a GLOBAL CONFIG in the ACP that allows you to enter a google maps API key.

Quote: Get your Google Maps Javascript API key from here: https://developers.google.com/maps/documentation/javascript/get-api-key to allow you access to the maps system.

Once the key is added your maps should work.
michael
@michael
03/29/17 02:38:10PM
7,826 posts

Can two users share a profile?


Ning To Jamroom

Added that info to the docs here with screenshots:

Docs: "Link a user account to multiple profiles: Unlinking a Profile"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3481/link-a-user-account-to-multiple-profiles#unlinking-a-profile
michael
@michael
03/29/17 01:28:12PM
7,826 posts

Ninja Skin Upgrades


Design and Skin Customization

You're waiting on something from the next version?
  240