@Giorgio-Chiodi
As replied here https://community.nodebb.org/topic/2217/how-can-i-display-3-columns-in-the-lavender-homepage/2
Just change col-md-4 by col-md-2 And on the first category you need to add col-md-offset-1 aswell.
This method will only work with second solution. Or you can add col-md-2 col-md-offset-1 aswell on the first item in ACP after doing first solution.
[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}"/>
-