$field=$DB_site->query_first("SELECT field5 FROM userfield WHERE userid=$thread[postuserid]");
by adding the above in forumdisplay.php i can display the userfield under the persons name BUT it adds a query for every thread is there any way to fix this?