I am just about to install the bbPress and testing how it works. Out of the box, does bbPress allow for adding attachments (pdfs, docs, and image files? Emoji and post preview are also things we are looking to add … does bbPress comes with it or do we need to look into Plugins?
======================================================
Bellow content is just for test purposes … we’ll delete shortly
Templates bbPress Forum
Quote Example
<indent> Indentation </indent>
Unordered List Example
- Item
- Item
- item
Ordered List Example

We have 600+ subscribers and notification mails are bouncing hard. Most of them are blocked by server’s firewall.
550 relay not permitted (in reply to RCPT TO command)
SMTP error from remote mail server after end of data: 550 5.7.1 [TCR] Generating too many errors with receivers
I was told by the ISP that I need to slow down the sending rate. Is there any plugin for this? If bbPress Notify (No Spam) is the only one then I need to pay for the subscription for the Private Group Bridge add-on, which I would like to avoid since this site is non-profit and I am paying everything from my pocket. Hope there is another solution.
bbp_topic_post_date() & bbp_reply_post_date() returns date in this format September 2, 2018 at 4:34 am.
How does one change it to the other formats:
time ago, September 2, 2018 or 2-10-2019
And possibly other formats as preferred.
Hello,
I am looking for help with something like this

[Red] I want date of created topic (no reactions, just created time) near the title of topic, but still in the format d.m.Y hh:mm and no “13 minutes ago”
[Green] Reaction in the same format. But when noone replied then it will show nothing.
If someone can help, I will be grateful.
Norbert “beat”
If I attach a redirect_to parameter to the wp-login.php it will redirect to the topic.
But if I use my custom logon page that uses the defined shortcode it will not redirect. It seems the query parameters are stripped.
Please advise.
Hi,
I have a forum called ‘Introduce Yourself’. Currently the topic archive page on all forums just shows the topic title and a small ‘started by’ avatar underneath. This is fine for most forums but I’d like to show a large avatar to the left of the topic title in the Introduce Yourself forum only.
I found this thread on a similar subject but I’m not sure how to make this work for this one forum only.
Any pointers?
I’ve set up some FAQs as topics in a closed forum and would like to re-order them. I came across this code:
//* Change sort order of Topics within a specified bbpress forum
function my_custom_display_topic_index_query ($args) {
$thisforumid = bbp_get_forum_id();
if($thisforumid == 43135) {
$args['orderby'] = 'date';
$args['order'] = 'ASC';
}
return $args;
}
add_filter('bbp_before_has_topics_parse_args', 'my_custom_display_topic_index_query ' );
… but when I added it to my functions.php file it hid all the topics (even though at forum archive level it displayed the correct number of topics in the topic count column). Removing it returned my topics.
Any pointers?
we need a date of birth filed in bbpress just like its in buddypress.
so as to display in on the forum. please add it to your upcoming updates or someone should crate a plugin for this.
I have something funny going on.
I have this code running as a snippet:
// Redirect Registration Page
function my_registration_page_redirect()
{
global $pagenow;
// Standard Registration Redirect
if ( (strtolower($pagenow) == 'wp-login.php') && (strtolower($_GET['action']) == 'register') ) {
wp_redirect( home_url('/register/') );
}
// Redirection after successful registration
if ( (strtolower($pagenow) == 'wp-login.php') && (strtolower($_GET['checkemail']) == 'registered') ) {
wp_redirect( home_url('/registration-complete/') );
}
}
add_filter( 'init', 'my_registration_page_redirect' );
Now, I start a browser and go to my website:
About Theocratic Software
I scroll to the bottom and I see my existing username and password in the login box (but not logged in).
I hit the Register button and it goes to my registration form.
I fill it in and tick the recaptcha and hit the register button.
There is a momentary delay and it just moves to the stbndard wp-login.php page with the existing username and password prefilled. I get no emails to the new account i filled in the form.
So, I hit back in my browser and my new account is filled in the form. I tick the recaptcha again and hit register again. This tie, after a delay, it takes me to my registration complete page and I do indeed get the email re: password and account activation.
I thought I had understood the registry redirection correctly so why do I get the initial issue? It has happened twice for me now.
Hello!
Tell me how to keep the navigation bar out of sight!
home > forums > forum > qna
I have created a bulletin board. by the way
From the navigation bar above
If you click on ‘forums’, there is an error.
So I don’t want to use the navigation bar above.
Please tell me how I can get rid of the navigation bar above.
Thank you.
I wish you good luck.