(-1) unless better specification.naderman wrote:With the new hook system and the way cron works we make it possible for MODs to consist only of files to be added. However presently they still need to be located in different directories in various places. I'm wondering if we can make it so that a MOD consists of exactly one directory so that uninstalling it simply means removing that directory (and database changes of course). Any thoughts on this?
- I don't how does this would work for mods with an ACP and many frontend php/html/js/css files. are those to be put there also ?
- This implies that there are no template file changes then. is the template hooks spec up to it ? what if you have many styles ?
- will it cover custom pages ?
- you will at least need to define clear path definitions for other files, like explained in the wordpress codex http://codex.wordpress.org/Determining_ ... irectories.
- what's the name of the mods directory ?
/phpbb-plugins
? (like wp-plugins)/mod
s ?/store/mods
? (seems to be the best choice imo)