• Hello, how can someone can have access to ‘Site Admin’ you know the admin panel, and can Write, Manage, Profile and UPLOAD images WITHOUT having access to OPTIONS? thanks! Im gonna have some news writers, thats why

Viewing 10 replies - 1 through 10 (of 10 total)
  • Here’s a list of the user levels and what each level has access to.

    http://codex.wordpress.org/user_levels

    Thread Starter parisgv

    (@parisgv)

    i know, but can Level 5 make it have the feature ‘Upload’ enabled as level 6? or no?

    In most cases the user levels for various admin tasks are hardcoded in the source. So if you need to make changes to one, you’ll need to edit it’s php document under wp-admin/, and look for where $user_level is compared throughout it.

    Note: When editing source files, back up those you’re working on, and comment your changes for future reference.

    Thread Starter parisgv

    (@parisgv)

    under wp-admin/ what file .php?

    “under wp-admin/ what file .php?”

    Write, Manage, Profile and UPLOAD

    Take your pick. Access the admin page(s) you want to make changes to, and look at the filename(s). Then start editing (carefully).

    Note that in the case of Write and Manage, the file could be broken into various files. For example, look at edit-form.php and edit-form-advanced.php for the post elements.

    Thread Starter parisgv

    (@parisgv)

    I searched all files with no results, it is difficult 🙁 lol Anyway

    parisgv: technically, letting a user upload files to your blog is very much equivalent to letting him access your entire admin menu. thus, you might just as well increase the level of your user.

    if you still want to go through the wordpress code, search for:

    function user_can

    Or for:

    $user_level

    It will lead you to the various files where they are used.

    Thread Starter parisgv

    (@parisgv)

    so, you mean that someone can write a post (eg, my staff members) and upload images like me (level 10)?

    parisgv — there is an option in Options -> Miscellaneous that allows you to change the min level necessary to upload

    Thread Starter parisgv

    (@parisgv)

    thanks thats what i was wanting, lol

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Access to Admin CP’ is closed to new replies.