2010-07-14, 03:35 PM
(2010-07-14, 12:16 PM)Pirata Nervo Wrote: Looks nice but you're running more queries on postbit than necessary.Yeah can get it down to one per person in the topic.
You could probably get a list of UID's of all users who posted in a certain thread in a certain page and then run the query for the feedback table and cache the respective data of each user. (this should be done on a different hook)
Once cached, you can then use the cached array in postbit function you coded instead of running a new query every time the function is run.
Good job though