Quote:
Originally Posted by White Knight
Just makes no sence to me why you have to basically do two things to make one output code.
|
I only store the userid in the vbgarage_images database. So, in order for it to return the username, I need to use the vB function
fetch_userinfo(); which will parse the specified input (in this case [high]$latest[userid][/high] and return an array for that user consisting of his/her entry in the vB user database.
I'm then assigning that array as
$latestuser and calling the specific field, username, with
$latestuser[username].
I'll whip up the code for the vehicle info in a bit.