Quote:
Originally Posted by Bubble #5
Well that's not going to work because only the original WordPress admin has a level 10 access! All other WP admins are only level 8
So basically what you're saying is that by installing this hack that the main Wordpress admin ( level 10) is removed? 
|
From what I understand, version 2.x does not use user levels, it only uses roles:
http://codex.wordpress.org/User_Levels
Quote:
Note: The User Levels described in this article are replaced in WordPress 2.0 by Roles and Capabilities.
|
So being an 8 or a 10 is not relevant.
Further information follows:
http://codex.wordpress.org/Roles_and_Capabilities
Quote:
WordPress Version 2.0 introduces the concept of Roles. The WordPress distribution comes delivered 'standard' with five pre-defined Roles: Administrator, Editor, Author, Contributor, and Subscriber. Each Role is allowed to perform a set of tasks called Capabilities. There are thirty Capabilities including publish_posts, moderate_comments, and edit_users. The Capabilities are pre-assigned to each Role.
The Administrator Role is allowed to perform all possible Capabilities. Each of the other Roles has a decreasing number of allowed Capabilities. For instance, the Subscriber Role is allowed just the read and level_0 Capabilities. One particular Role should not be considered to be 'senior to' another Role. Rather, consider that Roles define the user's responsibilities within the blog.
|