-
PHP/MYSQL help...
Okay you know how in PHPBB you can have "MULTIPLE" moderators/groups in in "EACH" forum...
Well thats wut im trying to do for this lil scripts im creating... where i can assign 1- 10 ppl if i wanted to...
this is for my lil CMS site script im creating. And well... i dont know how i would go about it...
Any help would be nice... even if its the obvious solution to my problem....
-
Re: PHP/MYSQL help...
nor do i know how i would go about it... in the SQL/PHP coding wise....
-
Re: PHP/MYSQL help...
Assign 1-10 people..?
Moderators would imply a user login system, in which I would have to ask what you have planned for that?
If your looking to be able to sort out Guests from Users and Mods, then I should have a system that will work for you, but I'm not going to write it all out in detail and then find thats not what your after. If your purely looking for a way to list the Moderators, then create a category/forums table and then add a field called moderators and in it just have 1,2,3,4 where the numbers are the ID's of users or names if you don't have a users table setup.
-
Re: PHP/MYSQL help...
okay.... wut im wondering is ... CAN I HAVE A a field with lets say...
Forums table
id 16
Moderators Guy1,Guy2 Guy3, group1...
then lets say if one of the users goes to his profile...
members
id 33
username = G0dzilla
moderates= 1,7,10,19 (then when they view profile the names show up... (or should i have it input the names...not numbers?...if numbers im sure i can have it say the names)
Groups= 1, 5
here a link to wut im doing My testing site ...