07-02-2008, 06:11 PM
|
#5 (permalink)
|
|
The Gregarious
Join Date: Sep 2007
Posts: 684
Thanks: 85
|
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...
|
|
|
|