Quote:
Originally Posted by Ghost Shadow
First, thank you for the time you spent on writing this code.
It partially works. Does not show the number of posts. Just shows users in sequence separated by a comma.
|
I thought that was all you wanted, I can add amount of posts for you tomorow.
Quote:
Originally Posted by Dismounted
1) You do not need to evaluate that code...
2) And therefore, do not need addslashes().
3) You should run htmlspecialchars_uni() on the username.
4) This is the sort of data that the datastore should cache. No one cares if the data is 10 minutes off or so...
|
Thanks for the pointers, I was a little rusty since it's been a few months since I wrote any mods. I'll add these changes and repost.