Skip to:
Content
Pages
Categories
Search
Top
Bottom

Lost edit links after upgrade…


  • Martyn_
    Participant

    @martyn_

    After upgrading to 2.4.1 I seem to have lost the “edit” post link in forums.

    admins still see the links, “participants” don’t (for their own posts). I think its falling foul of


    // User cannot edit or it is past the lock time
    if ( empty( $reply ) || !current_user_can( 'edit_reply', $reply->ID ) || bbp_p\
    ast_edit_lock( $reply->post_date_gmt ) ) {
    return;
    }

    in particular the current_user_can check. A bit confusing because that doesn’t seem to have changed…

Viewing 1 replies (of 1 total)

  • ronthai
    Participant

    @ronthai

    Have you solved this?

    I seem to have the same (bbpress 2.5.1) participants do not see the edit link. I have it set to 60 minutes in the settings.
    I reverted back to theme TwentyThirteen, but the same issue.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar