On Mon, Aug 18, 2008 at 10:00 AM, Kevin Jones kevinaj@gmail.com wrote:
I am trying to intercept page edits and send them to a PHP page that will make some modifications to the text and test to see if various conditions have been satisfied.
I have changed the post action of the edit form to point to 'modify.php'. I also added another hidden form field with the original action ($action) as it's value.
Probably a better way to handle this would be to use the ArticleSave hook:
http://www.mediawiki.org/wiki/Manual:Hooks/ArticleSave
Joshua