1
I've got some thoughts about the database structure, after 2.2.x come on the way.
Particularly I got thoughts looking at the user table..
Do have `user_avatar`, `rank`, `level` really to be in this table? Maybe (or maybe not) you can add `uname` and `name` to that list.
I mean.. I love the new XOOPS profile fields in particullary for leaving away from my user table the unneeded informations.
So basically:
One can use the same LOGIN name but have differents profile field on various websites.
One can easily hack a pair of core class to take login information from different tables instead of xoopsDB->prefix('user').
One can make it's own profile fields module.
So, my complain is: why you didn't do this completely?
banned,