View Single Post
Old 07-02-2008, 05:11 PM   #5 (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

Mmm, I was thinking something like this:

Code:
-forums
--forum_id
--forum_iscat
--forum_parent
--forum_name
--forum_desc
--forum_order
--forum_isactive

-threads
--thread_id
--thread_forumid
--thread_authorid
--thread_topic
--thread_content

-posts
--post_id
--post_threadid
--post_authorid
--post_title
--post_content

-users
--user_id
--user_name
--user_password
--user_groupid
--user_isbanned

-groups
--group_id
--group_name
--group_desc

Just wondering how I could add permissions to each usergroup though...
Tanax is offline  
Reply With Quote