Forum Activity for @brian

brian
@brian
05/19/18 11:51:27AM
10,148 posts

Activity Timeline Question


Design and Skin Customization

You will get better performance by changing this:

{jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_module != jrComment"

To this:
{jrCore_list module="jrAction" search1="action_module not_in jrFollower,jrComment" ignore_missing=true

the "not_in" operator takes a comma separated list of values to match.

The "ignore_missing" key is a special key that is only needed on !=, not_like and not_in operators (basically negating operators) that can be added to tell the core that it can ignore any items that do NOT have the key you are searching on, otherwise the core has to include any items that are missing the key you are searching on (since those items "do not match").

Basically anywhere we can cut down the number of separate search conditions will always result in a higher performing query.
updated by @brian: 05/19/18 11:52:01AM
brian
@brian
05/19/18 11:46:31AM
10,148 posts

Beta core updates


Using Jamroom

You want to turn off the BETA channel in ACP -> Core -> Marketplace -> Tools -> Marketplace Channels.

Let me know if that helps.
brian
@brian
05/10/18 10:06:47AM
10,148 posts

Add gtag.js to Google Analytics module selection?


Installation and Configuration

I believe the gtag.js is still in beta, but I can look at adding support for it. It looks like the main difference is that gtag.js supports sending events to Analytics, Adwords AND Doubleclick (versus just Analytics).
brian
@brian
05/10/18 09:49:46AM
10,148 posts

System Updates remain after installing


Ning To Jamroom

1) Update the module
2) run an integrity check and reset caches
brian
@brian
05/10/18 09:49:06AM
10,148 posts

How to use the notifications dropdown menu - more clarity is needed


Using Jamroom

You will be able to select between the drop-down (current) method and "all on one page" method in the next release of the user module - that's coming soon.
brian
@brian
05/10/18 09:48:08AM
10,148 posts

Add gtag.js to Google Analytics module selection?


Installation and Configuration

Can you let me know where you are seeing this at? The official docs still show it working the way the module works:

https://developers.google.com/analytics/devguides/collection/analyticsjs/

Thanks!
brian
@brian
05/07/18 12:35:25PM
10,148 posts

MySQL error after updating Jamroom


Jamroom Developers

Looking at this some more, my suspicion is that you have a {jrCore_list} call either in your header.tpl or footer.tpl that is relying on a variable being set in the template (or passed in via $_post) that is NOT being set. Since the error in your first screenshot came in on the activity log, that makes me think it's probably in your header/footer.
brian
@brian
05/07/18 12:08:15PM
10,148 posts

AWS Backup


Using Jamroom

When you save the config, the module tries to "validate" the entered S3 credentials are correct (even with the daily backup to S3 unchecked). I'm not seeing any issues on this end - I suspect it is network related if you still getting packet errors.
brian
@brian
05/07/18 12:06:51PM
10,148 posts

MySQL error after updating Jamroom


Jamroom Developers

sbhadauria:
still not working, I can not update production

Disable your custom modules and see if it works. No other site has reported this issue, and unit tests are passing 100% for the datastore. I can see your query is missing info, so check your {jrCore_list} calls and calls to jrCore_db_search_items().
brian
@brian
05/07/18 08:45:43AM
10,148 posts

No Stream Count Available For Audio tracks?


Using Jamroom

This has been fixed in Core 6.1.8b1 - if you're on the beta channel you can updated and you should be good.

Hope this helps!
  59