I have been struggling with this for a bit now and I cannot figure out why {avatar} for comments portion of the template will not work properly.
I looked at the injected information for the News {avatar} and compared it to the comments {avatar} and it has completely different variable information.
The comments {avatar} does link to the user profile,
Code:
<?php . NEWS_USERS . ".avatar AS useravatar, " ?>
and the code for pulling the information from what I can see is doing it properly but it's not coming with the same result as it does for the News section of the template. The avatar table in the SQLDB does show as "3" for avatar.
All i can figure that it's not converting it to URL format? and if so how can i fix? D: