White Knight |
04-12-2004 02:04 PM |
Quote:
Originally Posted by magnus
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.
|
Extra Query doesnt bother me.. heck im all about killing the CPU :P if it was on forumhome or something i would have to think twice :)
So sure another query would be fine.
BTW.. your addition worked fine. However now I am confused as ever. Im thinking I need to go open a php book or something. Just makes no sence to me why you have to basically do two things to make one output code.
But hey thats why i only do minor custom changes to fit my website now.. or I can get myself in real big trouble :)
Thanks for the code edit
|