Quote:
Originally posted by downsouth
I almost got it, I just cant get the username linked, any help?
|
anything inside a postbit you can put from "userinfo" variables
like the following:
Code:
$userinfo[userid] = this will return the order number of them
registering on your board.
Using $userinfo you can change the stuff on the end.
examples:
$userinfo[yahoo]
$userinfo[username]
$userinfo[icq]
You can also add the "additional fields" you add on for
other members when they sign up. When you looko at a user
profile it say additional information.
The first field YOU add to that will be "Field 1"
on your postbit info if you add it like:
$userinfo[field1]
Hope that helps