Content deleted Content added
m fixed outdated CVS link |
No edit summary |
||
Line 213:
==Installation==
#Download and save the file [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/inputbox/inputbox.php inputbox.php] to the ''extensions'' folder of your MediaWiki installation. Make sure you use this link to download the extension, as the latest version in CVS does not work with the current MediaWiki release branch.
#Open and edit the [[LocalSettings.php]] file by adding the following line near the bottom:
<pre>require_once("extensions/inputbox.php");</pre>
|