Quote:
Originally Posted by White Knight
vbgarage_latestbits
|
In
vbgarage.php:
FIND:
PHP Code:
eval('$latestbits .= "' . fetch_template('vbgarage_latestbits') . '";');
Add ABOVE:
PHP Code:
$latestuser = fetch_userinfo($latest[userid]);
Then, you can use [high]$latestuser[username][/high] to display the username. However, if you really want to view the vehicle info, it would requiring an extra query. If you don't mind an extra query, I can paste code for that, too.