From: Dmitry M. <dm...@la...> - 2004-06-09 19:50:43
|
Hello all. I need a suggestion on how to implement a plugin. Basically I'm trying to submit some additional data on page edit. I've hacked editpage.php which seems to work fine. For the final version however, I want the whole thing implemented as a plugin. This is not a problem for retrieving data as the engine passes control to the plugin on page load (which is all I need). I can't think of a nice way to do it on page edit (and can't find anything in code). Any suggestions? -d |