View Single Post
  #10  
Old 18th January 2009, 22:32
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
all this
Code:
if ($user->user AND $user->can_shout =="true")
Dose is stop any one under the class of users lets say guest viewing your shoutbox and checks if user is allowed to shout

so if your gonna do this

Code:
if ($user->user AND $user->can_shout =="false")
then you might as well remove that bit of code
Reply With Quote