|
Administrator
|
Posts: 1016
Join Date: Mar 2005
|
The moderators' settings are a simple array of arrays, where the first index is the ID of the forum and the array the index points to has a list of moderators.
It is sth like:
Code:
array(forumID1 => array(moderatorID => 'ModeratorName', moderatorID2 => 'ModeratorName2'), forumID2 => array(moderatorID3 => 'ModeratorName3'));
__________________Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
|