Forum Activity for @brian

brian
@brian
12/13/17 06:53:25AM
10,149 posts

Need to update JrCloudS3 module for jamroom 6.1.4


Using Jamroom

DannyA:
Where is the documentation for this? Which version were the new cluster modules implemented and require updates to the cloud modules?

There is no documentation since the new cluster modules have not been released yet. You only need to update to the latest S3 module, which I have added to your private channel.
brian
@brian
12/13/17 06:52:33AM
10,149 posts

Payment Support


Jamroom Developers

Right now there is support in the payments module to allow or not allow the "quantity" of an item to be changed in a cart, however there's nothing that is checking to see if a user previously purchased an item and then preventing it from being purchased again.

Let me know the issue or scenario you're running into so I can see what you're looking to do.

Thanks!
brian
@brian
12/13/17 06:50:27AM
10,149 posts

Image not copied to all persons when adding event


Genosis

I think I know what you're trying to do and it depends on how you do it:

1) If you create a new event for a profile and attach the image to the EVENT then it will only show on that ancestor profile's timeline - this is because event images are unique to each event

2) Instead, if you create the census as a new SOURCE and upload the image to the source (not the event) then the census image will show in each event that uses the source.

Let me know if that helps.

Thanks!
brian
@brian
12/13/17 06:47:43AM
10,149 posts

"Media URL could not be loaded."


Using Jamroom

This is correct - you can use search conditions in a jrCore_media_player call, so there's no problem there. You want to remove the items parameter though - you want to GET the items from your search, and yet you're telling it you already have items. SO it should be:

{jrCore_media_player module="jrVideo" type="jrVideo_player_dark" autoplay="true" search="video_feature_section = Home Page"}

Let me know if that helps.
brian
@brian
12/11/17 11:46:48AM
10,149 posts

PHP upgrade issue


Installation and Configuration

sbhadauria:
This code is not executing so I think you should use die:
jrCore_notice('Error', 'required PHP Multibyte String function (mb_internal_encoding) not found - enable in PHP config)');

That means the function_exists() is true, so my guess is the multi byte functions were compiled in your PHP but had not been enabled. I'll see about checking for that.
brian
@brian
12/11/17 10:41:24AM
10,149 posts

Need to update JrCloudS3 module for jamroom 6.1.4


Using Jamroom

Make sure you're running S3 module version 1.2.0 - it has changes in it to work with the latest image module update. If you do NOT have access to the cluster/cloud private channel, send us an email to support [at] jamroom [dot] net so we can get you added to the channel.

It's very important however that you test on a DEV site first - the cluster modules have undergone some very large changes that are not likely to be backwards compatible with cloud 1.0 modules.
brian
@brian
12/10/17 09:36:04AM
10,149 posts

how to change invitations to unlimited?


Using Jamroom

We'll check this out - there's always limits on things for performance reasons, so we'll see if it can be increased in this case.
brian
@brian
12/10/17 09:34:52AM
10,149 posts

Gallery Photos showing as placeholder photos


Using Jamroom

Another tip - add:

?debug=1

To the end of the image URL - if you are logged in as an admin the image module will try to tell you why it can't be displayed.
  91