Difference between revisions of "Category:MediaWiki"

From Organic Design wiki
m
m
Line 1: Line 1:
= LocalSettings snippets =
+
== LocalSettings snippets ==
 
By adding the following code to ''index.php'' the [[LocalSettings.php]] article is executed after processing the usual ''LocalSettings.php'' file. Some of the articles in this category are code snippets which can be pasted into the [[LocalSettings.php]] article and can extend the MediaWiki functionality. These are far simpler to install and maintain than proper extensions.
 
By adding the following code to ''index.php'' the [[LocalSettings.php]] article is executed after processing the usual ''LocalSettings.php'' file. Some of the articles in this category are code snippets which can be pasted into the [[LocalSettings.php]] article and can extend the MediaWiki functionality. These are far simpler to install and maintain than proper extensions.
<table class=document-code><tr><td>
+
<php>
 
{{:index.php hook}}
 
{{:index.php hook}}
</table>
+
</php>

Revision as of 01:42, 22 May 2007

LocalSettings snippets

By adding the following code to index.php the LocalSettings.php article is executed after processing the usual LocalSettings.php file. Some of the articles in this category are code snippets which can be pasted into the LocalSettings.php article and can extend the MediaWiki functionality. These are far simpler to install and maintain than proper extensions. <php> Index.php hook </php>