Forum Activity for @michael

michael
@michael
02/05/22 10:56:35PM
7,717 posts

Ban with Wildcard?


Using Jamroom

From memory you can enter partial addresses
52.123.456.789
should match a ban for
52.123

There's a TEST section in the ban module to test it out. I don't have a local dev server setup at the moment to try it out on though. I'll get one set up.
michael
@michael
02/04/22 08:55:14PM
7,717 posts

Getting the best out of OneAll (social signin) - how?


Installation and Configuration

right now there is no built in functionality that sends out a "Welcome" email. You could use the Newsletter system with a filter of when they logged in, but that would mean doing it each time someone signs up. Maybe the "Email Course" module could do it for you.

The intention of that module is to send out periodic emails based on an event at X days interval after the event.

Marketplace: Email Course
https://www.jamroom.net/the-jamroom-network/networkmarket/604/email-course

I haven't used it in a while but think it was configurable to start when someone signs up.
michael
@michael
02/04/22 04:03:06AM
7,717 posts

Followers


Using Jamroom

You can, if you want. Its good to have some stored locally.

You have 1 weeks worth of backups here:
https://www.jamroom.net/isleander/hosting/backup_browser/575/id=2124

If you wanted to restore from older than a week then having a backup is useful. Backups of your site are part of the Jamroom Hosting package which you're using.
michael
@michael
02/04/22 04:00:39AM
7,717 posts

Getting the best out of OneAll (social signin) - how?


Installation and Configuration

Before one all we did build a facebook login module that allowed users to login to jamroom with their facebook login details.

The way it worked was
* the user clicks on the button to login on the jamroom site
* that click fires the facebook API.
* the facebook API contacts jamroom and says here is the info you asked for about the user
* we'd then store whatever they gave us in the database

What they gave us was not the same every time.

It was hard trying to keep up with the changes in the Facebook API so we connected to OneAll instead. Let them figure it out.

Now we say:
* Hey Oneall, can this user log in?
* Yes
* then they are logged in.

Facebook does whats good for facebook, making sure your data is ok is not high on their priority list. annoying but something we just need to live with.
michael
@michael
02/01/22 11:07:36PM
7,717 posts

Getting the best out of OneAll (social signin) - how?


Installation and Configuration

sometimes.....

and at other times you get even less information via oneall. Beacause with oneall its possible to create a jamroom account and NOT provide your email address. Which leaves you with the situation of the user can login but you cant send them emails.

One way I've tried to force more stable type account info was to ONLY allow facebook sign on, no email signup at all. That way if someone wants to spam my site they have to first create a facebook account.

Its not perfect because a lot of people wont have facebook accounts and will complain. But it does cut down on spammer accounts.
michael
@michael
01/31/22 10:10:39PM
7,717 posts

Start a new forum thread or category for using 3rd party plugins on JR?


Suggestions

The OneAll plugin was built by us ("The Jamroom Network") if you're meaning this one:
https://www.jamroom.net/the-jamroom-network/networkmarket/47/oneall-social

For 3rd party developers we set them up with the exact same resources we use ourselves. eg "Ultrajam"

UltraJam's fourm is here:
https://www.jamroom.net/ultrajam/forum

Marketplace:
https://www.jamroom.net/ultrajam/networkmarket

Blog:
https://www.jamroom.net/ultrajam/blog

What we hoped to avoid was needing to support somebody elses stuff. Its happend in the past that developers would build something then when questions were asked or bugs found the developers are unavailable for comment. Not often but its not a pleasant experience.
michael
@michael
01/30/22 11:52:13PM
7,717 posts

Followers


Using Jamroom

Isleander:
....I'm still searching for the system backup!....
there is a RESTORE FROM BACKUP button in your jamroom hosting panel here:
https://www.jamroom.net/isleander/hosting/domain_config/575/id=2124

Each domain has one, find it by clicking on the SETTINGS button in your hosting control panel.
button.jpg button.jpg - 399KB

updated by @michael: 01/30/22 11:54:33PM
michael
@michael
01/26/22 06:17:58PM
7,717 posts

Two Trees - Which should be the default?


Genosis

Ideas:
* Have a URL for each, maybe family-one.yoursite.com and family-two.yoursite.com
* Have a top page which forces the user to choose. They arrive at yoursite.com and see "choose: Family One or Family Two"
michael
@michael
01/26/22 06:13:57PM
7,717 posts

Gedcom Size?


Genosis

There shouldn't be any limit enforced by the code. There may be a size limit enforced by the servers limitations.

20,000 should be easily doable by any modern server I would expect.
michael
@michael
01/13/22 08:11:23PM
7,717 posts

Invoking View function from another View handler


Jamroom Developers

Instead of firing it and waiting for it to complete before proceeding you could set up a queue to fire it then continue on perhaps.
  26