You need to create your icons .png and then upload them thru the ftp.
On you CPanel go to -> Styles & Templates -> Style Manager -> Edit Template -> Click on CSS Templates -> Open css_additional.css
Then paste this code and click save:
/* forum icon for forums with no new posts */
.forum-list-container .forum-item .cell-forum .icon {
background: transparent url("http://yoursite.com/forum/images/css/car-old2.png") no-repeat;
}
/* forum icon for forums with new posts */
.forum-list-container .forum-item.new .cell-forum .icon {
background: transparent url("http://yoursite.com/forum/images/css/car-new3.png") no-repeat;
}
Example:
http://eurocrewpr.com/forum
What I am still missing is to add icons in specific forums. Not having all the forums with the same icon.
Thanks to vbulletin.com former developer who posted the code
--------------- Added [DATE]1396916477[/DATE] at [TIME]1396916477[/TIME] ---------------
forgot size of icons needs to be 16x15px