Have we forgotten about this? I'd still really like to implement this.
How about, in the mybb table, creating the columns:
Code:
uid (have they got something like this already?), email, usergroup, newmessagenotify, membersince, isbanned, website, profilepic, aim, yahoo, msn
And then what we do, is in mybb file member.php, in the action 'register' (on line 315 it starts with the 'register' action, ends at line 721), we change... I can't find where it actually INSERTS the thing into the table. Any help here?
The 1000+ lines in this php file are somewhat daunting.