I think you would add require_once(path to your code) into LocalSettings.php. This is how MediaWiki learns about your extensions, be it special pages, hooks or whatever. So there is no point in having an initialization hook - during initialization you would tell MediaWiki about the hook that should be called during intitialization - why not just run your initialization code right away. Marko
On 10/26/07, KAndreou@rccl.com KAndreou@rccl.com wrote:
I was wondering, if I wanted to make modifications on initialization, where would I put the code? Is there an "Wiki Initialize" hook? What is the very first hook that gets called?
Kimon _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l