Forum Activity for @michael

michael
@michael
04/21/18 10:33:47PM
7,819 posts

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


Using Jamroom

not sure what those numbers are, here's a screenshot of what I was thinking
database.jpg database.jpg - 159KB
michael
@michael
04/21/18 10:28:56PM
7,819 posts

jrAparna module


Using Jamroom

We do say that sometimes for some things, like "don't use these beta modules on production sites...." but still they get used, and support is still expected when something breaks.

In this case the modules been retired. It will still keep working for you though because you have it. You can still put it on any site you like. Its just not available in the marketplace anymore.
michael
@michael
04/21/18 10:25:06PM
7,819 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

soaringeagle:
how do i then target those 2 specific questions since those 2 are the only ones not showing?

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

if you have a variable called $_ning_questions with array elements then to target one you use its name like this:
{$_ning_questions.user_signup_question_4}
take a screenshot of the debug panel in that area so i can see what it looks like.
michael
@michael
04/21/18 05:44:39AM
7,819 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,819 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,819 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,819 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,819 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,819 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,819 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.
  132