The bug is: In the "User Info Settings", there is a setting named "Enter names that should not be selected as username", but this function doesn't work.
How to fix it: Edit the file /register.php, go to line 83, and change "bad_emails" to "bad_unames".
Recently switching to Xoops, I soon found that to develop a module was a little bit difficult for the new Xoops develop due to a lack of a simple How To. I managed to read the source code and after some time make my own module work.
So that you don't have to learn the hard way, I created a simple...
PHP-Editors.com released their first 'PHP Programming Contests' on 10th March. Contest 1A is aimed at PHP Beginners and Contest 1B to more professional programmers. This is your chance to show the world your PHP skills and win some cool prizes into the bargain. Sponsors providing prizes include...
Ok devs, here's your chance to help with some ideas for XOOPS 2. I've been speaking with the other devs and we're all in agreement that it might be very helpful to create an abstraction (call-abe functions) layer that utilizes XOOPS classes to provide data, functionality and info for module...
There has been a change in handling of theme files in RC3 (which is about to be released in the next few days), as well as several modifications to the naming conventions.
The skin files will no longer be included in a themeset, but managed separately as theme files under the themes directory as...
Hi! I went ahead and started documenting the core API for Xoops2 using phpDoc, as you can see in the CVS. The generated doc can be viewed at http://xoops.sourceforge.net/xoops2doc/.
The work is far from complete, because I started in the kernel classes working my way out. It will be updated as...
As a recent Mac convert like many others out there coming from the Windows world, we often have trouble finding the right server software that was so easy to find for Windows or Linux. I ran across a site today that many of you may or may not know of called Aaronfaby.com. Prior to finding this...
I normally don't compose articles like this but, I think this is a significant leap for PHP IDE's especially since it's free and backed by many major corporations.
Ok, after some digging I found a killer little all-platform editor called JEdit (http://www.jedit.org) and it's awesome. Once you...
Ever wonder what search engines are really looking for? Well, after debating with a friend what SE's are really looking at, I went on a hunt to find some answers.