Forum Replies Created
-
In reply to: Avatar border
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;
}In reply to: Edit link in reply post from usersOk 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…
In reply to: Edit link in reply post from usersI 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
In reply to: bbPress 2.4 Now AvailableHi nykess, fix is ready, you must to edit a simple file to add a patch.. and it show again date and user…
In reply to: Remove bars (not sure what they are called)Edit your bbpress css and find: bbp-template-notice add on css:
display:none;In reply to: Function is search in bbpress??Hi Xevo, many thanks is correct…
Regards…
In reply to: bbPress 2.4 Now AvailableHi, 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…
In reply to: bbPress 2.4 Now AvailableHi 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…
In reply to: bbPress 2.4 Now AvailableThats 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?
In reply to: bbPress 2.4 Now AvailableHi, 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…