To recover your old ProBoards account, you need to request password recovery on this forum using your display name (the one that is shown on your posts). You will then get an email, be sure to check your junk email folders. The email we have set up may have issues temporarily, we are working on changing it. If you have issues, please try again in a few hours.
Join the IRC at #frutiger-aero-archive on LiberaChat for any account-related inquiries.
If you have registered after the 7th of November or have never posted, you need to re-register.
I don't know where I should post this and this just felt like the best spot. Anyways, on the avatar selector two avatars look like they're missing. Is this supposed to be like this?
I don't know where I should post this and this just felt like the best spot. Anyways, on the avatar selector two avatars look like they're missing. Is this supposed to be like this?
All the avatars I added are there, so it's some placement glitch I think. I see it too, but I have no idea what causes that to happen.
I don't know where I should post this and this just felt like the best spot. Anyways, on the avatar selector two avatars look like they're missing. Is this supposed to be like this?
All the avatars I added are there, so it's some placement glitch I think. I see it too, but I have no idea what causes that to happen.
I found the fix for the placement issues. For some reason enforcing that the avatars are 150px x 150px fixes the issue. ¯\_(ã)_/¯
.avatar-wrapper { width: 150px; height: 150px; }
I noticed that in Inspect Element all avatars were 150px x 150px except the first and third, so I added that CSS to the loaded webpage and it fixed it. Why it fixed it? I have a theory, but I don't know how to explain it.
All the avatars I added are there, so it's some placement glitch I think. I see it too, but I have no idea what causes that to happen.
I found the fix for the placement issues. For some reason enforcing that the avatars are 150px x 150px fixes the issue. ¯\_(ã)_/¯
.avatar-wrapper { width: 150px; height: 150px; }
I noticed that in Inspect Element all avatars were 150px x 150px except the first and third, so I added that CSS to the loaded webpage and it fixed it. Why it fixed it? I have a theory, but I don't know how to explain it.