Forum Replies Created
-
Hello,
@clarasebeste
Thanks for you answer, but as you can see on the screenshot, bbpress has already a breadcrumb.
@robin-w
Thanks for this interessting Plugin. I test it with my Test-WP and identify this code for placing the subscription-toggle in the right:.subscription-toggle {
float:right;
}Add this in my childtheme/css/bbpress.css and it works. Thanks.
Found also in the extras a nice looking loop-forums.php for displaying the complete forum 😉
Gerd
In reply to: Problem with noreply-emailI made some more testing. 4 testusers are subcribers of my forums in the testinstallation. If there is a new topic only the last subcriber get the notification mail and the admin-Email the Mail delivery failed notice because of noreply@mytestdomain.com. For me it looks like, there is a bug in version 2.5.5. What is the opinion of the experts?
Gerd
In reply to: Problem with noreply-emailHello Robkk,
thanks for your reply. At first I thought it was WP Better Emails or MailPoet Newsletter. I deaktivate this plugins, but the same.
Now I used a fresh Testinstallation of WP, installed bbpress and the same. If someone subscribe to forum, I got a Mail delivery failed notice.I try a little search and found in this file \wp-contetnt\plugins\bbpress\includes\common\functions.php this code:
// Strip tags from text and setup mail data
$topic_title = strip_tags( bbp_get_topic_title( $topic_id ) );
$reply_content = strip_tags( bbp_get_reply_content( $reply_id ) );
$reply_url = bbp_get_reply_url( $reply_id );
$blog_name = wp_specialchars_decode( get_option( ‘blogname’ ), ENT_QUOTES );
$do_not_reply = ‘<noreply@’ . ltrim( get_home_url(), ‘^(http|https)://’ ) . ‘>’;// For plugins to filter messages per reply/topic/user
$message = sprintf( __( ‘%1$s wrote:// Strip tags from text and setup mail data
$topic_title = strip_tags( bbp_get_topic_title( $topic_id ) );
$topic_content = strip_tags( bbp_get_topic_content( $topic_id ) );
$topic_url = get_permalink( $topic_id );
$blog_name = wp_specialchars_decode( get_option( ‘blogname’ ), ENT_QUOTES );
$do_not_reply = ‘<noreply@’ . ltrim( get_home_url(), ‘^(http|https)://’ ) . ‘>’;// For plugins to filter messages per reply/topic/user
$message = sprintf( __( ‘%1$s wrote:So I think, the email will be generatet of bbpress. How can I prevent this Mail delivery failed notice?
Gerd
In reply to: German Translate Plug-INHello,
here you find informations about the two versions of language files: https://codex.bbpress.org/bbpress-in-your-language/german-deutsch-de/
You don’t need a plugin.I used the DU-version of David Decker. But I think both versions work well. If you want to change something use poedit.
Gerd
In reply to: bbpress login widget with captcha – adjust layoutHello Robkk,
thanks for your great help. I add this code in my style.css of the child-theme and everythings looks nice now. Thanks.
What is your recommondation? I made in bbpress.css, but I think if there is an update of bbpress-Plugin, this possible will be deleted. So it’s better to add this changes in the style.css of the child-theme?
Gerd
In reply to: bbpress login widget with captcha – adjust layoutHello Robkk,
Thanks for you hint. I analyze with firebug and expand this form Label in bbpress.css
.bbp-login-form label {
width: 235px;
display: inline-block;
}Also Change text-align:
.bbp-submit-wrapper {
text-align: left;
}But now I have other layout Problems. Can’t found how I Change this:
Can you please give me some CSS-Tips for this? I’m still learning. Thanks very muchGerd
In reply to: bbpress login widget with captcha – adjust layoutHello Robkk,
thanks for your offer. You find the widget here: http://tradenavigator.ch/
I try to learn, but not yet familar with firebug and cssThanks for you help!
Gerd