Forum Activity for @michael

michael
@michael
09/19/19 07:16:23PM
7,822 posts

javascript trickery to wipe a site from history on leave?


Installation and Configuration

either
* the HISTORY tab of the browser, OR
* use private browsing mode which keeps no history OR
* use a different browser just for that site and delete its history each time. ( I do this for facebook and chrome, both of them want to track me so I only ever use them together, then a different browser for all my regular stuff )

Maybe this one:
https://brave.com/
michael
@michael
09/18/19 10:08:08PM
7,822 posts

Audio Bug?


Design and Skin Customization

Have you changed the Form Designer settings at all?
form_designer.jpg form_designer.jpg - 142KB
michael
@michael
09/17/19 07:01:06PM
7,822 posts

CSS Not Loading, ReferenceError: jQuery is not defined, ReferenceError: $ is not defined


Design and Skin Customization

You're missing the entire head section of your website. Which means when you tried to put back how it was before you've removed something extra. Probably the include for the header file.
head_section.jpg head_section.jpg - 383KB
michael
@michael
09/12/19 06:22:18PM
7,822 posts

requirewd parameter module is missing??????


Installation and Configuration

The url is 404 Not Found.

The error means "you've asked to get the module url for a module, but not said which module you want it for"

What is expected:
{jrCore_module_url module="jrAudio" assign="murl"}
Then {$murl} will be 'audio'.

In your template or template override, for whatever reason the function is turning up like this

{jrCore_module_url module="" assign="murl"}

Since there is no module="" part the function cant return the requested info.

Maybe it was a comment on a module thats now disabled?
michael
@michael
09/10/19 09:27:56PM
7,822 posts

ERROR - MySQL


Using Jamroom

Jamroom 4 is too old to work on any modern server. You'll need an old server to get it to work.

It requires mysql less than 5.2.
michael
@michael
09/08/19 05:35:53PM
7,822 posts

ERROR - MySQL


Using Jamroom

You'll need to contact your server company about that error.
michael
@michael
09/08/19 01:23:15AM
7,822 posts

Not getting emails from jamroom.net


Using Jamroom

Looks like the emails were rejected by spamcop.net blocking mailgun.

The messages look like this:
"JunkMail rejected - rs227.mailgun.us [ip address] is in an RBL: Blocked - see https://www.spamcop.net/bl.shtml?[ip address]"

Have opened a ticket with mailgun to see what needs to change in order for the emails to get delivered. I can see that some mails ARE getting delivered so not sure whats different about these ones.

Will let you know when I know something.
michael
@michael
09/06/19 12:05:56AM
7,822 posts

Marketplace Beta Channel


Installation and Configuration

There will be no beta when stable is at the same point of beta. So what was beta is now stable.

Beta will start coming out again now as more features are added.
michael
@michael
09/06/19 12:04:15AM
7,822 posts

360 degree images for Embed Local Media?


Jamroom Developers

There's a stackoveflow question on how to do it here:

StackOverflow: "Recognizing and displaying 360 degree images in HTML"
https://stackoverflow.com/questions/41437086/recognizing-and-displaying-360-degree-images-in-html

It does not outline how to detect that an image is a 360 degree image though.
  79