Hi Borg,
I found a very small bug
in line 169 to 170 of the admin_view_forums.asp you have not added the image, below is the code:
<img src="<% = strImagePath %>"" width="15" height="16" border="0" title="Delete Category"delete_icon.gif />
It should be:
<img src="<% = strImagePath %>delete_icon.gif"" width="15" height="16" border="0" title="Delete Category"delete_icon.gif />
Please do not take this as anything but help I think you are great

Many Thanks
Edited by Pure P10 - 11 January 2006 at 10:12pm