Jump to content

Austrian Economics Wiki talk:LocalSettings.php: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
m Contributor de-identification
 
Line 2: Line 2:
What is the purpose of this page? {{nowrap|--[[User:John James|John James]] ([[User talk:John James|talk]]) 01:36, 9 September 2012 (MSD)}}
What is the purpose of this page? {{nowrap|--[[User:John James|John James]] ([[User talk:John James|talk]]) 01:36, 9 September 2012 (MSD)}}


:So people can make better-informed comments and requests pertaining to configuration settings. It's hard to know what to suggest changing if one doesn't know what's already there. [[User:Nathan Larson|Nathan Larson]] ([[User talk:Nathan Larson|talk]]) 05:17, 9 September 2012 (MSD)
:So people can make better-informed comments and requests pertaining to configuration settings. It's hard to know what to suggest changing if one doesn't know what's already there. [[User:FormerContributor-78162cb3|FormerContributor-78162cb3]] ([[User talk:FormerContributor-78162cb3|talk]]) 05:17, 9 September 2012 (MSD)


::Where did you get that code? {{nowrap|--[[User:John James|John James]] ([[User talk:John James|talk]]) 06:02, 9 September 2012 (MSD)}}
::Where did you get that code? {{nowrap|--[[User:John James|John James]] ([[User talk:John James|talk]]) 06:02, 9 September 2012 (MSD)}}
:::It was posted to the Google mailing list. It's probably slightly out of date by now. I made sure all [[mw:Manual:List of MediaWiki configuration settings containing sensitive data|this stuff]] was redacted before posting here. I just noticed, by the way, that it has an unnecessary require_once for ConfirmEdit; that is superfluous when there is a require_once for Asirra. [[User:Nathan Larson|Nathan Larson]] ([[User talk:Nathan Larson|talk]]) 11:57, 9 September 2012 (MSD)
:::It was posted to the Google mailing list. It's probably slightly out of date by now. I made sure all [[mw:Manual:List of MediaWiki configuration settings containing sensitive data|this stuff]] was redacted before posting here. I just noticed, by the way, that it has an unnecessary require_once for ConfirmEdit; that is superfluous when there is a require_once for Asirra. [[User:FormerContributor-78162cb3|FormerContributor-78162cb3]] ([[User talk:FormerContributor-78162cb3|talk]]) 11:57, 9 September 2012 (MSD)


== Collapsetop ==
== Collapsetop ==
Line 13: Line 13:
$wgHooks['SkinAfterBottomScripts'][] = 'mises_analytic_scripts';
$wgHooks['SkinAfterBottomScripts'][] = 'mises_analytic_scripts';
</source>
</source>
I don't know whether those analytic scripts do anything important for us, but they screw up our collapsible templates. [[User:Nathan Larson|Nathan Larson]] ([[User talk:Nathan Larson|talk]]) 09:42, 14 October 2012 (MSD)
I don't know whether those analytic scripts do anything important for us, but they screw up our collapsible templates. [[User:FormerContributor-78162cb3|FormerContributor-78162cb3]] ([[User talk:FormerContributor-78162cb3|talk]]) 09:42, 14 October 2012 (MSD)

Latest revision as of 07:05, 23 July 2026

Useless page?

What is the purpose of this page? --John James (talk) 01:36, 9 September 2012 (MSD)

So people can make better-informed comments and requests pertaining to configuration settings. It's hard to know what to suggest changing if one doesn't know what's already there. FormerContributor-78162cb3 (talk) 05:17, 9 September 2012 (MSD)
Where did you get that code? --John James (talk) 06:02, 9 September 2012 (MSD)
It was posted to the Google mailing list. It's probably slightly out of date by now. I made sure all this stuff was redacted before posting here. I just noticed, by the way, that it has an unnecessary require_once for ConfirmEdit; that is superfluous when there is a require_once for Asirra. FormerContributor-78162cb3 (talk) 11:57, 9 September 2012 (MSD)

Collapsetop

Okay, I figured out what was causing our collapsible templates not to work. When I comment out this line, Template:Collapsetop works like a charm:

$wgHooks['SkinAfterBottomScripts'][] = 'mises_analytic_scripts';

I don't know whether those analytic scripts do anything important for us, but they screw up our collapsible templates. FormerContributor-78162cb3 (talk) 09:42, 14 October 2012 (MSD)