Forum Activity for @michael

michael
@michael
05/01/14 11:11:49PM
7,832 posts

jrFile not accepting jpg


Using Jamroom

Some steps on how I can get setup to see it happening would be helpful.
michael
@michael
05/01/14 10:25:45PM
7,832 posts

jrMailer Module Error


Jamroom Developers

Do you know any steps to reproduce the error? What are they?

Thanks.
michael
@michael
05/01/14 09:44:41PM
7,832 posts

form fields not holding values


Using Jamroom

So what your seeing is someone like 'dutin garcea' entering something under "Concerns and Observations" into #1

#1: The garden needs weeding

Then coming back the next day and the text isnt there

#1:

Is that right?

There's no chance the job has been completed so cleared is there?
michael
@michael
05/01/14 07:02:47PM
7,832 posts

form fields not holding values


Using Jamroom

It would be easier to offer guesses if you showed us the values of the form fields that are getting removed.

It could be related. Stripped perhaps.
michael
@michael
04/30/14 09:00:15PM
7,832 posts

background color


Using Jamroom

douglas:I can't figure out why this is not changing on your site?

Its not changing on his site because of some other alteration added to the css file that is screwing up the generated CSS file.

The outputted CSS file looks like this:
//.......
#tag_cloud:hover {
background-color:transparent;
color:#FFF;
}
background: #D4D7D9 url( {
:12px;
}
.form_help {
background-color:#FF66FF;
padding:9px;
border-radius:4px;
}

//.......

Whatever is generating that code thats not attached to anything is screwing it up:
background: #D4D7D9 url( {
:12px;
}

My guess is its somewhere that has
/* @title something */
/* @help This is something */
.something {
  background: #D4D7D9;
}

That needs to be changed to 'background-color':
/* @title something */
/* @help This is something */
.something {
  background-color: #D4D7D9;
}
michael
@michael
04/30/14 08:40:55PM
7,832 posts

Updating Skin


Using Jamroom

That is the changes. More editable sections were added to the CSS section of the admin panel.

Its related to this thread:
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/10586/background-color

To find the specific line number changes, use a diff program to compare the css files.
michael
@michael
04/30/14 06:47:54PM
7,832 posts

Updating Skin


Using Jamroom

It depends on how you have been customizing the skin. If you have been customizing it via the TEMPLATE tab in the skins section of the ACP then when a new version comes in via a marketplace update you can use the "Compare" button in that editor to compare the changed files.

If your using a development environment, then a version control system is the way to go.

Check this out.

"Tip: A method for comparing file changes when updates come in from the marketplace"
http://www.jamroom.net/the-jamroom-network/documentation/development/1586/tip-a-method-for-comparing-file-changes-when-updates-come-from-the-marketplace
michael
@michael
04/30/14 06:10:41PM
7,832 posts

Changing the Ad Banner


Using Jamroom

Check out this thread:

"Remove the Jamroom Banner"
http://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/7681/remove-jamroom-banner

See if it helps. If you get stuck, let us know where you got stuck. (And the skin your using)
michael
@michael
04/30/14 03:31:09AM
7,832 posts

Chained Select Module problem


Installation and Configuration

sekeri:
Global Config tab is empty

its not there at all. what are you expecting to see there.

Run the integrity check.
  702