Remove post icons
From PunBB Resource Wiki
[edit]
style/<stylename>.css
Find and remove:
/****************************************************************/ /* 10. POST STATUS INDICATORS */ /****************************************************************/ /* 10.1 These are the post status indicators which appear at the left of some tables. .inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and .isticky = sticky topics. By default only .inew is different from the default.*/ DIV.icon { FLOAT: left; MARGIN-TOP: 0.1em; MARGIN-LEFT: 0.2em; DISPLAY: block; BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em; BORDER-STYLE: solid } DIV.searchposts DIV.icon {MARGIN-LEFT: 0} /* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The margin creates space for the post status indicator */ TD DIV.tclcon {MARGIN-LEFT: 2.3em}
Note: You must do this to all of your skins
If you have any questions feel free to ask in http://forums.punbb.org/viewtopic.php?id=10895

