If I enter that code (ending it with } though) I get this:
Fatal error: Call to undefined function: shownopermissions() in forums/helpdesk.php on line 12
Anyone know how to fix it? thank you!
[QUOTE]
02-25-03 at 03:38 PM zajako said this in Post #56
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();
)