[Phpslash-devel] story save plugins
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-11-07 16:30:47
|
I've been working to change the text modifiers ( plaintext, exttrans) into a general plugin system that could easily support wiki text, etc. My thoughts are to provide a plugin script in the module/story directory instead of incorporating it in the Story class. I'm not set on either yet. The plugins would be in a subdirectory much as blocktypes. There exists the ability to have the same ability for display time plugins too. Where the text would be as submitted but modified for display. Should these plugins be in the same directory and designated some other way? Care has to be made if these are installed in a web accessible directory that they will be safe if called directly. Phorum had a security flaw in this regard. Joe |