The same place where you added the picture today.)))
bbpress.org/forums/topic/create-a-link-image-for-last-post-in-forum/
Namely # bbpress-forums .bbp-topic-freshness a
Hi,
I would like to add some html content at the top of the forums home page – the page at /forums.
I have searched for this on the net, I have looked thru the hooks list at bbpress.org and cant find anything.
I am sure this can be done and I am sorry if I did not find something obvious.
Any help is appreciated. Thanks ahead of time.
in which case you would hook to
$subject = apply_filters( 'bbp_subscription_mail_title', '[' . $blog_name . '] ' . $topic_title, $reply_id, $topic_id );
in bbpress 2.6.6\includes\common\functions.php line 1124 and 1291
Hello,
Yes it will always be the same image.
Members of my old phpBB forum that I am remaking on bbPress are familiar with this image that I want to reuse on my new bbPress forum.
When the user clicks on the link it takes them to the last posted message, just as if they were clicking on the date and time.
If it’s a theme problem, I think it maybe difficult to deal with it. So I can temporarily close the bbpress plug-in to remove users, which should have no impact, right?
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
it is not working. I use the administrator account (b in picture),when I activate bbpress plugin, I can’t delete the account (j in picture). Please refer to the picture( https://imfonts.biglabgo.com/bbpress%20Activated.png )When I disable the bbpress plug-in, the administrator account (b) can delete the account (J), the situation is this( https://imfonts.biglabgo.com/bbpress%20Unactivated.png ).
Not quite sure what you question is.
bbpress just uses wordpress registration and login, and your site permits automatic registration, so users can just sign up as long as they have a valid email address.
Hi, I contacted wordpress and understand that unwanted users are being automatically added to my site csmystics.com by bbpress. Can you stop doing that? It is annoying to see unwanted users automatically added and I have to keep deleting them.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
My theme uses the bbpress plug-in. When I activate this plug-in, I can’t delete users in “user menu” of admin bar. When I close this plug-in, I can delete users normally. why? Is this a setup problem?
In addition, I often receive some “machine users”. I don’t know if this has anything to do with bbpress?
GD bbPress Tools
It has option to quote reply or topic. This is the shortcode I refer to.
Official communications seem quiet to me. Could be wrong!
Is there any updates to BBPress on the horizon?
Hi
My discussion is here:
https://github.com/EnlighterJS/Plugin.TinyMCE/issues/14
To summarize, I use EnlighterJS to display code blocks inside WordPress and bbPress. It is fantastic at what it does. However I have noticed odd behaviour if someone hits “Quote” and quotes a code block. You can see an example of what it looks like in the linked discussion.
It seems that the quote shortcut might nee some updating to cater properly for EnlighterJS code blocks. I can’t remember if this particular shortcode is part of bbPress or part of the bbPress GD Toolkit.
I have plan to link bbpress to events manager plugin.
The path is [bbpress]⇒[WP calendar]⇒[events manager].
The participants look at topic in bbpress at first.
Next he visits WP calendar and then events manager booking-form at last.
How to send the bbpress topic title which he visited
to the next next page(booking-form in events managaer)?
Do I have to use filter or actions in events manager?
The code ongoing
add_filter('events-manager-hook', 'bbpress_title', 20);
function bbpress_title($topic_title,$topic_id){
global $my_global; // previous-topic title and topic title in the events manager
$topic_id = bbp_get_topic_id();
$topic_title['title']=$topic_id -> ???;
$my_global = get_topic_title();? ⇒ error!!
}
return $topic_title;
}
Or do you have any other plans?
How to completely disable posting for our forums?
I had a moderation plugin installed that did this, but it has been abandoned.
Appreciate your help and guidance,
Diana
https://standupgirl.com
WP: 5.6
BBpress: 2.6.6
Hi,
i’ve a problem with media upload. I use bbPress 2.6.6 and WordPress 5.6
Users (Subriscriber Site + Partecipant Forum) cant’upload media file from topics or replies. The messagge error is: “You dont have permission to attach files to this post” on WordPress”.
They only able to do from their dashboard but i use a plugin in order to hide the wordpress toolbar.
I have installed PublishPress Capabilities and GD bbPress Attachments.
The first with this setting:
Subscriber: create media, media edit, upload files.
Partecipant: create media, media edit, upload files, assign topic tags, edit replies, edit topics, participate, publish replies, publish topics, read private forums, spectate.
The second is a solution, but i want that my user insert their media in the reply.
Ps. Administrator and Moderator are able to upload media from Topic and Replies.
Can you please help me?
Thank You,
Davide
Hello:)
We’ve been using bbres for a while, and we want users to be able to email each other directly. I would like the e-mail address to be displayed instead of the ip number under the every user.
But I wish they were hidden like here
How to hide the author of posts for unlogged users.
I am asking for help.
WordPress 5.5.1
Wersja 2.6.5
http://tarnowskiegory.com.pl/forum/
bbpress forum utility pack has in it
\bbp-jp-utility\templates\form-custom-signup.php
which is a replacement for form-user-register, and takes over, so your version is not used.
you should ask the author about modifying this template, he may have a hook you can use, but if you do end up modifying the plugin template, you will need to repeat this everytime that plugin is updated.
I’m using
bbpress forum utility pack
GD bbpress Attachments
WP ULike
EWWW Image Optimizer
Akismet Anti-Spam
Ok, I saw the new translation files in https://translate.wordpress.org/projects/bbpress/
everything works at the level of the integration of the missing files.
For me problem solved.
Thank you
Hello,
With Notepad ++ I added to the Po file a French translation for an expression contained in /plugins/bbpress/includes/topics/functions.php.
I then opened the Po file to validate the translation and generate the Mo file, they are up to date in languages / plugins / bbpress-fr_FR.po and also bbpress-fr_FR.mo.
The problem is that I do not see the translation of this expression on my site, all the others of the same Mo file are present.
I have looked at many expressions in this “functions.php” file and many of them have never been translated.
What is the problem ?
Thanks for your future answers.
Regards
Line 156 of functions.php :
// No topic title
if ( empty( $topic_title ) ) {
bbp_add_error( 'bbp_topic_title', __( 'Error: Your topic needs a title.', 'bbpress' ) );
}
what other bbpress related plugins are you using ?
<?php
/**
* User Registration Form
*
* @package bbPress
* @subpackage Theme
*/
// Exit if accessed directly
defined( 'ABSPATH' ) || exit;
?>
<form method="post" action="<?php bbp_wp_login_action( array( 'context' => 'login_post' ) ); ?>" class="bbp-login-form">
<fieldset class="bbp-form">
<legend><?php esc_html_e( 'Create an Account', 'bbpress' ); ?></legend>
<?php do_action( 'bbp_template_before_register_fields' ); ?>
<div class="bbp-template-notice">
<ul>
<li><?php esc_html_e( 'Your username must be unique, and cannot be changed later.', 'bbpress' ); ?></li>
<li><?php esc_html_e( 'We use your email address to email you a secure password and verify your account.', 'bbpress' ); ?></li>
</ul>
</div>
<div class="bbp-username">
<label for="user_login"><?php esc_html_e( 'Username', 'bbpress' ); ?>: </label>
<input type="text" name="user_login" value="<?php bbp_sanitize_val( 'user_login' ); ?>" size="20" id="user_login" maxlength="100" autocomplete="off" placeholder="半角英数字" />
</div>
<div class="bbp-email">
<label for="user_email">大学のメールアドレス</label>
<input type="text" name="user_email" value="<?php bbp_sanitize_val( 'user_email' ); ?>" size="20" id="user_email" maxlength="100" autocomplete="off" />
</div>
<?php do_action( 'register_form' ); ?>
<div class="bbp-submit-wrapper">
<button type="submit" name="user-submit" class="button submit user-submit"><?php esc_html_e( 'Register', 'bbpress' ); ?></button>
<?php bbp_user_register_fields(); ?>
</div>
<?php do_action( 'bbp_template_after_register_fields' ); ?>
</fieldset>
</form>
is this okay?
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back