Skip to:
Content
Pages
Categories
Search
Top
Bottom

Edit link in reply post from users


  • FreeWPress
    Participant

    @freewpress

    Hi all,
    Some user contatc me and tell me wich not find a edit link for your post.. Now i just login with normal user account and really it not show a edit link.. But if i copy and past a direct url to edit a post o a reply it works fine..

    I don’t remember if with previosly version 2.3.2 edit link are present but i can find it with 2.4 version..

    Have you a solution for this issue?

    Thanks…

Viewing 2 replies - 1 through 2 (of 2 total)

  • FreeWPress
    Participant

    @freewpress

    I can’t find edit link form my old and newest post in bbpress.org support forum.. it appear only “REPLY” but not edit…

    I have find function in includes/replies/template.php

    bbp_reply_admin_links()
    bbp_reply_edit_link()

    in bbp_reply_edit_link have this:

    // User cannot edit or it is past the lock time
    if ( empty( $reply ) || !current_user_can( ‘edit_reply’, $reply->ID ) || bbp_past_edit_lock( $reply->post_date_gmt ) ) {
    return;

    What is this?

    This is most important to have EDIT link.. Users if not have to edit our post, add a new identical post below.. it is a problem…

    THIS POST HAS BEEN EDIT AT 09.58 ROME TIME WITH NO EDIT BUTTON PRESENT IN POST


    FreeWPress
    Participant

    @freewpress

    Ok i Have found this in forum options:

    Disable edit after… 5 minutes..

    It is strange function… it only delete edit link in post and reply, but user if know direct url from edit and paste them in browser have possibility to edit our post ever.. See example above post…

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