Hi.
I am using S2.
I am not using either of those plug ins.
Here is a forum post that illustrates the issue:
http://www.thewargameswebsite.com/forums/topic/missing-posts/
All pre and post WP4.0 first posts in topics are missing, we have implemented a temporary fix but the problem clearly lies in whatever the update has done.
It is noted that turning S2 off will solve the problem, this is not an option for us.
That suggests to me that S2 does not work with the latest version of Wpress.
Desperately need help as this will be affecting my income..
š
Using with 4.0 and theme 2012 and bb 2.5.4.
This latest version 254 caused the recent replies widget to not display, and cause any subsequent widgets to not display as well.
Yes, I have the same problem as Tyler with Relevanssi (including the latest version), and I’m not running Search Exclude.
Hi,
I’m using WP 4.0, latest update on BBPRESS.
I havent change the theme.
And text from the subjects don’t show anymore !!!
Please help š
Nouvelle intƩressante !
FOR ALL FORUM
Also, if I ask BBPRESS to “Recount”, it says that I don’t have right to do it…
OVER 20000 treads that don’t show… please…
š
Hey there everyone,
I’ve just registered to post this problem I’m currently experiencing which happens with the latest update of WordPress.
The boards all work however the threads and the post in the frontend are all gone, they’re actually still present in the backend of the wp-admin but on the actual site they can’t be seen anymore.
This only happened after the latest wordpress 4.0 update so I’m sure it has something to do with that.
Here is a link to my website: http://sg-carterpack.com/forum/
Thanks in advance for anyone who can assist me with fixing this as I sadly did not make a backup and the forum is our sites main focus so it’s really important for me to get this fixed asap!
MODERATOR EDIT: Here is a copy of your content from your other post below
Iāve already seen a couple threads but without much avail, Iām not running any plugins mentioned in that thread yet I still experience the problem after updating to WordPress 4.0
Iāve already reverted my wordpress installation as I canāt really put the forum out for more than a day, Iām running the following plugins on my site:
Adminimize
AdSense Click-Fraud Monitoring Plugin
amr shortcode any widget
BAW Login/Logout menu
bbPress
bbPress Custom CSS File
BulletProof Security
GD bbPress Tools
Google Adsense Dashboard
Google Analytics Dashboard for WP
Inactive User Deleter
Limit Login Attempts
Theme My Login
WP User Avatar
Does anyone know what plugin could be causing the problem if this isnāt a problem with BBpress?
Thank you , will test this.
I was trying to follow the step by step guide to bbpress forum – part 3
I copied the the function below and add it on line 9 of loop-single-forum.php file.
function remove_counts() {
$args['show_topic_count'] = false;
$args['show_reply_count'] = false;
$args['count_sep'] = '';
return $args;
}
add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );
Then I ran my forum site and got this error.. I’m doing this locally to test.
“Fatal error: Cannot redeclare remove_counts() (previously declared in C:\wamp\www\wp\wp-content\themes\twentytwelve-child\bbpress\loop-single-forum.php:9) in C:\wamp\www\wp\wp-content\themes\twentytwelve-child\bbpress\loop-single-forum.php on line 14“
ok i havent really messed with breadcrumbs that much i usually remove them but there suppose to show home > forums > forums i think from what i just tested on my localhost.
since it shows the root anyway if you are already on the forum archive.
but i did end up removing one of the forums link this weird way
ok i dont know for sure what i did because i was basically just fiddling around so here are all of what i did
i had this in my functions php in my own thematic child theme.
function mycustom_breadcrumb_options() {
// Home - default = true
$args['include_home'] = false;
// Forum root - default = true
$args['include_root'] = true;
// Current - default = true
$args['include_current'] = true;
return $args;
}
add_filter('bbp_before_get_breadcrumb_parse_args', 'mycustom_breadcrumb_options');
add_filter( 'bbp_get_breadcrumb', 'change_breadcrumb_text' );
Function change_breadcrumb_text ($trail) {
$trail = str_replace ('No Labels Community Forum','N L C F',$trail) ;
return $trail ;
}
then i removed the add_filter line for the mycustom_breadcrumb function
so i have this now.
function mycustom_breadcrumb_options() {
// Home - default = true
$args['include_home'] = false;
// Forum root - default = true
$args['include_root'] = true;
// Current - default = true
$args['include_current'] = true;
return $args;
}
add_filter( 'bbp_get_breadcrumb', 'change_breadcrumb_text' );
Function change_breadcrumb_text ($trail) {
$trail = str_replace ('No Labels Community Forum','N L C F',$trail) ;
return $trail ;
}
this removed one of the NLCF links in the breadcrumbs.
i even removed the my custom breadcrumbs function and its still only shows one NLCF link…
its weird :/
I have bbPress installed and the register screens set up and displaying correctly. I have WP SMTP installed and pointing to my hostmonster mail server. It tests fine. When a new member registers I get a notification that a new user has registered and I know this is going through the SMTP server because of the headers in the email. The password email is not being received. I don’t believe the password is actually being sent for reasons I don’t understand. I have the latest versions of WordPress and bbPress. I think it is a bbPress problem not a SMTP problem.
Hi,
Thank you for your response
Test1-nlcf
Jerry
I can see lots of ‘?’ – is this your issue??
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.
come back with the results !
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.
I have the forum settings to 15/topic, and 25/replies.
The forum isn’t live yet, and I had testers take it over the limits, and bbpress won’t create new pages, it just dumps everything into one long scrolling page.
This is a brand-new installation of vers. 2.5.4 on WP 3.9.2
any suggestions?
Robin W, Thank you for the ideas. This is the first time I’ve used bbPress, so I have nothing to compare it with. I tried your idea of deactivating all other themes and that did not change the Forum problem. I am currently unable to test deactivating the theme because the site owner just paid Facebook to boost a post that would drive visitors to our site. So it’s a bad time to put the site in maintenance mode, even briefly. Hope that will change in the next day or so. I am using HeadwayThemes and I have posted in the forum there. I found a conversation on http://support.headwaythemes.com/discussion/comment/166604#Comment_166604 about a problem between HeadwayThemes and the bbPress search function, but saw nothing like the problem I have with the replies appearing above the posts.
In the HeadwayTheme, the forum is appearing in the content block. The content block let’s me do custom query filters. In the query filters settings, I’ve told it to include the post type forums. And I’ve tried both ascending/descending order. Nothing puts the replies BELOW the topics.
We just created a new forum at http://sovereignduty.com and all has been going ok until a user reported that a new topic she was trying to create was not working. I created myself a test participant account and tried to create the same topic she was using the same text and experienced the same issue. The topic is not created. I took her text, copied it into notepad and pasted it in to the new forum topic. There was one link that I created but no other html besides that. Any suggestions on where I should be looking, or doing to correct this?
Thank you in advance
Dan
Has this just started happening?
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.
I suspect it is your theme, but carry out the tests above, and then come back !
Why are the replies showing above the topic and how can I get topic above replies?
It appears that the time stamp on the replies (being newer than teh topic) are showing up above the topic.
Please see test on http://changeaustin.org/forums/topic/test-topic/#post-2886
The site is using WordPress 3.9.2, bbPress 2.5.4. HeadwayThemes 3.7.8
sorry to post this here but my i cannot create topics or anything on the site..
i have been messing with this all day and getting quite aggrevated
my members cannot edit they’re topics or replies or forums if i allowed it which i dont
And they cannot create a topic from the Dashboard menu bar at the top
so the topics they are allowed to use looks totally horrible and does not have all my wordpress options, well i think it uses the normal wordpress replies maybe i would need to change that?
If they could Edit they could use the proper Tools after but..
Unless i set Edit_others_posts there is absolutely nothing i can do to allow them to edit
it always says you do not have the proper rights
and of course i DO NOT want them to be allowed to edit other peoples posts…
How could i make it so that they can edit they’re own posts only
and that they could post a Topic Directly from the Dashboard bar at the top of page to be able to have the proper tools instead of using post topic like a reply
I did reset all users to default Role since i saw it mentioned often and it didnt help
Only if id set it to moderator they could edit theyre own posts
but they can delete everything from everyone
i am using latest WordPress and latest bbpress with twenty fourteen theme and i have no plugins that would conflict
Cheers for the response and thanks for your time and effort looking into this, much appreciated.
For the test below i set up a hidden forum on my live server.
What happens when you deactivate either/or āGo to first unreadā & āUnread postsā plugins youāre using and submit a reply to an affected topic?
- I just went through all the bbpress related plugins and tried different combos and didn’t notice any significant performance differences.
Another test, this time with the āQuotesā plugin disabled submit a reply to an affected topic.
- Using GDPress and had the same results as above
Another, what code and/or plugin are you using to show the user registration in each reply e.g. Join Date: Mar 2009
And another, what code and/or plugin are you using for the counts shown next to the username in each reply e.g Posts: 4529
- Using the function below. Again I disabled and noticed no significant improvement.
function func() {
$roleData = bbp_get_user_role(bbp_get_reply_author_id( $reply_id ));
if($roleData=='bbp_moderator'){
$data='<div class="bbp-author-role">Moderator</div>';
}
$registered = date("M Y", strtotime(get_userdata(bbp_get_reply_author_id())->user_registered));
$post_count = bbp_get_user_reply_count_raw( bbp_get_reply_author_id( $reply_id )) ;
$data.='<div class="bbp-reply-ip"><span class="bbp-author-ip">';
$data.='Join Date: '.$registered;
$data.='<br />';
$data.='Posts: '.$post_count;
$data.='</span></div>';
}
Here’s the results for the first query
And the second query
Something I did notice when testing, was that when I was posting in the new topc I created, posts seemed to be submitting relatively quicker, 2 – 5 secs per post. Though when posting in a thread that had a lot more replies the post submission took a lot longer.
I tried the query plugin you suggested and getting relatively good results everything is < 2 secs, but it only shows the performance of the query results, and doesn’t take into account the time it takes to submit, which is > 10 secs. (unless I’m overlooking something??)
Thanks
Hello guys,
I’m using the latest version of WordPress and BBpress to date.
I don’t know if this is expected default behavior but in the front page of my forum, the total topic counts only show in the categories and not next to each forum.
I would like the categories NOT to have any count, and for the counts only to show next to the forums.
Any idea of what I could do?

Thanks!
Try (haven’t tested)
function remove_website ($r) {
$r['bbp_anonymous_website'] = false;
return $r ;
}
add_filter( ābbp_pre_anonymous_post_author_websiteā, āremove_websiteā );
or
function remove_website ($r) {
$r['bbp_anonymous_website'] = false;
return $r['bbp_anonymous_website'] ;
}
add_filter( ābbp_pre_anonymous_post_author_websiteā, āremove_websiteā );
Firstly, a quick breakdown via pingdom, quite a delay in getting your JavaScript files, I’d get these into your Amazon CDN.
As you stated above “ive eliminated all the points youāve made above, and the site only chokes when users are submitting posts in the forum, so Iām confident iāve isolated the issue.”
- What happens when you deactivate either/or “Go to first unread” & “Unread posts” plugins you’re using and submit a reply to an affected topic?
- Another test, this time with the ‘Quotes’ plugin disabled submit a reply to an affected topic.
- Another, what code and/or plugin are you using to show the user registration in each reply e.g.
Join Date: Mar 2009
- And another, what code and/or plugin are you using for the counts shown next to the username in each reply e.g
Posts: 4529
Can you run the following two queries in phpMyAdmin, it will give me an idea of the state of the data in your database, it is the topic and three replies (two imported replies and one new bbPress reply) from the ~10k topic you have:
SELECT ID, post_author, post_parent, menu_order, post_type
FROM wp_posts
WHERE ID
IN ( 490979, 831628, 837704, 1031603 )
and
SELECT *
FROM wp_postmeta
WHERE post_id
IN ( 490979, 831628, 837704, 1031603 )
Once you have the results of each (they don’t show any ‘sensitive’ data) click the “Print View” and copy and paste them to a text file, a Gist or to pastebin for me to checkout please.
Over the weekend I had to reinstall everything here locally (and my online servers for a different reason) as something was up with my database, I’ve created a topic here locally with ~10,000 replies today (similar in size to your second most popular topic) and it takes ~1.6 seconds to post a reply to this topic. To time the queries, install the following plugin and of course only have it activated whilst your debugging this stuff https://wordpress.org/plugins/query-monitor/
I just tested this and it works fine, as it states: “Disallow editing after ‘x’ minutes”, that does not infer setting to 0 will disable topic/reply editing š
Thus, if you set it to 1 editing will be disabled after 1 minute, the default is 5 minutes.
If this is not working for you check your time and date settings, someone else had this issue a while back and as they had the incorrect time zone configured it was adding the time zone difference to the allowed editable time š
Guys. I make the repo for plugin on github, checkout the latest version with some fixes:
https://github.com/korobochkin/bbPress-permalinks-with-id (and russian translation included).
@pooledge don’t quite understand what you talking about. On my forum links with parameters works great with this plugin. For example:
http://selenaselena.ru/community/talks/talk/14579/ ā simply topic
http://selenaselena.ru/community/talks/talk/14579/edit/ ā edit topic, for admins only, but not 404 š
http://selenaselena.ru/community/talks/talk/14579/?bbp_reply_to=14806&_wpnonce=0fe9ee9c36#new-post ā write reply to some user.