Simple Machines Community Forum

General Community => Site Comments, Issues and Concerns => Topic started by: Arantor on September 06, 2014, 05:37:34 PM

Title: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 05:37:34 PM
Both the dev and cust badges are missing from the team page. As per dev console, both badge images are returning 404s. See attached. (Yes, it's OS X, deal with it ;D)
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 05:57:33 PM
Confirmed on Windows 7 with FF 32.0 and IE 11.
Title: Re: Developer and Cust badges missing from team page
Post by: mashby on September 06, 2014, 06:09:13 PM
Hmm...I'm still seeing them. Maybe I need more beer to not see them?
Title: Re: Developer and Cust badges missing from team page
Post by: Kindred on September 06, 2014, 06:43:33 PM
can not reproduce...   hmmmm......
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 06:45:18 PM
Strange, like I said, I noticed the missing badges, just for those two teams, on two browsers.
Try clearing your browser cache, then see if they still show.
Title: Re: Developer and Cust badges missing from team page
Post by: Suki on September 06, 2014, 06:48:07 PM
Quote from: mashby on September 06, 2014, 06:09:13 PM
Hmm...I'm still seeing them. Maybe I need more beer to not see them?

Confirmed, with enough beer you begin not seem them.
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 06:50:12 PM
Here are 2 shots from FF 32...

For those that may not see what we are talking about, look at the red boxes where team badge should be.
Title: Re: Developer and Cust badges missing from team page
Post by: Irisado on September 06, 2014, 06:59:26 PM
Tested on Firefox 32 with Windows Vista, and I can see the badges.
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 07:01:17 PM
Tried clearing your browser cache?
Title: Re: Developer and Cust badges missing from team page
Post by: mashby on September 06, 2014, 07:04:03 PM
Arantor's firebug suggests an inline style. I don't see that. Image comes from a style.
.team #dev {
    background: url("http://media.simplemachinesweb.com/images/badges/badge_dev.png") no-repeat scroll 98% 15% rgba(0, 0, 0, 0);
    color: #e85c00;
}
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 07:09:42 PM
Here is what firebug shows me:

Under html:
<dl class="team">
<dt id="dev" style="height: 50px; background-image: url("http://www.simplemachines.org/about/badges/smfbadgedev2.jpg");" title="">Developers</dt>


Under style box at right:

element.style {
    background-image: url("http://www.simplemachines.org/about/badges/smfbadgedev2.jpg");
    height: 50px;
}
#secondarybody dl.team dt {
    border-bottom: 1px dotted #aaa;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.4em;
    padding: 0 0 0.4em;
}


With this part striked out:
.team #dev {
    background: url("http://media.simplemachinesweb.com/images/badges/badge_dev.png") no-repeat scroll 98% 15% rgba(0, 0, 0, 0);
    color: #e85c00;
}
body, td, th, tr {
    color: #444;
}
body {
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
}
Title: Re: Developer and Cust badges missing from team page
Post by: Kindred on September 06, 2014, 07:17:51 PM
BK...   teach your mother to suck eggs?

Of course we checked after clearing the cache. :P

still can't recreate the issue.

It's not that we doubt you (so there was no need for the screen shot) it's just that it appears to be perhaps a single server that is failing to provide the images (?)
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 07:24:38 PM
I've tried it with 3 different browsers (Chrome, Opera, Firefox), being served up by any of the servers possible... And it is impossible for me to reproduce this in any way. It always works.

You got some weird browser extension running? (Eg; can you see it in your browser's safe mode?)
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 07:25:51 PM
Possible, but the comment you made, (Especially, since my mother died a couple months back, and comments like that are a little touchy to me) was rather unnecessary, as you also, have made such "suggestions" when they would appear obvious to others, and I also went and tried clearing my browser's cache even after asking you all.

Now as to the issue, you may have a good point, that could be, but I can't say for sure, not knowing SMF's server setup. :P

Core, my IE has no addons installed.
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 07:26:50 PM
Both Chrome and Safari have the same behaviour for me with no browser extensions loaded in either case.

In the case of the dev badge, it appears - and subsequently disappears when the secondary image fails to load, as per the 404s reported in my first post. Both browsers show this behaviour.
Title: Re: Developer and Cust badges missing from team page
Post by: Justyne on September 06, 2014, 07:27:57 PM
Quote from: CoreISP on September 06, 2014, 07:24:38 PM
I've tried it with 3 different browsers (Chrome, Opera, Firefox), being served up by any of the servers possible... And it is impossible for me to reproduce this in any way. It always works.

You got some weird browser extension running? (Eg; can you see it in your browser's safe mode?)

No I don't, and I have the issue too. If you want me to try run anything or so just say.
Title: Re: Developer and Cust badges missing from team page
Post by: mashby on September 06, 2014, 07:30:43 PM
Tried in 5 different browsers, some where I'm logged in and some where I'm logged out. I never get this rendered:
<dl class="team">
<dt id="dev" style="height: 50px; background-image: url("http://www.simplemachines.org/about/badges/smfbadgedev2.jpg");" title="">Developers</dt>


That would certainly make the stylesheet reference get overwritten. I guess being on the team, we don't get inline styling like that maybe? I was going to try to have some wine to see if that made them disappear.
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 07:32:14 PM
I never thought of that. The only people that seem to see them, are team members.
Title: Re: Developer and Cust badges missing from team page
Post by: mashby on September 06, 2014, 07:33:33 PM
What does it look like if you use a browser where you're logged out? Or log out of the one you're using?
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 07:37:03 PM
Showed to guest in Chrome for me...

As soon as logged in, they poofed.
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 07:37:33 PM
Same here, fine logged out.
Title: Re: Developer and Cust badges missing from team page
Post by: Justyne on September 06, 2014, 07:37:39 PM
Only when I am logged in oddly enough. When I log out the badges show.
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 07:38:50 PM
I see them when I'm logged in or logged out, no difference. What gets me is that I never seem to get this part:

<dl class="team">
<dt id="dev" style="height: 50px; background-image: url("http://www.simplemachines.org/about/badges/smfbadgedev2.jpg");" title="">Developers</dt>


I just see

<dt id="dev">Developers</dt>

And when looking at the styles section for that it shows
background: url(http://media.simplemachinesweb.com/images/badges/badge_dev.png) no-repeat 98% 15%;

Over and over, no matter which browser. No matter which server I force. Logged in, logged out...
*softly starts playing ghostbusters theme*
Title: Re: Developer and Cust badges missing from team page
Post by: mashby on September 06, 2014, 07:40:06 PM
Would be interesting to see this raw file. :)
team.php
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 07:40:18 PM
That's because we're special ;D
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 07:54:41 PM
Arantor, mashby, justyne; can you clear your cache and try again?
Title: Re: Developer and Cust badges missing from team page
Post by: Justyne on September 06, 2014, 07:58:35 PM
still missing
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 07:58:59 PM
Beats me then, something for oldies/sleepy to look in to :P
Title: Re: Developer and Cust badges missing from team page
Post by: mashby on September 06, 2014, 08:05:51 PM
Cache cleared. I still see them. :)

Go Buckeyes.
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 08:06:29 PM
Cache clearing made no difference.
Title: Re: Developer and Cust badges missing from team page
Post by: Bigguy on September 06, 2014, 08:13:08 PM
I see them all .
Title: Re: Developer and Cust badges missing from team page
Post by: Deaks on September 06, 2014, 08:18:47 PM
I dont see them logged in on any browser fwiw
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 08:25:23 PM
Justyne dear, could you please try again? (Clearing cache first may be required.)
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 08:33:50 PM
Nevermind. :) Tested with Arantor. (Thanks!)

It turns out that Friends cannot see them. Justyne still was set as a friend as well, hence why it didn't load for her either.
(It should load OK for you now, though. :P)
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 08:35:15 PM
So, I was partly right when said team members could see, yet non-team could not, except for guests.
Did any regular member test it?
Title: Re: Developer and Cust badges missing from team page
Post by: LiroyvH on September 06, 2014, 08:36:17 PM
Quote from: BurkeKnight on September 06, 2014, 08:35:15 PM
So, I was partly right when said team members could see, yet non-team could not, except for guests.
Did any regular member test it?

When Arantor's friend status got removed, he was a regular member. So yes. :P
So non-team can see it just fine, guests can see it just fine; only Friends cannot.
Title: Re: Developer and Cust badges missing from team page
Post by: Burke ♞ Knight on September 06, 2014, 08:37:51 PM
I missed his badge going MIA....LOL
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 09:03:05 PM
Don't get excited by it, mkay? Won't be happening again any time soon ;D
Title: Re: Developer and Cust badges missing from team page
Post by: Deaks on September 06, 2014, 09:08:43 PM
i saw it ... was like WTF!!!

Even messaged his boss!
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 09:24:18 PM
You could have just asked ;)
Title: Re: Developer and Cust badges missing from team page
Post by: Deaks on September 06, 2014, 09:34:02 PM
I was busy I had weird day!
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 09:40:03 PM
You and me both but my day drastically improved in the evening. :)
Title: Re: Developer and Cust badges missing from team page
Post by: SleePy on September 06, 2014, 10:23:29 PM
Quote from: mashby on September 06, 2014, 07:40:06 PM
Would be interesting to see this raw file. :)
team.php

You just don't know where to look ;)

This issue should be all fixed up.  Some legacy code
Title: Re: Developer and Cust badges missing from team page
Post by: Arantor on September 06, 2014, 10:26:58 PM
Awesome, thanks.