FreeWPress (@freewpress)

Forum Replies Created

Viewing 10 replies - 126 through 135 (of 135 total)
  • In reply to: Avatar border

    @freewpress

    Participant

    Go to bbpress.css and find:

    #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
    border: 1px solid #CCCCCC;
    }

    @freewpress

    Participant

    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…

    @freewpress

    Participant

    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

    Hi nykess, fix is ready, you must to edit a simple file to add a patch.. and it show again date and user…

    @freewpress

    Participant

    Edit your bbpress css and find: bbp-template-notice add on css:
    display:none;

    @freewpress

    Participant

    Hi Xevo, many thanks is correct…

    Regards…

    @freewpress

    Participant

    Hi, is simple, you must to delete if ( ‘on’ === $settings[‘show_user’] ) : and other string.. In patch you must replace string not add same string after…

    Delete all old string and replace it with string of patch…

    @freewpress

    Participant

    Hi Stephan thanks for your interesting, i have find the patch https://bbpress.trac.wordpress.org/attachment/ticket/2319/2319.patch and go to modify this file.. Thankyou…

    @freewpress

    Participant

    Thats is good.. wonderfull, but when i find a cure for now? Is possibile to fix it manually for wait a new upgrade? How i patch it for now?

    @freewpress

    Participant

    Hi, great job guys.. 😉

    I have a little problem with widget in sidebar, it not show the date and the author.. after upgrade to 2.4

    It is only a my problems? Thanks…

Viewing 10 replies - 126 through 135 (of 135 total)