Forum Activity for @brian

brian
@brian
07/27/16 02:05:36PM
10,149 posts

Issue Tracker Back Burner Tab


Jamroom Developers

I'm not sure this is doable at this time - Back Burner is meant to be a private area to track items that are not ready for release. If you need trackers to be visible, I'd recommend NOT putting them in the back burner - instead just leave them Open/In Progress/Testing.
brian
@brian
07/27/16 02:01:54PM
10,149 posts

Geo location - what is it and why should I care?


Ning To Jamroom

Hi Deb -

The Geo Location module gets a user's physical location based on their IP Address. This is used by the Mail Core when generating statistics for the Newsletter module (and other modules that can request campaign support). I'd recommend installing it if you plan on using the Newsletter module.

Hope this helps!
brian
@brian
07/26/16 02:30:16PM
10,149 posts

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


Using Jamroom

Try this - modify your modules/jrCore/lib/util.php and around line 2,750 you will see this:
    return gmstrftime($format, $timestamp);

Change it to this:
    $lang = 'en_US';
    if (jrUser_is_logged_in() && isset($_user['user_language']{1})) {
        $lang = str_replace('-', '_', $_user['user_language']);
    }
    setlocale(LC_TIME, $lang);
    return gmstrftime($format, $timestamp);
and let me know if that works for you.

Thanks!
brian
@brian
07/26/16 02:18:40PM
10,149 posts

Question concerning recent updates


Design and Skin Customization

The core provides a template - jrCore/templates/form_editor.tpl - that controls the editor, and what buttons and menu items are available. Aparna uses the same one, so I'm not sure why you would see a different editor when using an Aparna created module - that doesn't make sense.
brian
@brian
07/26/16 02:16:26PM
10,149 posts

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


Using Jamroom

I don't believe anything has been done on this, but I can check it out. Looks like we need a setlocale() call before doing date format conversions, so will see if that is doable.

Thanks!
brian
@brian
07/26/16 02:12:38PM
10,149 posts

Errors (beta version 5.4.0b2)


Using Jamroom

amwproductions:
brian:
The jrCore_load_url() issue should be fixed now in 5.4.0 beta 3 - update and let us know how that looks.
Thanks!
Jep now works fine

Glad to hear that - thanks!
brian
@brian
07/26/16 02:11:32PM
10,149 posts

Notification Settings


Jamroom Developers

I don't think we will maintain 2 separate ways of doing the same thing - we'll come up with something.

Thanks!
brian
@brian
07/26/16 02:10:33PM
10,149 posts

Profile menu available to visitors


Using Jamroom

Profile menu items always show, but do not show if there are no items - i.e. if there are no blog entries then "blog" will only show to the profile owner so they can add one. Until at least one entry exists the blog menu item will only show to the profile owner.

Let me know if that helps.
brian
@brian
07/26/16 01:22:47PM
10,149 posts

Notification Settings


Jamroom Developers

We might need to go back to using the description in the selector - we'll try some things out.

Quote:
I'm not a big fan of the new one either.

We're running into the situation where there are just too many options to choose from and have them listed on one page - the feedback we've had was that it was confusing.

The idea here is to break it down by module/category - i.e. you want to change how you are notified in the forum. This way you can just select "forum" and see the forum options and not have to read the 30+ other options on the page to find it.

We'll come up with a solution that is translatable for sure, and if you have feedback on what you feel would work better for 30+ different notification options, let us know.

Thanks!
  235