Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Anonymous User 4104441

    (@anonymized-4104441)

    is it such a big deal? :-((

    Thread Starter Anonymous User 4104441

    (@anonymized-4104441)

    Tareq, i could really use your help man! :’-(

    Same problem in here.

    I would like to use normal roles for publishing status but I don’t know how to disable feature.

    Thread Starter Anonymous User 4104441

    (@anonymized-4104441)

    Hekammed, already tried role editing plugin – “Members”, doesn’t work either.

    furthermore, plane Writers cannot remove their posts because of the WP User FrontEnd :((

    Problem solved for my purpose at least!

    I edited plugin’s file:
    wp-user-frontend/wpuf-add-post.php

    and added small piece of code to check if current user has capability to publish.

    $post_stat = wpuf_get_option( ‘post_status’ ); //find this row

    //and add this code below to check user’s capability and modify $post_stat
    if ( current_user_can( ‘publish_posts’ ) ) {
    $post_stat = ‘publish’;
    }

    Thread Starter Anonymous User 4104441

    (@anonymized-4104441)

    it works!!! thank you so much Hekammed!

    Thanks for helping out Hekammed! It seems as if Tareq has given up on support, so I was wondering if you could help me out with my own issue. One of the most important features I use before publishing my post is the preview button. Is there any way I could add this?

    Thanks in advance! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP User Frontend] Pending for members, Published for Contributors’ is closed to new replies.