Forum Activity for @michael

michael
@michael
04/09/18 05:05:19PM
7,819 posts

changes in configuration are not taking effect


Installation and Configuration

I replied asking for a file bigger than 512MB, can you send me one to use for testing. Thanks.
michael
@michael
04/09/18 05:03:27PM
7,819 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

The custom Form Designer fields have nothing to do with the output location. The Form Designer is for designing forms.

The template code will determine who sees what.

If you have made a new form field called user_birthday and set its DISPLAY GROUPS to "logged out users only" It will show for absolutely nobody. Because logged out users dont have access to forms.

So the settings in DISPLAY GROUPS only cover who sees what on forms.

If you want to change template stuff, try the {jrUser_is_logged_in()} function.
michael
@michael
04/09/18 04:58:08PM
7,819 posts

VR / 360 video experiences - any interest?


Off Topic

That's very cool. I dont have a VR headset, but love the concept.
michael
@michael
04/09/18 01:19:25AM
7,819 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

cant see all the info, but that looks like a USER form field not a profile form field.
michael
@michael
04/08/18 09:37:47PM
7,819 posts

How to reply to comments in a comments list


Using Jamroom

The reason is that when you make a list of comments, there is not going to be a comment form there unless you put one there.

The REPLY button is expecting you to have put a comment reply form in there somewhere so the user can reply.
  <a id="cform"></a>
is what the javascript on the REPLY button is searching for. You can see the rest of the form in the jrComment/template/comment_form.tpl template.

If you're wanting to remove the reply button, i'd suggest CSS. If you're wanting to add the comment form too, it might be doable with a TEMPLATE CODE widget and site builder.
michael
@michael
04/07/18 10:09:09PM
7,819 posts

changes in configuration are not taking effect


Installation and Configuration

Send us your login info to support at jamroom dot net along with
* a link to this thread
* the location to login
* a profile where I can test it to see whats going on.

Thanks.
michael
@michael
04/07/18 01:44:58PM
7,819 posts

profile custom feilds quota issues (opposite expected behavior)


Using Jamroom

could you take a screenshot of the Form Designer setup form for the fields please.
michael
@michael
04/07/18 01:41:19PM
7,819 posts

changes in configuration are not taking effect


Installation and Configuration

that error is unrelated to increasing upload limit, but it should be fixed either by adding your credentials or by disabling the module.

The docs for increasing phps upload limit are here:

Docs: "HowTo increase PHPs Upload Limit"
https://www.jamroom.net/the-jamroom-network/documentation/howto/748/howto-increasing-phps-upload-limit

If they dont work, contact your hosting company for help getting them activated.
michael
@michael
04/05/18 08:54:59PM
7,819 posts

biography left and right side


Design and Skin Customization

You can put it wherever you like. You will need to adjust the templates where you want it to show.

If you havent found {debug} yet it will be really helpful for what you are doing:

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