Forum Activity for @michael

michael
@michael
02/27/20 05:47:39PM
7,823 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,823 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?
michael
@michael
02/22/20 07:35:08PM
7,823 posts

Unable to active redis module


Jamroom Developers

Try going into CORE -> MARKETPLACE -> TOOLS -> RELOAD MODULES OR SKINS -> jrRedis -> RELOAD

That should bring it back down from the marketplace. The functions are in the module.
michael
@michael
02/20/20 11:23:06PM
7,823 posts

When you share album to FB there is no image is shown


Using Jamroom

The facebook module is broken. If you're still running it, turn it off. Facebook keeps changing things and breaking stuff. Its too hard to try to keep up with all their changes.
michael
@michael
02/20/20 11:20:55PM
7,823 posts

Unable to active redis module


Jamroom Developers

Try running the INTEGRITY CHECK tool and the RESET CACHES tool with all the checkboxes checked and try again.
michael
@michael
02/18/20 06:24:02PM
7,823 posts

When you share album to FB there is no image is shown


Using Jamroom

Facebook module has been removed from the marketplace. Facebook keeps changing and breaking it.
michael
@michael
02/16/20 12:09:29PM
7,823 posts

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


Using Jamroom

An integrity check with all checkboxes checked does not fix the issue?
michael
@michael
02/09/20 06:50:09PM
7,823 posts

Iframe Error When Not Logged In


Using Jamroom

Could be this:

Forum: "Header X-Frame-Options"
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/54031/header-x-frame-options

brian:
You can disable the X-Frame header in Jamroom Core 6.1.1 - go to the Core -> Tools -> Advanced Config and enter:

jrCore_disable_xframe

for the "config key" and

1

for the "config value" and save

Reset caches and that should disable the X-Frame header

Let me know if that helps.

Whats the URL of a location to see it happening?
updated by @michael: 02/09/20 06:50:46PM
michael
@michael
02/08/20 12:16:31PM
7,823 posts

profile menu question


Using Jamroom

From your code above, this is the part that gets the number:
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_user._profile_id`" search2="follow_active = 0" return_count=true no_cache=true}

It still looks like valid code provided there are still pending followers it should be showing.

Try adding in "HERE I AM, THIS!!!!" to just after the "Pending Followers" to make sure that the template you're working on is actually where effecting the area in the screenshot. If that does come out then lets dig into why the call is not working.

--edit--
oh, and another thing to try is
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_user._profile_id`"  return_count=true no_cache=true}
which should return the follower count regardless of if they are pending or not.

updated by @michael: 02/08/20 12:17:58PM
michael
@michael
01/21/20 12:59:27PM
7,823 posts

Email Course Module Question


Using Jamroom

helps if i turn it on. sorry. try again now.
  75