View Single Post
Old 07-02-2008, 05:22 PM   #7 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by drewbee View Post
Ah see, now were getting somewhere. You even made a seperate table for the threads, nice!

One thing that I point out is that if you are going to make a ACL, you wouldn't have is_banned in the user table. You would simply have them assigned to the 'banned' usergroup, which would restrict access to everything.

Trying to make an ACL (Access control list)? Good luck with that! I have made but very little, highly unflexiable ACL's before.

Try googleing around for ACL tutorials though, there are several tutorials out there for storing and managing ACL's. This is something I need to do myself... I've always used a pretty basic ACL (incremental), but for a forum system you need something far more complicated then that.
Yea, I was thinking about that.. but since I didn't have a permission thing.. I thought I'd add it anyways.

Okay :O I'll search for it, thanks!!
Tanax is offline  
Reply With Quote