[Solved] user image not shown
-
after using the latest master code, the user images are not shown.
the URLs are not correct, for example:
http://www.zaijiajiaoyu.net/uploads/1-profileimg.png%3C!--%20ENDIF%20topics.thumb%20--%3E
but if I remove the tail section, it works.
http://www.zaijiajiaoyu.net/uploads/1-profileimg.png
-
topics.thumb
anderson@heaven:~/projects/forum.zaijiajiaoyu.net$ grep -R 'topics.thumb' * public/templates/category.tpl: <img src="<!-- IF topics.thumb -->{topics.thumb}<!-- ELSE -->{topics.picture}<!-- ENDIF topics.thumb -->" class="img-rounded user-img" title="{topics.username}"/>
-
took out if from the src · NodeBB/NodeBB@fd41d93
Node.js based forum software built for the modern web - took out if from the src · NodeBB/NodeBB@fd41d93
GitHub (github.com)
yes, it works.
Copyright © 2024 NodeBB | Contributors