• I have installed Posthaste. But only i can use it. I have a multiouthor blog and 800+ users are there and i want to hide dashboard from their. I have tried with some plugins like Adminimize and some more. But i am failed, any suggestion?

Viewing 9 replies - 1 through 9 (of 9 total)
  • I’ve gotten this question several times (for example) and my answer has always been to try one of the role management plugins. I never hear back from anyone after that, so I asume that works, but I’m not sure.

    Thread Starter Tanmoy

    (@sktanmoy)

    If i use role manager plugin, i have to give author power to the contributer and they can publish their post directly. But i want that contributer submit their post for review.

    Ah, I see. If you don’t mind modifying the plugin, you can try changing the two instances of current_user_can('publish_posts') to edit_posts instead.

    Thread Starter Tanmoy

    (@sktanmoy)

    Thnx, i’ll try and inform you here.

    Thread Starter Tanmoy

    (@sktanmoy)

    current_user_can(‘publish_posts’) to edit_posts instead.

    If i do it, Only admin and editor can use that. And i want that all post will be kept pending for review.

    Now i have used:

    if ($_POST['postStatus'] == 'draft') {
                $post_status = 'draft';
            } else {
                $post_status = 'pending';
            }

    So users can submit and all post will be kept pending for review. ??

    Thread Starter Tanmoy

    (@sktanmoy)

    Hello, Mr. Smajda, can i display posthaste in a page using any code?
    Thanks.

    Yes.

    On the roles: I believe “edit_posts” should work for contributors, too. See here. If that’s not the case, maybe I’m just misreading the roles.

    Thread Starter Tanmoy

    (@sktanmoy)

    On the roles: I believe “edit_posts” should work for contributors, too. See here. If that’s not the case, maybe I’m just misreading the roles.

    Sorry, i have tried but failed.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Posthaste- how it can be enabled for contributer?’ is closed to new replies.