Forum Replies Created
-
In reply to: WordPress 4.0 Broke BBpress
Also if anyone has a setup where the addition or removal of a single plugin causes the issue, then come back, or if a free theme causes it.
At the moment I’m guessing at the problem, as I cannot replicate, so need a simple setup to validate
In reply to: WordPress 4.0 Broke BBpressFrom what other plugin authors have delved into, one of the issues (and maybe the only issue) seems to be related to the fact that bbpress sets the array $default[‘s’] in all cases on bbp_has_replies – if a search to the search, but if not a search to ‘FALSE’. Under wp4.0 it seems that if this variable is set at all, it is taken as true, so the query is assumed as true, which then returns no results and maybe hense why a 404 or nothing displayed.
I have done a quick change to bbp_has_replies to test this.
If anyone else out there still has problems with 404’s or topics/replies not showing and is on wp4, can they try the very optimistically (!) named bbpress wp4 fix plugin, and let me know if it makes a difference !+
In reply to: Topics not appearing in forumGiven that you’ve downgraded, suspect you won’t want to upgrade again to do a test !
But if anyone else out there still has problems with 404’s or topics/replies not showing and is on wp4, can they try the very optimistically named bbpress wp4 fix plugin, and let me know if it makes a difference !+
In reply to: Topics not appearing in forumgiven that you paid money for this theme, I’d be annoyed that you are not getting support form the theme writer.
In reply to: Remove Users From Topic OverviewI can’t see where that is, not quite sure what you mean by ‘topic overview’
Can you post a link?
In reply to: Register/Log-In Tied to WP?the following will disable the toolbar for all but admins
//disable toolbar for non-admins if (!current_user_can('manage_options')) { show_admin_bar(false); }
put this in your function file
see
The you can add a widget login to the sidebar
Dashboard>appearance>widgets and look for (bbpress) login widget
You can also add logins to the menu see
In reply to: Topics not appearing in forumIf you’re on wordpress 4.0 then there are some issues with themes and plugins, so 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.
Thanks fro the reminder – the original is
https://wordpress.org/plugins/bbp-profile-information/
the Version for buddypress
isn’t yet, it’s on a long list of things to do, but the version on my site is stable and quite usable !
Do you mean anonymous users, or those registered – could you explain a bit more?
In reply to: No pictures/examples of forum template?yes just use a default theme and download bbpress over it.
In reply to: is there a way to have custom text under avatarIn reply to: My plugins are disappearedI immediately thought an extension conflict, but disabling and removing bbpress, checking if it was deleted from the FTP and updating management extensions, and the bug persists.
If removing bbpress did not fix, then the issue is not with bbpress?
In reply to: WP 4.0 update and bbpress returning 404so are you saying that with all plugins disabled apart from bbpress, and a default theme, and with resetting permalinks that you still get 404 errors?
If so all I can suggest is that you revert back a wordpress version to see if that fixes
see
for quite a good video on how to do it
and then come back
you could try going back a version
see
for quite a good video on how to do it
In reply to: WP 4.0 update and bbpress returning 404ok, lets see if it is a theme or plugins 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.
upgrading to wp 4.0 has caused some issues with bbpress and some themes and other plugins
I’d see if this is the case for you, so as a test try
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.
In reply to: Duplicate BreadcrumbsGlad you found some stuff I have written useful
Unfortunately to get to the level you want to you will need to start dabbling with code
should help you.
Breadcrumbs
but hiding the breadcrumbs per the directions didn’t work for some reason.
You’d need to tell us what you did to help you further
Forums name
That initial breadcrumb belongs to your theme, so you’ll need to query it with your theme provider.Any idea how long it’s going to be before Live Preview is ready for prime time?
that code is written by a private individual, so no-one but him can say when it would be live, and I don’t know if it works !
Finally, how do I make the posts and the editor wider. Is that CSS controlled by my theme or bbPress?
theme !
Have you run all the tools?
Dashboard>tools>forums>repair and run one at a time
In reply to: Topics Exist But Won't Showyes you can
see
for quite a good video on how to do it
In reply to: The Link "Forum" not shownIn reply to: Topics Exist But Won't Showwordpress 4.0 broke some things with themes and bbpress!
In reply to: Page not found 404ok, thanks for letting us know
In reply to: Page not found 404Plugins
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.
In reply to: Topics Exist But Won't Showthanks, glad you’re sorted
In reply to: Weird Configuration MessageThis is a message from your theme I suspect, and may explain why you’re getting the [continue reading] box, which is definitely theme related.
Suggest you contact your theme provider