Kent Active member Mar 14, 2013 #2 Do you mean this sprite? You can edit it directly, or make your own and change it in the style settings. But if you mean you want a different icon for each forum, you'll have to edit the node_forum_level template(s) with something similar to this: Code: <xen:if is="{$forum.node_id} == 10"> <img src="styles/yada/awesome.png" /> </xen:if> Upvote 0 Downvote
Do you mean this sprite? You can edit it directly, or make your own and change it in the style settings. But if you mean you want a different icon for each forum, you'll have to edit the node_forum_level template(s) with something similar to this: Code: <xen:if is="{$forum.node_id} == 10"> <img src="styles/yada/awesome.png" /> </xen:if>
Regina Ortega Active member Mar 14, 2013 #4 I have node_forum_level_1 node_forum_level_2 node_forum_level_n Which of them i have to edit? Upvote 0 Downvote
Kent Active member Mar 14, 2013 #5 node_forum_level_2 for the home page any page that displays the full forum. node_forum_level_n for sub-forums. Upvote 0 Downvote
node_forum_level_2 for the home page any page that displays the full forum. node_forum_level_n for sub-forums.
Shelley Well-known member Mar 14, 2013 #6 this might suit your needs. http://xenforo.com/community/threads/rc-1-custom-node-status-icons-read-unread.10886/ Upvote 0 Downvote
this might suit your needs. http://xenforo.com/community/threads/rc-1-custom-node-status-icons-read-unread.10886/