Important messages to community users. This forum is locked (waze staff only).

Locked

Forum upgrade scheduled on Sunday 15th May 09:00 GMT

Post by The Fej
Next week we will upgrade the forum software version on 09:00 GMT. Process should take between 1 and 2 hours.
The Fej
Waze Management
Waze Management
Posts: 1070
Been thanked: 264 times

POSTER_ID:64

1

Send a message

Post by TerryEasy
Hi all !

It's now from this morning : I can't see any images related to new posts, and any images "go to the last post".
I emptied my cache and reload several times, but nothing fixed it. I only get HTTP 200 responses, so I investigated in HTML : images aren't there !

Code: Select all

<a href="./viewtopic.php?f=10&p=77502#p77502"></a>

Code: Select all

<dl class="icon" style="background-image: url(); background-repeat: no-repeat;">
				<dt title="Unread posts">
					
					<a href="./viewforum.php?f=8" class="forumtitle">Map</a><br />
TerryEasy
Posts: 137
Send a message
HTC Hero - Android 2.1

Post by TerryEasy
Forgot to mention : I also don't have images for "post a reply" and "edit" my posts.
TerryEasy
Posts: 137
Send a message
HTC Hero - Android 2.1

Post by TerryEasy
@wroadd : I think there's more than that, because they don't even are in HTML Source !
Moreover, I just tried to put that code in CSS, and images are still working.

Code: Select all

img {
  width: px;
  height: px;
}
It's only if you write "0" that images disappear.
So, even I agree that's a problem, it's not the root of the problem, I think.
TerryEasy
Posts: 137
Send a message
HTC Hero - Android 2.1

Post by TerryEasy
You right, didn't think at backgrounds :) :oops:
TerryEasy
Posts: 137
Send a message
HTC Hero - Android 2.1

Post by TerryEasy
Work again for me since this afternoon.
TerryEasy
Posts: 137
Send a message
HTC Hero - Android 2.1

Post by wroadd
If You use the waze.com/forum address instead of world.waze.com/forum(which is identically the same context), You will still logged in.
wroadd
Posts: 1839
Been thanked: 4 times
Send a message
Waze Global Champ, (Re)tired
Hardware: Oukitel U22 & iPhone 7
Car: Soca Octavia : red

Post by wroadd
Be sure, it is the same, I'm posting this under the
http://www.waze.com/forum/posting.php?m ... =25&t=9406
link.
The amount of counted post in the "usertag" is the same as the "Forum Posts" under world.waze.com 's MyDashboard.

I'm using it since months and it works.
But maybe krankyd or TheFej will give us answers.
wroadd
Posts: 1839
Been thanked: 4 times
Send a message
Waze Global Champ, (Re)tired
Hardware: Oukitel U22 & iPhone 7
Car: Soca Octavia : red

Post by wroadd
Ok, I found the problem:

The buttons size is invalid in :
http://world.waze.com/forum/style.php?id=1&lang=en

http://www.waze.com/forum/style.php?id=1&lang=en
/* Set big button dimensions */
.buttons div.reply-icon { width: px; height: px; }
.buttons div.post-icon { width: px; height: px; }
.buttons div.locked-icon { width: px; height: px; }
.buttons div.pmreply-icon { width: px; height: px; }
.buttons div.newpm-icon { width: px; height: px; }
.buttons div.forwardpm-icon { width: px; height: px; }
(The original style.php was in my browser cache, but I have refreshed, so can not say the correct values.)
I've written a letter about it to alpha@...
wroadd
Posts: 1839
Been thanked: 4 times
Send a message
Last edited by wroadd on Fri May 20, 2011 4:23 pm, edited 3 times in total.
Waze Global Champ, (Re)tired
Hardware: Oukitel U22 & iPhone 7
Car: Soca Octavia : red

Post by wroadd
The CSS could contain the image file, which is "called" by the div class "reply-icon", but the icon definition is empty, too.
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Big button images */
.reply-icon span { background-image: url(""); }
.post-icon span { background-image: url(""); }
.locked-icon span { background-image: url(""); }
.pmreply-icon span { background-image: url("") ;}
.newpm-icon span { background-image: url("") ;}
.forwardpm-icon span { background-image: url("") ;}
wroadd
Posts: 1839
Been thanked: 4 times
Send a message
Waze Global Champ, (Re)tired
Hardware: Oukitel U22 & iPhone 7
Car: Soca Octavia : red