Well backing up your forums, for all the data on your site,you backup your database. Just the bbPress post types and data from all that, I might need to do some testing. It might just be using the export tool in WordPress Tools section, it might be using a plugin to backup one forum at a time, or whatever alternative I can find.
this is a part of the original bbpress/inc/common/template.php (which i thought is relevant on this). untouched. just looked at it for finding a possible reason for the behaviour. i still don’t get it to work.
thanks, robkk. that’s weird as I don’t have SEO plugins activated as well.
This is what’s in my template.php:
/** Users *****************************************************************/
// Profile page
} elseif ( bbp_is_single_user() ) {
// User is viewing their own profile
if ( bbp_is_user_home() ) {
$new_title['text'] = esc_attr_x( 'Your', 'User viewing his/her own profile', 'bbpress' );
// User is viewing someone else's profile (so use their display name)
} else {
$new_title['text'] = sprintf( esc_attr_x( "%s's", 'User viewing another users profile', 'bbpress' ), get_userdata( bbp_get_user_id() )->display_name );
}
// User topics created
if ( bbp_is_single_user_topics() ) {
$new_title['format'] = esc_attr__( "%s Topics", 'bbpress' );
// User rueplies created
} elseif ( bbp_is_single_user_replies() ) {
$new_title['format'] = esc_attr__( "%s Replies", 'bbpress' );
// User favorites
} elseif ( bbp_is_favorites() ) {
$new_title['format'] = esc_attr__( "%s Favorites", 'bbpress' );
// User subscriptions
} elseif ( bbp_is_subscriptions() ) {
$new_title['format'] = esc_attr__( "%s Subscriptions", 'bbpress' );
// User "home"
} else {
$new_title['format'] = esc_attr__( "%s Profile", 'bbpress' );
}
I can’t tell if you need to put your custom language files in a different area or this is a bug in bbPress or not. I will try to get some other help from a dev to see whats up.
I am not sure what “Secondary” could be from. It might be the template bbPress is inheriting from your theme?
I am a newbie. I have seen functions in the codex I’d like to activate: site of the member or limit the access to the admin panel, etc.
Do we have to add the functions to the child theme or in the core of bbpress. Is there a more intuitive way to do such a thing.
We do not want a lot of plugin.
I thank you for your feedback
Mei-Ling
Copy the form-reply.php file into your child theme and remove this code for topic tags input on the reply form.
<?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?>
<?php do_action( 'bbp_theme_before_reply_form_tags' ); ?>
<p>
<label for="bbp_topic_tags"><?php esc_html_e( 'Tags:', 'bbpress' ); ?></label><br />
<input type="text" value="<?php bbp_form_topic_tags(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> />
</p>
<?php do_action( 'bbp_theme_after_reply_form_tags' ); ?>
<?php endif; ?>
You can customize the content of the form using this CSS.
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
margin-top: 0;
height: 210px;
}
The font is inherited from your theme.
Does deactivating the bbPress WP Tweaks plugin solve remove your error?? There are other ways to only show certain widgets for only bbPress pages.
#bbpress-forums fieldset.bbp-form input[type=text] {
border: 1px solid #e4e4e4;
padding: 0.5em 0;
}
`
If you guys haven’t already try some troubleshooting.
Troubleshooting
Also check out these possible solutions for this specific error.
https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error
Hi there,
I do not want to allow other admins to access the FTP. Is it possible to have “check box” to activate or deactivate functionalities in BBPRESS
I thank you in advance
Regards
Mei Ling
Hi, I have set up a bbpress forum.
But I encounter this problem when trying to post (keymaster or participant doesnt matter), I can however post anonymously when I set the setting to allow anonymous posters.
The problem Is for logged in users, Whenever I try to post/reply I get the are you sure you want to do that error.
I can add topics and replies no problem from the backend.
I have went through and searched all over but most of the fixes are for local host installations.
Any insight and help would be greatly appreciated. Thanks!
WP ver – 4.2.3
Theme – Terra theme
BB press – Version 2.5.8
I Also have BB press WP tweaks installed to fix my sidebar problem(Disabling it will diable me from logging in through the BBpress sidebar.)
I head there are some changes to be done in the functions.php?
Please help =(
If anyone could help by me giving them a user to try trouble shooting. thats possible as well
If you are talking about the email, website, and name fields this will do it.
#bbpress-forums fieldset.bbp-form {
padding: 0!important;
}
Site currently using one community theme with bbpress
When a user registers they are not getting the email that allows them to activate their account
Please help
@steo83
This topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/
Try some troubleshooting to see what could be causing the issue.
Troubleshooting
I found this topic…
My language files are overwritten by update
…but I don’t agree with @johnjamesjacoby – with that filter BuddyPress is no longer overwriting my language files, bbpress is doing it.
Hello there,
8 year after the making of this thread, i’m still having the same problem. I’m italian (sorry for my english), and i’m using and italian hosting (Aruba.it). I’ve tryed the email script in PHP (mailer.php) and it worked (even if the email arrived as spam), i’m using an email created on the service provider as email for WordPress…so what’s wrong? Looks like BBpress changed a lot and can’t work on the files as someone said in the thread cause they’ve changed. I’m also trying to contact the hosting, but still didn’t get any answer.
Any ideas?
This custom CSS might help.
#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
clear: both !important;
}
Off topic but I really like the color scheme you have going with your site.
wordpress version: 4.2.3
bbPress version: 2.5.8
site url: http://simplecerts.co/forums/
I’ve create a few forums on the back-end but only my first forum created displays on the page. What additional information would you need to potential identify the issue?
Are you running any special bbPress set up?
– I’m just running the default bbPress fresh from install
Does this happen to all user roles?
– Yes, it happens to all roles
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
– Yes. I am using Twenty Fifteen theme. Up to date. No other plugins activated. The moment I activate bbPress users can no longer log out.
Thanks
Go to Appearance > Widgets in the WordPress backend.
whichever sidebar you placed the bbPress login widget, go to it, edit the widget settings and change the links in the widget.
I have add_filter( 'auto_update_translation', '__return_false' ); in my functions file but bbpress language files are updated anyway. What can I do to stop it? Thanks for help!
Hello. I use bbPress on the latest wordpress version and running into trouble. I spent half of hour exploring bbPress source code but i couldn’t find the file which generates “Forgot password” and “Register” links in bbPress Login Widget. I really need to changed, for my site, to do not use wp-login page. I want to use my own configured pages /login and /register.
How can i do that?
Thank you very much!
Hi, for some reason, my bbpress page titles are not appearing.
Any suggestions?
http://sincebeingsingle.com/forums/