Forum Activity for @brian

brian
@brian
09/04/19 10:25:27AM
10,148 posts

Jamroom 6.4.0 has been released!


Announcements

After several months of development and testing, we just pushed up Jamroom Core 6.4.0 to the marketplace. This new release includes a significant number of updates and fixes, as well as new events, features and performance improvements. You can view the full change log here:

https://www.jamroom.net/the-jamroom-network/networkmarket/32/system-core?expanded_changelog=1

We've been beta testing the 6.4.0 release for a couple months now and are excited to use it as the new base moving forward.

There were also several dozen skin and module updates that rolled out today to accompany the new Core release- lots of new features and updates :)

Please update and let us know how it works for you - we hope you enjoy the new releases!
updated by @brian: 04/21/20 02:24:10PM
brian
@brian
09/04/19 10:20:41AM
10,148 posts

tifig software error in the System Check.


Installation and Configuration

pch:
Should it be the line you provided or:

$_conf['jrCore_tifig_binary'] = '/usr/bin/tifig';

as suggested in the documentation? (See my first post above)

I will get the documentation updated - we recently moved all the binaries to the System Tools module, so the correct way is jrSystemTools_tifig_binary.

Thanks!
brian
@brian
09/01/19 08:52:57AM
10,148 posts

NVME Bump



Yeah they have some awesome prices for yearly - very good deals. Too bad they don't have an API or other services (mainly block storage).
brian
@brian
08/21/19 08:10:43AM
10,148 posts

ALLOW_ALL_DOMAINS missing


Installation and Configuration

I was just testing this as the Log in to Stream is not going to fix it. I've just pushed a NEW Core beta - 6.4.0b6 - update to that then:

- Go in to the ACP -> Core -> Core -> Tools
- Click on "Advanced Config"
- in the "add a new advanced config key" section enter:

(for the "Config Key"): jrCore_disable_play_cookies
(for the "Config Value"): on

and save. That will bypass the play cookie checking, which does not work when the stream URL is access directly.

Let me know how that works.

Thanks!
brian
@brian
08/21/19 08:07:31AM
10,148 posts

Lots Of Issues With Updates


Design and Skin Customization

Update to Core 6.4.0b6, reset caches and this should be fixed. Let me know if that looks better.

Thanks!
brian
@brian
08/21/19 07:47:55AM
10,148 posts

Lots Of Issues With Updates


Design and Skin Customization

I know why the extra spacing issue is happening and am fixing it for the next core release.
brian
@brian
08/21/19 07:24:26AM
10,148 posts

ALLOW_ALL_DOMAINS missing


Installation and Configuration

It should still work - make sure the Core -> Global Config -> Content -> "Log in to Stream" is NOT checked.
brian
@brian
08/21/19 05:43:10AM
10,148 posts

ALLOW_ALL_DOMAINS missing


Installation and Configuration

Unfortunately this is a change that has been pushed on us over the last couple years by browsers no longer sending a referrer header, so it had to change.
brian
@brian
08/21/19 05:41:46AM
10,148 posts

Alt Image Tag Issue


Design and Skin Customization

derrickhand300:
TRUMP2020

Let's leave politics out of the forum could we? Thanks!
brian
@brian
08/13/19 08:14:47AM
10,148 posts

Combining Sign Up and Subscriptions


Using Jamroom

Note that you can set the custom redirect URL for each quota in the ACP -> User -> User -> Quota Config -> "Signup Redirect Page". So you can setup a flow where the user creates their account and are directed right to the subscriptions page to subscribe.

A little bit of history on this one - back in JR4 we used to support this and it was very, very problematic for our sites - the problem is that a profile_id must exist for a subscription to work (since the subscription is basically an "item" belonging to a profile) - so what we had attempted to do was create the profile/user from the payment system callback - but that depended on the info coming back to us from say PayPal - and we had lots of users who would use payment information that was NOT the account they wanted to be under, so there had to be mechanisms to "repair" profiles and user accounts that had been created with the wrong information sent back to us in the callback.

Having the account created first solves all these issues, and is a very "normal" flow for internet accounts (i..e you can't become an Amazon Prime subscriber without signing in first, etc.).

Let me know if that helps.
  30