Forum Activity for @michael

michael
@michael
03/24/17 12:38:10PM
7,826 posts

Bridge Hook to JR data


Jamroom Developers

PatriaCo:....Currently all new signups are made on JR first (free account)....

Then you want to build a module that listens for the signup event and when that event fires, send out a
jrCore_load_url("http://whatever-url-you-want.com")

to fire off the creation system. You can send POST requests via that function, check it out.
michael
@michael
03/24/17 12:31:38PM
7,826 posts

Updates


Installation and Configuration

What that location is is the location to GET your license for JR5 and JR6.

When you put that info into the MARKETPLACE module in your Jamroom 6 site, it will be able to connect to the jamroom marketplace here on jamroom.net to install new modules.

When a site makes that connection to request the installation of modules it will be added to that section. So in order to add a site there, all you have to do is setup the site and add your marketplace key to that site.

ACP -> CORE -> MARKETPLACE -> TOOLS -> MARKETPLACE SYSTEM -> enter your details


JR4 doesn't have this system. JR4 will only work on a server running PHP below 5.3, so will be hard to locate a server company that meets those needs. You will probably need to run your own server (not a shared server).
michael
@michael
03/23/17 11:40:31PM
7,826 posts

Can two users share a profile?


Ning To Jamroom

thats the correct way to think about it. the setting is "LINK USER ACCOUNT", this is the doc you're after

Docs: "Link a user account to multiple profiles"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3481/link-a-user-account-to-multiple-profiles
michael
@michael
03/23/17 11:39:10PM
7,826 posts

Updates


Installation and Configuration

jamroom 4 doesnt have a marketplace. So you cant connect it.
michael
@michael
03/23/17 11:37:48PM
7,826 posts

How do users upload and then link to files like pdf's?


Using Jamroom

Thats a browser setting. The browser decides if it wants to open it in the borowser or not. Firefox turned that on as a default option to show PDF's in the browser. Thankfully there is a setting to turn that off because I hate looking at PDF's in the browser.

personal choice.
michael
@michael
03/23/17 11:36:17PM
7,826 posts

google maps api key in time map


Genosis

This is working for me on my dev server, so that seams to point to the problem not being with the Gedcom file.

I can login to your site see if its the same as my site if you like. send the admin login details to support at jamroom with a link to this thread.
timemap.jpg timemap.jpg - 910KB
michael
@michael
03/23/17 11:10:52PM
7,826 posts

Watermark appearing on URL Scan images and Profile pictures


Using Jamroom

currently its an admin setting. If you wanted to make it a user setting it would require a custom module.

An overview would be use the Events and Listeners system to apply the watermark setting under circumstances you're interested in.

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners
michael
@michael
03/23/17 01:18:04AM
7,826 posts

google maps api key in time map


Genosis

This is a .gd3 file, do you have a .ged file?
gedcom_import.jpg gedcom_import.jpg - 264KB
michael
@michael
03/23/17 01:06:42AM
7,826 posts

Bridge Hook to JR data


Jamroom Developers

where are they signing up to first? WHMS (whatever that is) or to Jamroom. If its WHMS then if you can get it to send over the username/password when a user signs up to it, you could create that jamroom user then in the same way the jrUser module creates users and also the jrOneAll module creates users. grab the user creation system from either of those two modules. or call whichver functions from those modules need calling.

(make sure to add a 'required' => 'jrUser' text to your modules _meta() function )

Then do the same when they sign in to your WHMS. (That covers LOGIN and SIGNUP).


--
Cant see any reason for the WHMS to access your database directly. Might be a case for Proxima... not sure

PROJECT: "Proxima: Mobile Backend as a Service"
https://www.jamroom.net/proxima

anyhow, you could get/put any info you wanted through a RESTful system.
updated by @michael: 03/23/17 01:08:16AM
  243