LDraw.org Discussion Forums

Full Version: LDRAW Wiki Logo broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

the logo in the top left corner of the LDRAW Wiki is broken:
https://wiki.ldraw.org/wiki/Category:Software

[attachment=11301]

The reason is that the configured image
https://wiki.ldraw.org/common/images/ban...ki-red.png
(probably configured in LocalSettings.php)
does not exist anymore.

I tried to fix this by adjusting the CSS at
https://wiki.ldraw.org/index.php?title=M...oldid=6906
, but failed, because this setting is overwritten by LocalSettings.php I think.

Thus, I ask someone with access to the server to change the configuration in LocalSettings.php and let the configured image URL be
https://wiki.ldraw.org/images/6/60/Wiki_Logo.png

thanks
Steffen
Fixed. I forgot to add the symlink to the common directory when I moved the wiki to the new server.
cool, thanks.

I will remove my CSS attempt then again.