Forum Activity for @michael

michael
@michael
03/06/20 11:02:35AM
7,791 posts

How do I add more than 1 profile_quota_id to jrAudio_player ?


Using Jamroom

try in
search="profile_id in 1,7,15"
michael
@michael
03/06/20 10:58:59AM
7,791 posts

item_index_meta.tpl usage question


Design and Skin Customization

I'm finding it hard to visualize setup instructions, could you give some steps and a goal. Thanks.
michael
@michael
03/03/20 08:55:02PM
7,791 posts

Quota Upload Song Issue - Maxed Quota Error After Deleting All Songs


Using Jamroom

Sorry, that was my screw-up. Used the wrong function name to get the stuff I wanted. Reload the module from CORE -> TOOLS -> RELOAD MODULES and it should be fixed now.
michael
@michael
03/03/20 08:45:41PM
7,791 posts

Quota Upload Song Issue - Maxed Quota Error After Deleting All Songs


Using Jamroom

huh?
---
There's a problem with the module, jrChangeOwner should not be referenced in jrProfile.

It needs fixing. Sorry. Will be fixed shortly.
michael
@michael
03/03/20 06:53:05PM
7,791 posts

Quota Upload Song Issue - Maxed Quota Error After Deleting All Songs


Using Jamroom

Try reloading the jrChangeOwner module and the jrProfile module from the tool in the MARKETPLACE -> TOOLS -> RELOAD MODULES.

The error is saying something that is expected to be there is not there. Looks to me as if that function is not in our current code base, so I expect it has been removed/replaced with something else in the next version and I suspect you're in a state where the core is in front of that module.
michael
@michael
03/03/20 06:46:57PM
7,791 posts

Share this not posting to artist page only to personal page


Using Jamroom

All requested info is being sent, its being rejected. We know this because previously it was working, then it stopped. If nothing changed on our end then something changed on facebooks end.
michael
@michael
03/03/20 01:32:00PM
7,791 posts

Free, Virtual Beginning PHP Workshop April 3 & 4th


Off Topic

Just got sent an email from Nomad PHP about a learning php workshop:
Quote: This 2 day workshop will introduce you to the basics of PHP programming, providing a solid foundation that allows you to start building your own web applications. Participants do not need to have any knowledge of PHP, but should be familiar with HTML.

Topics covered include:

PHP Syntax
Strings
Arrays
Control Structures
Functions
Databases
Files & Streams
Security
I know a lot of people here are interested in coding and thought I'd pass it along.

Signup form is here:
https://docs.google.com/forms/d/e/1FAIpQLSdJ0Me8Fqcz9YIOmfs_vLEVboV8_NUBuRAP6E3Ig2X7aqvfnQ/viewform

In case anyone wanted to attend.
php_workshop.jpg php_workshop.jpg - 554KB

updated by @michael: 06/02/20 01:08:56AM
michael
@michael
02/27/20 08:05:15PM
7,791 posts

Multiple Family Tree - Research Access


Genosis

This is the post that's probably of most interest to you
brian:
I think Genosis can almost do what you're looking to do, but right now "out of the box" it will function properly, but may not work the way you're hoping it to work (if you're looking for what I think you're looking for).

Genosis supports multiple trees no problem - however it has been designed as a system where multiple genealogical researchers are all working on one or more trees that they ALL have access to. So you could have 50 different researchers, and 50 different trees, but all the users that have a researcher account would have access to all 50 trees.

I think what you are looking for is totally doable, but would need some Genosis core updates to work properly:

- we need a new user account config item that says "this user has full access to THESE trees, but can't see ones they don't own"

- users can be invited to "join" a tree by regular users so they can invite their family or other researchers to help them out, or view the full tree (if tree privacy is enabled) - right now this is only doable by the site owner (master admin)

So that's definitely not hard to think about how it would be done, but it would all be done at the lowest level so it would take some work to make that happen.

Not a bad idea for Genosis 2.0 as really it would let you make your own version of Ancestry.com in a way.

Let me know if that helps.

Thanks!
michael
@michael
02/27/20 05:47:39PM
7,791 posts

Multiple Family Tree - Research Access


Genosis

The intention of the system was not to be an ancestry.com clone, but rather to allow the creation of personal family trees as a website.

If you have development experience, jamroom has a built in feature called the "Events and Listeners" system which is excellent for customization.

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1011/events-and-listeners

What it is is all data has tap-in points where it can be manipulated by other modules in the system. So you can build your own module that contains all the checks that need to be passed before features get out to a page.

The other options are:
* give us a feature request of what you're after and if its a good one that fits for everybody we may build it in the future.
* Sponsor a module (same as above, but push its priority higher)

Docs: "Sponsor a module"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/4931/sponsor-a-module

OR
* Hire the team to build your site for you.

Form for Custom Projects
https://www.jamroom.net/form/project_overview

If you want to give it a go, we're here to help you in the forums.

--edit--
A simiar question was asked here:

Forum: Genosis Query
https://www.jamroom.net/the-jamroom-network/forum/genosis/20463/genosis-query
updated by @michael: 02/27/20 05:49:46PM
michael
@michael
02/22/20 07:40:45PM
7,791 posts

Timeline Search


Using Jamroom

Yeah, that functionality does not exist at the moment. It is a good idea though. I'll put it into our 'Ideas' tracker so it doesn't get lost.

Tell me if I'm understanding it correctly.
* At the top of the profiles timeline, just underneath the 'Status Update' box there should be a "Search term" entry box.
* The "Search Term" entry box searches all items on the timeline.

* If its the owner of the profile, then it will search all timeline items that have been created by the profile owner AND the timeline items that have been created by profiles that that profile follows.
* If it is a visitor to the profile then it will search only timeline items that have been created by the profile owner.

Sound right?
  71