SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
Posted:  21 Feb 2010 07:34
Quote:
Example: $moderators = array(1 => array(34 => 'Peter', 123 => 'John')); This will set users with IDs 34, 123 moderator rights on forum with ID 1.


Hristo,

I understand that the user 34 (Peter) and 123 (John) are moderating the forum 1.
There is no way that Peter and John are more moderators of a forum or any forum?
if possible could tell me how to do it?

thanks,
Jesser.
Posted:  21 Feb 2010 18:48
Code:

$moderators = array(1 => array(34 => 'Peter', 123 => 'John'), 2=>array(34 => 'Peter'));

Now, Peter is a mod in both forums with IDs 1 and 2.