Topic: iclosed isticky
I have been skinning, sorry creating a theme for, an installation of punBB and come across a smallish problem.
I can add a default icon, I can add a new icon, I can add a sticky icon, and I can even add a closed icon (and not forgetting the moved icon!). But I cannot add a closed but sticky icon.
Is there any chance that viewforum.php, in a future release, could add in iclosedandsticky (or whatever) to enable me to add that specific icon.
I am trying to keep mods down to a minimum, but I assume adding in this line:
if($item_status=='iclosed isticky')$item_status='iclosedandsticky';
at around line 206 would be the quick and dirty method.