Quote:
Originally posted by Okiewan
What info is it supposed to supply?
I'm getting :
Which is cool, but really need :
In addition. Tough thing to do? I'd prefer that my mods not have to go to the bio, with 60+ new members each day, I need to save them all the time I can.
|
Maybe an old thread, but this looks a nice hack.
the beginning of this hack where is starts
PHP Code:
if($newregthread) {
After it add
PHP Code:
$userinfo=getuserinfo($userid);
then you can use
PHP Code:
$userinfo[field1]
etc etc