@katootje Robin forgot he already had this type of functionality in one of his other plugins.
bbp additional shortcodes
@davidnsfw
im using jetpack on my site with bbPress and i dont see a problem.
it could be something else conflicting with both.
there should be a subscribe option for forums
it should be toward the bbpress breadcrumbs though.
@matthias70
try not just bbPress specific plugins but also any other WordPress plugins.
you and @jturet seem to have issues of late , so we have to see if its another plugin causing the issue a host setup or whatever else to pinpoint the issue.
if it is bbPress i will contact the Devs.
@casnbug
its definitely something wrong with the freshness link just cant tell if a code snippet could be affecting the code or what.
you can go through the basic troubleshooting for general issues by following this post
Before Posting
i just installed bbpress and wp seo and i dont seem to have a problem
go through the basic troubleshooting steps for basic issues in this post to try to pinpoint the issue.
leave bbpress and wp seo activated and just deactivate the rest then turn the on one at a time.
Before Posting
use the bbpress stats widget or shortcode [bbp-stats] in a page
for just all topics it would placing these in a template.
these come the template content-statistics.php which you could copy into child theme into a folder called bbpress and customize.
<?php echo esc_html( $stats['topic_count'] ); ?>
for just replies it would be
<?php echo esc_html( $stats['reply_count'] ); ?>
i think this would require making a bbpress.php file from a copy of the page.php file and then make sure the sidebar is still there.
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
if you need help it would be helpful to also contact your theme author about this.
@matthias70
this should be fixed in latest bbPress unless you are using a plugin that is making the subscriptions have issues.
go through the general troubleshooting steps for common issues in this link
Before Posting
i don’t now where to insert the code you told and also thanks for your help
alright do you know what FTP is?? or how to upload files through your hosts file manager??
because you would bascially just copy that file from here
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout/
and put it into your child theme (if you have a child theme) and put it into a folder called bbpress.
Then you would have to create categories for every forum you have for it to have this effect like phpbb has.
if you need a better explanation on certain things please just ask and i will try to help you.
Hi Robkk,
stopped all bbpress plugins and cleared the function.php without success.
But I’m not the only one with this problems
Emails being sent to noreply@www.mysite.com for subscription emails
@matthias70
did you go through the usual troubleshooting steps for general issues in
Before Posting
and see if another existing plugin might have caused an issue??
I am just wondering why the trac was closed as a dupe of another, where the one it was apparently a duplicate of is something we can already achieve in bbPress.
The user is asking to be able to style the username, not the user role. There is no mention of the other ticket adding css to the user role element – so why was this ticket closed?
Hello:
I just changed my theme. Now i am running the eleven 40 pro with Genesis. The problem is that i do lost all the buttons in my html and visual editor of my forums.
Any idea how to bring them back? I tried https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/ bur it doesn´t work. I also tried https://codex.bbpress.org/enable-visual-editor/ but no rusults.
Help please?
You are not alone 😉
I started a topic a few days ago, with the same problem.
https://bbpress.org/forums/topic/noreplydomain-com/
My problems started with one of the new bbpress versions.
2.5.4 was working fine. 2.5.5 or 2.5.6 had the noreply error…
Hi there. I have saved the theme Im using as bbpress.php, works great on the index page:
http://makermentors.org/forums/ (this is setup within a page of wp, using an inner container on a content band)
But when you click on a forum, it goes full width like this:
http://makermentors.org/forums/forum/maker-mentors-2/
How do I make the entire forum follow the same style as the index?
Hello, How can I get the number of all topics and replies outside the bbPress forum?
ok, I don’t think you have the standard index template
Have you got in your theme the following file
wp-content/themes/%your-theme-name%/bbpress/content-archive-forum.php
where %your-theme-name% is the name of your theme
or have you amended
wp-content/plugins/bbpress/templates/default/bbpress/content-archive-forum.php
what other plugins do you have?
viz
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
I just installed bbPress version 2.5.6 on WordPress 4.1.1 on a local development server (XAMPP).
After activiting the plugin, if I visit any frontend page on my site I get an error appear right after the Admin Bar.
Warning: in_array() expects parameter 2 to be array, null given in localhost\wp-content\plugins\bbpress\includes\common\functions.php on line 1446
I did some searching and found many people have a conflict with NextGen Gallery, however I don’t have that plugin installed.
I can confirm this error still happens with 2015 theme.
Hello,
I am attempting to import an older forum from my Vanilla installation. The Vanilla install is local to my machine with WP/BBpress. When I enter the DB name, username and PW all i get are the following:
Repair any missing information: Continue
Conversion Complete
Starting Conversion
Nothing actually imports though. Any ideas where I can look for issues?
Hai Robin, thanks for your answer and I must admit it helped:
I was too fast in my conclusion it was caused by bbpress, but it was an another (unimportant) plugin that caused the issue.
I feel relieved, thx 🙂
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
When I want to upload and activate a new header picture in my theme, the new header picture isn’t saved, but when I disasable the bbpress-plugin the native header upload/saving works fine.
Somebody else encountered the same issue, I looked and tried everything to solve this problem, but no luck …
hopefully somebody can help me out!