Forum Activity for @michael

michael
@michael
08/08/18 05:41:08PM
7,820 posts

Change the icon size of the user images


Design and Skin Customization

Turn on "Template name in source" then inspect the element to see which template its in.
inspect.jpg inspect.jpg - 183KB
michael
@michael
08/06/18 09:12:37PM
7,820 posts

Top List chart by Genre


Design and Skin Customization

use {debug} to make sure that there is a value at {$item.audio_genre} where you're trying to use the {jrCore_list} call. If there is no value in that variable your jrCore_list call will fail for sure.

You're going to need a way to choose a genre, so probably that's going to come from the url
site.com/the-genre-choosing-page/genre=punk

if you had a URL like that then inside the the-genre-choosing-page.tpl file the {debug} panel would show you that you have the work "punk" available on {$_post.genre}, so use THAT in your jrCore_list call.

--edit--
Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
updated by @michael: 08/06/18 09:13:28PM
michael
@michael
08/06/18 09:04:44PM
7,820 posts

Tracker Re-branding Issue to Action


Design and Skin Customization

search for "issue" in the LANGUAGE tab of the Tracker module and change that to 'Action'. should do it.
michael
@michael
08/06/18 09:00:39PM
7,820 posts

Site-Wide Background Changes


Design and Skin Customization

site wide background color I would look for the current one being used in the CSS at the highest level then either add some extra newer CSS after that one is implements so that your one works, or change it where it is if its in a skin .css file and the skin has been cloned.

Each site builder section will have its own uniquie ID, use that to target it via CSS.

--edit--
It MAY be possible to change the background color via the STYLE tab of the skin, depends if the skin has been setup to allow that as an option or not. ( I prefer the SFTP upload system way of doing things as I find it easier to locate changes later on.)

The skins CSS files will be found at /skins/ YOUR SKIN /css/*

and if you want to add a new css file, add the file there then link to it from inside the skins include.php file in the _init() function. you'll see other examples of how to in there.
updated by @michael: 08/06/18 09:03:00PM
michael
@michael
08/06/18 01:15:43AM
7,820 posts

Custom Skin Upgrades


Design and Skin Customization

If you don't want to clone the skin, then instead use the Template Editor for changes:

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

Any template not changed will get the update. any template changed will require merging.

If you have a better idea on how to manage the cloned skins, we're open to ideas.

What it sounds like you're asking:

ORIGINAL TEMPLATE:
This is some text, the color is blue
skin cloned and text changed to
Balloon rides 30 min $60
Then the original template is changed to
This is some text, the color is red

Cant think of any other way than manual merge to not screw up the cloned skin. Seams like the way version control systems (ie GIT ) do it too, by asking for manual input.
michael
@michael
08/05/18 06:44:41PM
7,820 posts

WARNING: Mailgun Phishing attempt


Announcements

Just now this email came in to our support system that seamed like it was mailgun.com related. Since we use mailgun with jamroom it seamed related.

It is a phishing attempt to try to collect a valid mailgun email account.

If you get an email that looks related to mailgun make sure you are at mailgun.com before putting in your login credentials.

They have built a site that LOOKS like mailgun but is not. Make sure you only login to the REAL mailgun.

If they're sending it to us, they're probably sending it to others too.
not_mailgun.jpg not_mailgun.jpg - 97KB

updated by @michael: 11/07/18 03:33:22PM
michael
@michael
08/04/18 10:02:06PM
7,820 posts

Custom Skin Upgrades


Design and Skin Customization

When something changes in a skin, if you want the changes you have to add those changes to your skin, yes.

If the change is to a module it will automatically appear in the skin. if the skin overrides the module then gets updated you will need to add those changes in if you want those changes.
michael
@michael
08/04/18 09:50:05PM
7,820 posts

PHP Fatal error: Uncaught Swift_RfcComplianceException


Using Jamroom

the message says "thats not a valid email address".

Its unrelated to your site not sending emails. How are you trying to send emails? via localhost, via separate SMTP server, via mailgun?
michael
@michael
08/04/18 09:47:07PM
7,820 posts

Stream Pay Question


Jamroom Developers

a log is just that, a log. There should be a payouts screen too that gives you the totals of who has earned how much.
michael
@michael
08/04/18 06:30:53AM
7,820 posts

my site been hacked?


Using Jamroom

thanks for the update.
  116