Forum Activity for @michael

michael
@michael
03/25/14 06:59:24PM
7,832 posts

How does Jamroom handle a subscription if user changes mid period?


Installation and Configuration

There is no reminder email.

If it is a subscription then they will be automatically re-charged for the next term at the end of the previous term.
michael
@michael
03/25/14 02:26:34AM
7,832 posts

Lessons and Articles


Using Jamroom

For a page like this one:
http://www.myguitarworkshop.com/reviews/guitar_reviews/electric_guitars/washburn/x50_pro_q/30.aspx

You would need to understand how the Form Designer works:

"Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer

From there you could use the "jrAparna" module
https://www.jamroom.net/the-jamroom-network/documentation/modules/853/jraparna

To create a base for your new 'xxReviews' module.

once you have the new 'xxReviews' module, use the form designer to add in
* Sound
* Sound Rating (rating select box.)
* Action, Fit & Finish
* Action, Fit & Finish (rating select box.)
* Reliability & Durability
* Reliability & Durability (rating select box.)
* Overall Impression
* Overall Impression (rating select box.)

Then allow the quotas who can create these reviews to have access to it.
michael
@michael
03/25/14 12:14:06AM
7,832 posts

Lessons and Articles


Using Jamroom

Quite hard to know which functionality your meaning without specific examples.

Anything can be built with Jamroom, but how difficult/easy it is depends a lot on your skill level.

One thing you will want to know is that Jamroom is profile centric. So things like the Forums: http://www.myguitarworkshop.com/guitar_forums/default.aspx will be structured differently.

In Jamroom the forums are on a users profile. For example you are currently using the forums on 'The-Jamroom-Network' s profile here on jamroom.net, but there are other forums here on this site too.

N8Flex, another developer here on Jamroom, has his own forum here: https://www.jamroom.net/n8flex/forum

So structurally some things will be different.
michael
@michael
03/24/14 07:27:08PM
7,832 posts

Bootstrap Skin


Design and Skin Customization

This might or might not be related:

"Bootstrap clashes with SimpleModal"
https://github.com/twbs/bootstrap/issues/11834

Jamroom uses simplemodal for things like the integrity check lightbox looking thing.
michael
@michael
03/24/14 07:20:11PM
7,832 posts

Other subcriptions


Using Jamroom

Recurring billing is setup for the quota system. It is possible to charge for other things and have them set to recurring billing with the foxycart system, but currently there has not been any other modules that I know of that are integrated like this.

You would need to build a module.
michael
@michael
03/24/14 07:17:08PM
7,832 posts

adding the login feature to the header of jrNova,,,giving error at times


Installation and Configuration

Any errors in the error log in the ACP?
Any errors in the console of the browser?

What is the returned json from the console tab of the browser when the error occurs?
michael
@michael
03/24/14 06:56:39PM
7,832 posts

Solo Artist Skin


Jamroom Developers

What your wanting is a different skin based on the profiles quota. Currently it doesn't exist. Its possible to build, but doesn't exist right now.

The solo skin is to set the whole site to just one artists profile.
michael
@michael
03/24/14 06:52:38PM
7,832 posts

Override page_section_header.tpl


Jamroom Developers

That would be a left-over then.

In the beginning select templates were allowed to be over-ridden. The way it was done was in each location where the template was about to be called, there was an if/else check to see whether a template of the same name was in the active skin directory.

Then that if/else check got moved into the template parser function so modules didnt need to specifically go look for it. (just in case some module developer forgot to include that if/else and made it impossible to override. :( )

So what your seeing is some left-over code that allows you to use the same name.

Safer to use the correct over-ride naming convention.

One other example is 'admin.tpl' is still being looked for currently. Its extra code that might go away in future. So 'jrCore_admin.tpl' is safer.
michael
@michael
03/22/14 07:59:00PM
7,832 posts

Jamroom Forum New Posts?


Jamroom Help

I've seen that sometimes too. Usually when I go to the post via the url, then back to the post list.

If I go in from the posts list the yellow normally goes away.

"Unread posts" from everywhere seams like a good idea.
  718