Talk:Main Page: Difference between revisions

504 bytes added ,  15:37, 21 March 2016
imported>LiamLime
(Undo revision 14474 by Jimmygee (talk) spambot)
imported>Atlanta-Ned
Line 30: Line 30:
I've seen this error a few times on the wiki. It's usually caused by having <code style="background: #DDD;">$wgUseImageMagick = true;</code> in the LocalSettings.php. Comment this out or set it to false to fix the problem. In [[Guide_to_Atmospherics#Setting_Up_Atmospherics | Guide to Atmospherics]] you'll find an image with this problem. You can use that to verify the fix as needed. --[[User:Rahlzel|Rahlzel]] ([[User talk:Rahlzel|talk]]) 06:31, 30 October 2014 (EDT)
I've seen this error a few times on the wiki. It's usually caused by having <code style="background: #DDD;">$wgUseImageMagick = true;</code> in the LocalSettings.php. Comment this out or set it to false to fix the problem. In [[Guide_to_Atmospherics#Setting_Up_Atmospherics | Guide to Atmospherics]] you'll find an image with this problem. You can use that to verify the fix as needed. --[[User:Rahlzel|Rahlzel]] ([[User talk:Rahlzel|talk]]) 06:31, 30 October 2014 (EDT)
:Disabling the feature is not the proper way to fix it unless it is truly broken. In this case the issue is that image magic wasn't installed on the new server when i switched over. So I Just installed it and in a moment or so wiki should fix itself. Imagemagic is needed because other wise the wiki will serve up the full sized image rather then its thumbnail, imagine loading the 12mb map image every time you loaded the map page (and then again if you went to open up the map). The bandwidth is just too high.[[User:MrStonedOne|MrStonedOne]] ([[User talk:MrStonedOne|talk]]) 08:18, 6 December 2014 (EST)
:Disabling the feature is not the proper way to fix it unless it is truly broken. In this case the issue is that image magic wasn't installed on the new server when i switched over. So I Just installed it and in a moment or so wiki should fix itself. Imagemagic is needed because other wise the wiki will serve up the full sized image rather then its thumbnail, imagine loading the 12mb map image every time you loaded the map page (and then again if you went to open up the map). The bandwidth is just too high.[[User:MrStonedOne|MrStonedOne]] ([[User talk:MrStonedOne|talk]]) 08:18, 6 December 2014 (EST)
== Link the gallery images ==
The gallery images can be linked to pages. I think this would be another good "rabbit hole" to get prospective players interested in the game.
For your convenience, the code is:
<pre>
<gallery perrow=2 mode="packed-hover">
File:frontpage_action.png|link=Xenos|A xenomorph infection.
File:frontpage_mining.png|link=Shaft Miner|Miners gathering minerals.
File:frontpage_medbay.png|link=Chemistry|A normal shift in Chemistry.
</gallery>
</pre>
15:37, 21 March 2016 (UTC)
Anonymous user