Forum Activity for @michael

michael
@michael
01/09/18 01:25:07AM
7,826 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

We can reproduce it. Its related to the privacy system, investigating it.
michael
@michael
01/08/18 06:05:46PM
7,826 posts

Block comments


Using Jamroom

currently no. Mary can not choose to block just Jack from posting comments on her profile page.

It would need a custom module to be built. Or it MIGHT be possible with a custom Form Field via the Form Designer added to profiles then some adjustments to the skins templates. Like if Mary entered a comma separated list of users to block, then the comment form on the profile checked for that before displaying the input box.... might work.
michael
@michael
01/08/18 01:28:50PM
7,826 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

Can reproduce under these circumstances:
* an admin user creates a private room and invites @one into it
* the admin user uploads an image to the private room.
* admin can see the image they just uploaded, but @one cant.

The reverse is not true. If @one uploads an image to that private chat room, both admin and @one can view it.
michael
@michael
01/08/18 01:06:58PM
7,826 posts

What are the requeriments to sell the games?


Off Topic

was for a bit, should be back now.

--edit--
I take that back, there is an issue. thanks.
updated by @michael: 01/08/18 01:09:57PM
michael
@michael
01/07/18 07:53:17PM
7,826 posts

No comments box on profiles, images or Private Notes for some users


Using Jamroom

guess is its chrome's cache had something weird in it and its just starting to clear itself out. Seams like the issue should happen less and less if its a cache issue.

Not sure about the clicking on the editor in chrome, I usually use firefox and use the TAB key to move to the next field.

For firefox at least I can click anywhere to make the editor active.
michael
@michael
01/07/18 02:40:28PM
7,826 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

There was an update recently that dealt with users that are not allowed to be in a chat-room able to view images. That was the issue that was fixed, but it seams like what you're saying is those users ARE allowed in the chat room but can't see the images.

Got steps to set up so I can check it out from here. See if I can reproduce it.
michael
@michael
01/07/18 02:36:42PM
7,826 posts

Multiple Sub-domain Access to One JR Database?


Using Jamroom

Our demo systems use a single database for multiple sites, its possible.

Your database connection details are found in:
/data/config/config.php

Set them to the same database.

--edit--
Might have issues you'd need to deal with with the javascript side of things. our demos are on the same top level domain so don't have that issue.

Still should be possible with some fiddling.
updated by @michael: 01/07/18 02:37:52PM
michael
@michael
01/07/18 01:36:51AM
7,826 posts

jrAudio_black_overlay_player.tpl


Design and Skin Customization

first step would be to put a {debug} into that template, then view it in a browser. That will tell you the variable names available.

See the debug docs

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
michael
@michael
01/07/18 01:33:17AM
7,826 posts

Adding to jrImage_get_allowed_image_widths


Jamroom Developers

Brian's got a fix in for the next version. Added an event 'get_allowed_image_widths'.
event.jpg event.jpg - 130KB
michael
@michael
01/05/18 11:05:16AM
7,826 posts

Adding to jrImage_get_allowed_image_widths


Jamroom Developers

Change that and everywhere else is ok.

I'll add configurability for that function as a suggestion.
  159