一、插件: http://www.xenforo.cc/resources/559/ http://www.xenforo.cc/resources/464/ 二、借鉴官方,照着修改吧 You can use .subForumList li .nodeTitle:before and .subForumList li .unread .nodeTitle:before in EXTRA.css. This is what I use for example:
.node.level_2.node_92 .nodeIcon, .node.level_2 .node_92 .nodeInfo .forumNodeInfo.unread .nodeIcon { background-image: url("INSERT IMAGE LINK"); background-position: 0px 0px; } All that would need changing is what is red: node_92 & INSERT IMAGE LINK