33
Quote:
irmtfan wrote:
DCrussader:
I review the xoops 2.6 code (but honestly i dont take too much time on it until now) and one can see a huge revamp in the codes. It will definitely be a fabulous version.
language definitions should be changed but maybe in Alpha 2 or 3.
Personally I would like to see a more universal language system where a vast majority of translations are available in a central location. This would allow you to use the same translation table for many modules and such right out of the box without requiring a large amount of work. Just haven't figured out a good way to make something quick that can load that many things in easily or allow quick lookups without taking a bunch of memory in the process.
Quote:
Profile module need a complete revamp. I dont think it is good to replace it with a new one like xRoster unless it can be possible to work like a unique module.
If you saw my postings elsewhere I want to strip the profile module and make it more of a framework module than a do it all module. This will allow much more flexibility and allow easy advances to be made without having to redo the module. The profile module does a lot of things and by making an extensible module things like adding/subtracting/editing items will be a whole lot easier. Profile module handles user registrations, authentication, as well as display information about the user. By making it extensible it will make most of the current social modules obsolete because you will be able to do pretty much anything you want with this setup and make it your own.
xRoster is a very small and really only somewhat mimics a portion of what Profile does. But because xRoster can be very useful to many people for listing people that may or may not be on the system. I plan to test some of the ideas I have for a new profile module with this module. xRoster will not be built into a new Profile module but a new profile module will share many items I build into xRoster.
Quote:
redheadedrod :
Quote:
I will be picking up little things along the way and try to help out but I am not experienced enough with the core stuff to do major core coding.
I wish some developers like you and wishcraft be more familiar with xoops API and vitally with xoops 2.6 API. It is needed. especially the xoops2.6/class/xoops.php is doing the important role now (+1800 lines!!!)
I will do what I can but as I have mentioned before I have very limited time. I wish I had more time because I would love to get to know Xoops inside and out and really start putting out modules. When I am done with the DB stuff and the Install program I will try to get more into the core to understand it better and go from there.