Forum Activity for @michael

michael
@michael
04/21/18 05:44:39AM
7,826 posts

Celebrity skin private notes messed up in mobile view


Using Jamroom

The reason is the lenght of the title of your private notes here on jamroom.net fit into the window. On the other ones the title is really long.

You can fiddle with the layout of the mobile view in Firefox by using the developer tools mobile view.

Then add those overrides to your skins mobile_overrides.css file so they just show for mobile.
developer_toos.jpg developer_toos.jpg - 114KB
michael
@michael
04/21/18 05:40:20AM
7,826 posts

Is it possible to see the usage rate of private notes?


Using Jamroom

you can see the private note info in your database via the database browser
ACP -> MODULES -> DEVELOPER -> TOOLS -> DATABASE ADMIN

The private notes are stored in the jr_jrprivatenote_note table
michael
@michael
04/21/18 05:37:02AM
7,826 posts

RE: New Payments/Products etc Modules


Using Jamroom

stripe is what we use here on jamroom.net
michael
@michael
04/21/18 05:36:16AM
7,826 posts

System Updates remain after installing


Ning To Jamroom

Go to the search modules info tab see what version is listed:
ACP -> MODULES -> LISTING -> SEARCH -> INFO
michael
@michael
04/21/18 05:34:25AM
7,826 posts

Changes to Subscription Blocked By Stripe


Using Jamroom

In the 'plan_modify' function its checking if the payment processor is stripe and if it is those options are disabled. "changes locked by stripe".

So it appears that you can not modify a subscription when stripe is the payment processor. Try creating a new plan.
michael
@michael
04/21/18 12:08:06AM
7,826 posts

JR sites going down...


Using Jamroom

If you're able to reproduce the error, outline the steps here. That may provide a clue as to what the issue is.
michael
@michael
04/21/18 12:05:49AM
7,826 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

That code block is from the signup_questions.tpl template found at:
/modules/jrNingImport/templates/signup_questions.tpl

You can override it by copying it to your skin and calling it
/skins/YOUR SKIN/jrNingImport_signup_questions.tpl

Put a {debug} in there and see if the variables you want are available.
michael
@michael
04/17/18 03:43:18PM
7,826 posts

Jamroom Sites Slow on Dedicated Server


Proxima

the server load is 3.6 which means the server has 3.6 times more things to do than it can handle at that particular point in time.
https://en.wikipedia.org/wiki/Load_%28computing%29

That usually spikes on servers when they are busy but also usually clears out to below 1 at normal times. Keep an eye on your load averages. You can add them as DASHBOARD widgets in the ACP
load.jpg load.jpg - 92KB
michael
@michael
04/15/18 07:57:51PM
7,826 posts

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


Using Jamroom

Not impossible, but wonder if its worth the effort. Currently none of the email options have a category like "Mail" "Support" "Forums and Groups" so each one would need to be analyzed and categorized, then each module adjusted to have that category available.

Open for suggestions for category classifications for each.
p2.jpg p2.jpg - 343KB

updated by @michael: 04/15/18 07:59:21PM
michael
@michael
04/15/18 07:37:13PM
7,826 posts

Modules not working correctly at System tools / System Check


Installation and Configuration

The first thing to always try is to RESET CACHE and run the INTEGRITY CHECK.

Docs: "Somethings wrong what do I do?"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do

If you've already done that and those issues are still happening, then it maybe that your server is not allowed to use the 'system' function.

Check with your hosting company to see if php can use the system function to execute those tools.
  133