The official support forum for all things related to PunBB-Hosting
You are not logged in.
Pages: 1
(By Jcubed)
To change the unread indicator icons, you can add this code right after <pun_head> in main.tpl (you need to use the Edit Templates plugin in the administration panel of your forum)
<style type="text/css">
DIV.icon {width: ##px; height: ##px;}
TR DIV.icon { background: url('NORMAL URL') 0 0 no-repeat; border:none;}
TR.inew DIV.icon { background: url('NEW POSTS URL') 0 0 no-repeat; border:none;}
TR.iredirect DIV.icon { background: url('REDIRECT URL') 0 0 no-repeat; border:none;}
TR.isticky DIV.icon { background: url('STICKEY URL') 0 0 no-repeat; border:none;}
TR.iclosed DIV.icon { background: url('CLOSED URL') 0 0 no-repeat; border:none;}
div.icon, div.inew, div.isticky, div.iclosed{border:none;}
</style>The images themselves should be around 20x20 or so, depending on the style being used.
Offline
Pages: 1