Forum Activity for @michael

michael
@michael
07/07/17 09:36:39PM
7,832 posts

index.tpl redirect to existing page


Design and Skin Customization

Guess that means your sorted :) well done!
michael
@michael
07/06/17 11:57:05PM
7,832 posts

jrUrlScan and links as list items


Using Jamroom

Thanks for finding the problem, then thanks for fixing the problem, then thanks for reporting that it is a problem so it can be fixed up for everyone.

Fixed in next version. jrUrlScan v 1.2.0
michael
@michael
07/06/17 11:17:20PM
7,832 posts

index.tpl redirect to existing page


Design and Skin Customization

what happened when you tried it?

If it worked, then yes. :) If not then try:
{jrCore_location("{$jamroom_url}/home")}
or
{jrCore_location("`$jamroom_url`/home")}
michael
@michael
07/06/17 11:15:43PM
7,832 posts

Audio Pro Landing Page "Welcome to your site.com"


Design and Skin Customization

Use @douglas's second suggestion as it will hold up over skin updates that get released.

There's some docs here:

Docs: "Translate jamroom into another language"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/541/translate-jamroom-into-another-language

That deal with the LANGUAGE tab. Each module has its own LANGUAGE tab where the strings are stored, and the skin you are using also has a LANGUAGE tab. Change the text there to the structure that you want.

Your skins language tab is found at:
http://YOUR-SITE.com/core/skin_admin/language/skin=xxAudioProClone

Well done in cloning your skin before making changes.

Another way to make changes that doesn't involve cloning the skin is Using the Template Editor:

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

The general rule for me is if I want to make changes to the skin via a web development system on my own pc then SFTP those changes up to the server, then clone the skin. If I just want to tweak a thing or two here and there but continue to keep getting any skin updates that may come out, then use the template editor as it will be easier to keep your skin up to date.
michael
@michael
07/05/17 10:24:45PM
7,832 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,832 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,832 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,832 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
  209