2012-09-23, 07:33 PM
This user has been denied support.
(2012-09-23, 07:28 PM)euantor Wrote: Ok, take a peak at this: http://euantor.com/4-reducing-mybb-plugi...he-postbitLooking at it, thanks.
It should help you cut the query count to just one if you do it right. Also, why are you looking up the uid from the user's table? Just use $post['uid'] unless I'm missing something by skim reading on my phone.
(2012-09-23, 07:29 PM)euantor Wrote: Also, why are you running get_forum within a loop? I'm sure it runs a query too...Nope, just tried to avoid any confusion, runs the same amount of queries.