Forum Activity for @ultrajam

SteveX
@ultrajam
10/20/15 10:00:45AM
2,589 posts

css minifier breaks with a particular rule


Design and Skin Customization

I have some print styles in my css, but the minifier doesn't cope with the first rule which causes a little chaos.

The style is this:
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
...
Which after minification ends up as this:
@media print {color: #000 !important;text-shadow: none !important;background: transparent !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
...

After some investigation it seems that the print styles themselves are fine, the others work, but the following style from Twitter Bootstrap is broken by the minifier which in my case breaks the surrounding print style:
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

updated by @ultrajam: 01/21/16 03:54:14PM
SteveX
@ultrajam
10/05/15 02:01:41PM
2,589 posts

embedded Vimeo vids crashing new Firefox on windows...anyone else?


Off Topic

I mainly use chrome as my "not logged in" testing browser :)
SteveX
@ultrajam
09/17/15 02:15:42AM
2,589 posts

Images on a private profile


Using Jamroom

Thanks Michael :) and happy travels!
SteveX
@ultrajam
09/17/15 02:13:52AM
2,589 posts

jrCore_checktype_json


Jamroom Developers

Thanks Michael :)
SteveX
@ultrajam
09/16/15 08:09:12AM
2,589 posts

Images on a private profile


Using Jamroom

Could someone explain how I can get images to show on a private profile please.

https://www.jamroom.net/the-jamroom-network/forum/my_posts/32400/images-on-private-profile

The images are generated correctly and all the right info is there in the database.

Should I be appending _v= to all images or does the display image function take care of that?

Or should emptying the image cache take care of it?

Thanks
updated by @ultrajam: 01/17/16 02:15:42PM
SteveX
@ultrajam
09/14/15 07:36:25AM
2,589 posts

jrCore_checktype_json


Jamroom Developers

What is jrCore_checktype_json supposed to be checking for? It returns true for a number, or an array, or true/false.

Thanks
updated by @ultrajam: 11/06/15 07:09:49AM
SteveX
@ultrajam
09/14/15 07:26:54AM
2,589 posts

Allowed HTML tags fail validation on shared profile


Using Jamroom

Hi Michael, thanks but that's not possible at the moment.

I'll have to get back to this in a few days time, meantime I can make all authors admins on a temporary basis.
SteveX
@ultrajam
09/09/15 02:04:51AM
2,589 posts

Allowed HTML tags fail validation on shared profile


Using Jamroom

Hi Michael, its the latter - Beth can create and update new items with italics on the linked profile, but cannot update existing items with italics. She can update those existing items if italics are removed.

Thanks
SteveX
@ultrajam
09/08/15 08:02:33AM
2,589 posts

Allowed HTML tags fail validation on shared profile


Using Jamroom

Yes, that's correct, although its on a custom module rather than the forum.

The allowed html tags (and all other quota settings) are the same for Beth's quota and the linked profile's quota.

It seems Beth can add italics to a new item she creates on the linked profile and then update it, but cannot update an item which already exists on the linked profile (created by another user).
updated by @ultrajam: 09/08/15 08:03:07AM
SteveX
@ultrajam
09/08/15 01:15:53AM
2,589 posts

Allowed HTML tags fail validation on shared profile


Using Jamroom

Beth can create and update items which have tags such as i and em in on her profile.

But she gets an error when saving html in a textarea on a profile (on a different quota) she has been added to as an additional profile owner.

Both the quotas have identical settings for the allowed html tags, and Beth is able to edit both profiles, but html validation fails.

Html tags will save if I change Beth to a Master admin, but fails when I change her back to a Profile admin or a Standard user.

Has anyone else seen anything like this happening? Or any ideas as to why?

Thanks
updated by @ultrajam: 10/14/15 08:59:55PM
  89