We put this in our CSS:
.persona-usercard .usercard-name { text-overflow: ellipsis; white-space: nowrap; width: 270px; display: inline-block; overflow: hidden; }[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
[email protected]:~/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}"/>
-