Talk:Downloads/Landing page
Appearance
Did something happen to make Imagemaps stop working??? --Walter 10:35, 21 April 2011 (EDT)
--- LocalSettings1.php 2011-04-21 11:46:50.000000000 -0400
(back-edited to create diff)
+++ LocalSettings.php 2011-04-21 11:42:49.000000000 -0400
@@ -241,14 +241,16 @@
require_once( "$IP/extensions/TitleBlacklist/TitleBlacklist.php" );
# bernie: helps fight vandals
-include_once('$IP/extensions/CheckUser/CheckUser.php');
+# 21 April 2011 fgrose: updated to remove '$IP/' prefix
+include_once('extensions/CheckUser/CheckUser.php');
# bernie: also help fight vandals
include_once('includes/DatabaseFunctions.php');
include_once("$IP/extensions/bad-behavior/bad-behavior-mediawiki.php");
# bernie: requested by FGrose: http://bugs.sugarlabs.org/ticket/580
-include_once('$IP/extensions/ImageMap/ImageMap.php');
+# 21 April 2011 fgrose: updated to remove '$IP/' prefix
+include_once('extensions/ImageMap/ImageMap.php');
# 23-July-2010 fgrose
$wgVectorUseIconWatch = true;
This was needed to fix the loss of ImageMap functionality in the last
day or two.
--Fred
- Thanks for fixing this. --Walter 13:41, 21 April 2011 (EDT)
We seem to have lost the ImageMap functionality again... --Pikurasa (talk) 10:10, 30 April 2024 (EDT)