5
Thanks for that link, I will look there.
I've looked at the latest documentation here, the visual introduction, it sure is a helpful documentation to use XOOPS "as is" after an installation.
I will look at the dev.xoops wiki, if its the same as here its not much, but if theres more there...
I dont mind to wade through sourcecode to find out things, but I dont think I should have to, it timeconsuming and means I have to figure out what goes where in calls and why instead of getting an API to follow. I resent having to spend the little time I have researching how others coded the stuff I'm supposed to use when they, who did the code, could easliy have documented it in the first place and made their intentions clear.
For an easy example, the XoopsForm* functions... all thats available is the "huge" png really, and lots of code to wade through... I more or less made my own documentation to be able to use it, same goes for all the object calls of the user object.
For a good example on HOW i could be done, the very simple documentation that smarty itself comes with is more then enough to make coding it very simple.
Maybe dev.xoops has something...