Forum Activity for @michael

michael
@michael
07/14/16 05:47:29PM
7,826 posts

Windows, Mac, Fedora (RHEL), or Ubuntu (Debian)


Off Topic

Using kubuntu here, works great for programming stuff. Graphic and video editing the options for available software that work consistently leave you wishing you had a mac sometimes.

Only disadvantages I can think of is sometimes there are too many settings, eg: phpstorm has a fullscreen and kubutnu has a fullscreen option for programs. If i turn on the fullscreen via KDE then phpstorm thinks it turned it on, so reverts to it when it starts.

Makes for a juggle:
* turn off fullscreen via phpstorm
* turn on fullscreen via KDE

firefox has its own juggle too for using multiple profiles. and sometimes the developers of KDE add in new features that I dont want without ways to turn them off, so thats slightly annoying. ie "activities: Just like what you've already got, but buggier!"

For the most part happy with it though.

I did see a macbook pro with a retina display and was soooooooo jealous of the font rendering, its beautiful. But I think thats more of a hardware issue than a software one.
michael
@michael
07/03/16 08:42:54PM
7,826 posts

Profile Notes Function


Genosis

All javascript functions for the jrGenCore module will be found at:
/modules/jrGenCore/js/jrGenCore.js

That function is defined as:
/**
 * Load profile notes on click
 * @param pid int Profile ID
 */
function jrGenCore_profile_notes(pid){
    var b = $('#profile_notes_box');
    if (b.is(':visible')) {
        b.slideUp('fast');
    }
    else {
        jrGenCore_load_notes(pid, function()
        {
            b.slideDown('fast');
        });
    }
}

So what its doing is checking if the #profile_notes_box is visible, and if it is, then hiding it.

So since you're probably working with a customized skin, you need to add style="display:none" to your location that has:
<div id="profile_notes_box"..........
michael
@michael
07/03/16 07:09:27PM
7,826 posts

Profile Notes Function


Genosis

Its in
/modules/jrGenCore/index.php

Its a form field:
    // Profile Notes
    $_tmp = array(
        'name'     => 'profile_notes',
        'label'    => 'research notes',
        'help'     => 'Enter any research notes you would like to add to this ancestor profile.',
        'type'     => 'textarea',
        'valdiate' => 'printable',
        'required' => false
    );
    jrCore_form_field_create($_tmp);
in the view_jrGenCore_modify_person() function
michael
@michael
07/03/16 04:37:17PM
7,826 posts

Facebook link issue


Using Jamroom

Where does the link take you if it doesn't take you to the page? Can you post a screenshot.
michael
@michael
07/02/16 09:10:32PM
7,826 posts

Invalid System Id


Genosis

might need to check that your server meets the requirements to run jamroom:

Docs: Requirements
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/requirements

Sounds like either your server is not able use the 'symlink' function to move the filesystem around.

What happens when a new module is installed via the marketplace is that the old version is moved to its version number and a new version is downloaded.

Ask your server company to check to see if your server is able to do that.

If its not possible, then the way around it is to not use the marketplace for updates and installs and download the files from jamroom.net and upload them to the server.

That way will avoid the need for symlinks, but its much more of a hassle to keep your system up to date.
michael
@michael
07/02/16 02:09:49AM
7,826 posts

How to upload and search audio and video by date and location?


Using Jamroom

The way php's strftime() function works is by checking the servers local setting as is explained in a similar question on Stack Overflow

http://stackoverflow.com/questions/25718115/trying-to-display-a-date-in-spanish

Jamroom currently doesn't change the servers settings when the language is switched between created languages, it just switches the jamroom settings.

I will take a look and see if there is a way to change the server settings in the core when the language is switched. Not sure how feasible it is to change the server settings per visiting user, but will look into it.

If its not possible, I would recommend using a non-language derived date format 24-02-2016.
michael
@michael
07/02/16 12:12:59AM
7,826 posts

Alpha Team Guidelines



brian:.... as you guys are going to come across as more impartial since you're not part of the JR team...
Except for that unexplained 'alpha team' badge on their profiles.

Agreed though, any extra conversation out there in the wild must be a good thing for getting JR known.
michael
@michael
06/30/16 11:16:48PM
7,826 posts

New Hosting features and plans - "Jamroom Premium"


Announcements

Good place to start is the docs:

Docs: Table of Contents
https://www.jamroom.net/the-jamroom-network/documentation/contents

Each module has its own page, Let us know if there's any issues. :)
michael
@michael
06/30/16 07:02:33PM
7,826 posts

Alpha Team marketplace channel



got the email, thanks.
  378