Just to let everybody know: This mod adds 2 queries for each post in your viewtopic. So if you display 25 posts per page, that would be an extra 50 queries. For small boards maybe ok, but otherwise...
And it is not even necessary. You can save both queries.
Around line 384 you will find this
Code: Select all
//
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u. <goes on forever....>
Just add a "user_level, " there and later you can simply use
instead of making two queries...
But hey, he called it Zulu, didn't he ... *G*