digitalpoint |
10-06-2011 10:39 PM |
Quote:
Originally Posted by monkeyboy1916
(Post 2254122)
Works great so far, except..
Just one small problem. It doesn't seem to support pre-defined avatars. The members that use a pre-defined avatar from my selection, it doesn't show their avatar, and instead shows the "unknown.gif".
|
Yeah... it was semi-intentional. The code to do it is actually in there, but the query to get the data is commented out.
If you look at the "forumdisplay_query" plug-in, at the end of both the lines, there is a part that is commented out. If you add those back to the uncommented part of the query, it should work.
I've been trying to figure out a way to determine if the site uses pre-defined avatars without adding an extra SQL query to figure it out.
I left all the other logic in there, just commented out the part that adds a JOIN to the existing query for now.
If it turns out there is nothing in options or the datastore that can be read to make the determination, I'll probably add it as a yes/no option you can set. I just didn't want to always add the extra overhead of an extra JOIN if it wasn't necessary (and I'd guess most sites don't use pre-defined avatars).
|