Forum Activity for @michael

michael
@michael
04/20/17 01:10:33AM
7,832 posts

Firefox Warning when Logging In


Using Jamroom

the comslider iframe houses a url that is http:// not https:// so it needs changing.

Looking on their website:
http://www.comslider.com/

I can see on the bottom left: "My website is HTTPS secure". Might need to check that for your widget. (screenshot)
comslider.jpg comslider.jpg - 176KB
michael
@michael
04/20/17 01:04:23AM
7,832 posts

Firefox Warning when Logging In


Using Jamroom

can you check that penywhistle site has
ACP -> MODULES -> USERS -> USERS -> GLOBAL CONFIG -> SITE SETTINGS -> Create SSL URLs

checked please. There are a couple of src="http://....." links in your home page that I would expect not to see. Expected them to be https://.....
michael
@michael
04/19/17 08:55:12PM
7,832 posts

Firefox Warning when Logging In


Using Jamroom

change the http to https.

see if that fixes it.
........src="http://commondatastorage.googleapis.com/comslider/target/users.......
to
........src="https://commondatastorage.googleapis.com/comslider/target/users.......
michael
@michael
04/19/17 08:18:27PM
7,832 posts

Audio Download on or off


Installation and Configuration

These solved questions seam related:
https://www.jamroom.net/the-jamroom-network/forum/new_posts/48645/block-audio-download-for-guests
https://www.jamroom.net/the-jamroom-network/forum/new_posts/33671/how-to-allow-free-audio-file-downloads-only-to-logged-in-members/search_string=downloads

An plan for what you are wanting to is:
* Use the Form Designer to add a checkbox to the CREATE/UPDATE form of the audio module.
* Edit the templates to adjust the download button to show or not show based on whether that checkbox is checked.
michael
@michael
04/19/17 07:37:07PM
7,832 posts

Firefox Warning when Logging In


Using Jamroom

Google analytics should be fine. The thing to keep an eye out for is: if the lock doesnt go to locked, then that usually means that somewhere on the page there is a link to a non-https link.

In that case use ctrl+u to see the page source code, then ctrl+f (find) and search for "http://" to see if you can see the offending culprit.

Or just paste the link here and we can work it out together.
michael
@michael
04/19/17 07:34:01PM
7,832 posts

Blocking Pinterest.


Using Jamroom

First step is to show me the code. Put it inside [ c o d e ] [ / c o d e] blocks here.

Can't say "I want to add code" and "Im not a coder" in the same sentence ;) action of doing one makes you the other.

These are the docs on how to do it:

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
updated by @michael: 04/19/17 07:34:47PM
michael
@michael
04/19/17 12:56:31AM
7,832 posts

Displaying Quota Name


Design and Skin Customization

{debug} is probably what you're after.

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

Throw a {debug} in your template where the number is coming out and locate the corresponding quota name. Change the variable to use the one with the name on it.
michael
@michael
04/18/17 09:41:50PM
7,832 posts

Firefox Warning when Logging In


Using Jamroom

Strumelia:....Can I do this on my two jr sites as well? -Or do I need to do something special beforehand?...
Yes. nothing special needed.
Strumelia:.....
Will I need to change all my current site hotlinks as well, or can those all remain the same?....
no, just do that second part of the instruction and it will happen automatically.
----------------
Then in your jamroom ACP go to
ACP -> MODULES -> USERS -> USERS -> GLOBAL CONFIG -> create SSL URLs

to force all incoming links to be redirected to the https:// version of your site, then it will be secure.

----------------
Strumelia:.....
Can I revert back to the way it was previously if this SSL enablement causes a problem?.....
yes you can revert if you dont like it.
  234