LDraw.org Discussion Forums
LDRAW Wiki Logo broken - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: Administrative (https://forums.ldraw.org/forum-4.html)
+--- Forum: Website Suggestions/Requests/Discussion (https://forums.ldraw.org/forum-23.html)
+--- Thread: LDRAW Wiki Logo broken (/thread-28181.html)



LDRAW Wiki Logo broken - Steffen - 2024-03-26

Hi,

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

   

The reason is that the configured image
https://wiki.ldraw.org/common/images/banners/default/wiki-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=MediaWiki%3ACommon.css&diff=7416&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


RE: LDRAW Wiki Logo broken - Orion Pobursky - 2024-03-26

Fixed. I forgot to add the symlink to the common directory when I moved the wiki to the new server.


RE: LDRAW Wiki Logo broken - Steffen - 2024-03-26

cool, thanks.

I will remove my CSS attempt then again.