rrnlolan give admins the ability to see them. in the instructions it says stet the permissions for all non admins.
AVIO 07 those errors are related to something else you did, cause i saw no signs of my hack in the sql error.
C.Birch glad you like it ^^\
eric1776, the unreged users should be able to post tickets, just should not be able to view them. if you have it set so that they can't view it permissions wise then they can only make new tickets. this is so people that are blocked outta the site cna let someone know. if you don't whant them to be able to in the begginging of the helpdesk.php and newticket.php add
PHP Code:
if ($bbuserinfo[userid]==0){
shownopermissions();
)
also here is a file correcting all the previously mentioned errors, sorry bout those.