Forum Activity for @michael

michael
@michael
05/23/18 06:59:59PM
7,823 posts

1 Click Ban


Suggestions

what would the interface for that look like?
michael
@michael
05/23/18 05:17:43PM
7,823 posts

Error encountered while Loading Media URL


Design and Skin Customization

derrickhand300:
.......pd:1 Failed to load resource: the server responded with a status of 502 (Bad Gateway)
31/uploaded_video/stream/video_file/31/key=1/file.m4v:1 Failed to load resource: net::ERR_CONTENT_DECODING_FAILED
bad-oilfield-accidents:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
The url that causes this error plays the video? It seams to be saying there was nothing to play.
michael
@michael
05/23/18 01:45:02AM
7,823 posts

Proxima Invalid Item owner


Proxima

I'll need to get setup to debug this, haven't used proxima in a while.

My first though is: I don't think you're logged in.

If you are logged in as an admin level user I would expect jrProximaCore_get_client_access_level() to return 'master'.

Got to go out for a bit now, but will get setup to figure it out.
michael
@michael
05/22/18 11:21:09PM
7,823 posts

Proxima Invalid Item owner


Proxima

could you copy+paste the wording you receive as an error.

Thanks.

--edit--
When you're logging in, you're logging in as a master admin user too right?
updated by @michael: 05/22/18 11:24:25PM
michael
@michael
05/22/18 02:09:27AM
7,823 posts

1 Click Ban


Suggestions

Currently the Data Browser is the way we do it.
step1.jpg step1.jpg - 68KB
michael
@michael
05/21/18 12:11:55AM
7,823 posts

Tracker Module Privacy


Using Jamroom

1. for your skin adjust your {jrProfile_menu} to exclude the tracker so it doesn't show in the menu.

Docs: "{jrProfile_menu}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1997/jrprofile-menu

2. Use the Form Designer to change the default of 'off' to 'on' for the private tracker button in the CREATE screen. (screenshot)

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer
tracker.jpg tracker.jpg - 145KB

updated by @michael: 05/21/18 12:12:33AM
michael
@michael
05/21/18 12:07:01AM
7,823 posts

500 errors after updating modules


Using Jamroom

All that function does for that URL is redirect to the 'system_update' location with a random number on the end to ensure the page is not cached.
http://yoursite.com/marketplace/system_update/r=5532

500 is a server error, check your server error logs for any other useful info.
michael
@michael
05/19/18 06:00:51AM
7,823 posts

Convert PHP file for use in Smarty template


Jamroom Developers

in jr3 there was {debug}. in jr6 there is still {debug}, its still just as useful. Really useful.

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

Put that into any template you want to know what variables are available for.

$_user array is all the stuff of the user looking at the screen
$_post array is all the stuff coming in from the address bar or POST
$_profile array is sometimes avaliable depending on the template, but usually available when looking at a profile.

No, there are no file system files created.

JR6 has a thing called DATASTORES which are key => value database tables and are super useful.

Docs: "datastores"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1023/datastores

Any user can have multiple profiles and any profile can have multilple users managing it, so there is no 1:1 relationship.
  128