Quote:
I would like to have a possibility to include html files without problems.
WFSection 2 will be a giant leap forward about all this.
Catz made a recent post about it, maybe you can tell us what features you really need, and we can talk about it there.
Quote:
Extending XOOPS by adding userdefined forms
We do you mean here ? If it is the possibility to create custom content types, you'll have to wait, but I hope we're going in the good direction.
Quote:
A smarty based admin area
Well, I don't agree 100% with that one. However, being able to change its appearance is needed, so I choosed an intermediary option.
1) The admin is a sensitive part and messing with it is not good. So changing the admin layout should be a bit restricted.
2) When using smarty, the content is sent once everything has been processed, while in the admin it is sent without buffering (so you see things as they are done), and this is an useful feature.
So: I created a way to allow people to customize the admin interface by making a small php script (one function for the header, one for the footer).
However I can't tell you to get it already coz it requires a new config option to be added, so that means it wouldn't work with the actual versions (and in fact, talking about this reminds me of the fact I haven't sent the changes in CVS).
Also, having the outer layout non-smarty enabled doesn't mean you can't use smarty for what's in the "content zone", but it will be to module writers to choose it (in fact they can already...).
Quote:
Documentation. I know this is in the works but it's really a must. Right now I tend to find functions by looking at others code but I'm sure there's some beautiful functions lying around no one uses cause they don't know they’re there.
200% agreed. I've just made a post on the coreteam site so say how I think this is an important point. And anyway, waiting for that, the 2.1 release cycle will evolve. There will be an alpha version quite early, and incremental updates. That means we'll be able to tell about new features as they arrive, and maybe this can help making a better documentation in time.
Quote:
btw, I think skalpa already has an idea similar to this in the works

Actually, it's still in my mind. But the day I manage finding the way not sleeping anymore, you'll have it
Seriously, as 2.1 won't be here right now, consider it's planned for it.
Quote:
Having this allows you to theme differently for each module
It's already there !
Check <{$module.directory}> and <{$module.name}>
Also, theme writers may want to try "Smarty debug" mode in PHP or insert <{debug}> in their templates to see all the defined variables.
In short: this means we really need a technical documentation.
Skalpa.>