Forum Activity for @michael

michael
@michael
07/05/17 10:24:45PM
7,827 posts

index.tpl redirect to existing page


Design and Skin Customization

Add this in to index.tpl
{jrCore_location('http://YOUR-SITE.COM/home')}
michael
@michael
07/04/17 10:47:25PM
7,827 posts

Phasing out Oneall Login


Installation and Configuration

Love to know how to reproduce this. My guess is something wrong with the $_SESSION info that gets setup on jamroom after the user has logged in.

Guessing its different if logged in via oneall vs via normal login.
michael
@michael
07/04/17 10:44:30PM
7,827 posts

Some users not being logged out causing issues?


Using Jamroom

If they are logged in, tell them to log out and back in again.

See if that fixes it.
michael
@michael
07/03/17 09:32:37PM
7,827 posts

Remove Item Sharing Box


Design and Skin Customization

Add a css rule to one of the files in your cloned skin:
/skins/(YOUR SKIN)/css/(any file you like in here).css

.action_feedback {
    display: none;
}

Docs: "Connecting to your server using SFTP"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp

After connecting to your server, you can adjust the file in your skin using a regular text editor, or web development program.
action_feedback.jpg action_feedback.jpg - 231KB
michael
@michael
07/03/17 09:24:45PM
7,827 posts

Follow me skin, forum strange text hard to read?


Design and Skin Customization

Actually, i think you have it in the wrong place. In your screenshot of the code, its on the BR after the link, not after the image. (screenshot)

Try putting it on the BR before the class="normal" section.
br_location.jpg br_location.jpg - 90KB
michael
@michael
07/03/17 09:18:25PM
7,827 posts

Follow me skin, forum strange text hard to read?


Design and Skin Customization

Doug, I told him to put style="clear:left" in there to fix the issue.

Zach, are you sure you're editing the correct file and that the changes are coming out. Try adding WHERE DOES THIS COME OUT??????????? to the template and activate it. Check the page to make sure that text is coming out on the page where you're trying to make the change.

Need to know the place you're making the change is the same place that you're expecting to see the changes happen.
michael
@michael
07/03/17 01:16:57AM
7,827 posts

jrLaunch description flows off page at 1280px


Using Jamroom

I changed .wrap to 90% and that seems like its going ok.

Added in the margin and padding on the launch_submit_button.

Thanks, that's nicer. :)

--edit--
changes added in jrLaunch 1.2.2
updated by @michael: 07/03/17 01:23:22AM
michael
@michael
07/02/17 09:48:44PM
7,827 posts

Remove Blog Categories Button


Design and Skin Customization

This is a method for locating where things are so you can change them:
Forum Question: How to adjust a template

Not sure what that is a screenshot of, but with the above method you can find it, then change it with:

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
  209