Thanks so much Robkk.
I’ll take a look at those files, and see if any plugins might do the trick.
I am using some custom code I found *somewhere* (!! maybe here haha??) to include Forum results in general WordPress Search results, which works well enough, but of course this is from a site-search, not the BBPress search function.
Here it is in case anyone else stumbles across this thread and wants to extend WordPress searches to include Forum results (without adding a plugin):
/**
* Include bbPress 'topic' custom post type in WordPress' search results */
function ntwb_bbp_topic_cpt_search( $topic_search ) {
$topic_search['exclude_from_search'] = false;
return $topic_search;
}
add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
/**
* Include bbPress 'forum' custom post type in WordPress' search results */
function ntwb_bbp_forum_cpt_search( $forum_search ) {
$forum_search['exclude_from_search'] = false;
return $forum_search;
}
add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
/**
* Include bbPress 'reply' custom post type in WordPress' search results */
function ntwb_bbp_reply_cpt_search( $reply_search ) {
$reply_search['exclude_from_search'] = false;
return $reply_search;
}
add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );
Hi you all,
I made a personalized Spanish translation of bbpress words but when this get updated it goes back to the one that bbpress offers in Spanish.
Is there a way to prevent these changes?
I want to keep my Spanish translation all the time.
Anyone?
Thanks
@devyncjohnson
1. Well yeah the cache staying not removing is the issue, it could be a bug in WordPress itself since that caches the oembeds. What peice of code did you use to fix this?
12. I couldn’t duplicate the issue on latest Firefox on W10 using the html5 blank theme.
Yeah I know, I bookmarked most of the suggestions for features for the bbPress plugin on this site, but if you are experiencing some kind of issue, then why not help out too.
What I got from you that could possibly make the bbPress plugin are.
option to turn off feeds.
add topic auto-suggestion (might be better for the forum search though)
Integrate some plugins like report content (maybe external links)
Export and import settings
View counter
Custom notices
Specific forum permissions
Avatar system
Most of the SEO things could be best to have in a separate plugin, or should be left to the theme and how it is set up.
@pinkishhue
The forum requests and feedback is for this type of thing. If you think some codex article should be available, features should be in bbPress, this site bbpress.org should have some style fixes, etc. this forum is where you post all that in. If you need to create a new topic with a list of suggestions in a list from yourself, you can do that.
The way the menu items show up has always been like that since bbPress v1 standalone. It could be easier for users to see all the post types in one section, this might need another opinion though. I think it is fine either way though. It will be annoying to change all the codex articles if we do change that though haha.
Alright I am going to just test out this theme later today to see all the issues it presents and try to resolve them.
Try this on a local development server or just a test site in general o the site you are trying to import from. Cloning the whole site might be the best way to import from one WordPress site to another WordPress site.
Creating a Test Site
Going to reinstall WordPress and bbPress and budypress
I’ve just created a ticket, hopefully in the correct way…
https://bbpress.trac.wordpress.org/ticket/2861
Stefano.
Not sure if this is the right place to add another suggestion but something that just occurred to me that I think would be helpful –
Perhaps all bbpress custom post types could be grouped together under 1 ‘bbpress’ entry in the admin menu. I find it feels quite cluttered once you’ve installed bbpress and suddenly have the 3 entries there for forums, topics & replies, and this must also be confusing for less experienced users who might not understand that they are 3 different post types.
Hi Rob
Sorry but I am really at a loss here.
The What The File plugin directed me to the index.php, I copied this to my child theme and pasted the suddested code in there, this changed my layout dramatically when viwing the forum and search results, but did noting to help with the problem, still not getting forum results in the bbpress search.
I also tried adding the code suggested in the thread, to add forum to the wp search, and installed both plugin fixes, but still wordpress ignores the forum in it’s searches.
The issue is that my forum is useless without a decent search function.
Please help.
I might have found the problem.
It seems that bbpress has a problem with moving the topics from backend. I’ll make another fresh installation to verify that. If that is the case I’ll need to open a ticket, I guess.
BBCode Deluxe (https://wordpress.org/plugins/bbcode-deluxe/) adds BBCode markup (and other shortcodes) to WordPress and BBPress. This plugin is a fork of the unmaintained (but well loved and used) “bbPress2 BBCode” plugin by Anton Channing (https://wordpress.org/plugins/bbpress-bbcode/).
This plugin includes code from the below listed developers and their plugins. More BBCodes/shortcodes will be added (such as the rest of the BBCodes from “Video and Audio BBCodes”).
- Copyright (C) 2013 Anton Channing (“Video and Audio BBCodes” and “bbPress2 BBCode”)
- Copyright (C) 2010 b0ingBall (b0ingBall BBCode plugin)
- Copyright (C) 2008 Viper007Bond (the original BBCode plugin)
The BBCodes are (or try to be) HTML5-compliant.
@robkk
1. If the oEmbeds are disabled in the options, then how would I still have oEmbed cache accumulating?
12. I use Firefox (latest) on Linux and Android. I occasionally use Chromium (also the latest version on Linux).
By the way, thanks for all of your help. However, keep in mind that my main purpose for this thread is to give the BBPress developers some ideas rather than fix my problems.
Hey,
I can’t find any option to cancel bbPress sending a notification to the buddypress profile of a user that has subscribed to a newly answered topic.
I need to cancel these bbpress notifications, any tips?
Thx!!
Cheers,
Hi,
I am in the process of converting Joomla!/SMF portal into WP/bbPress. WordPress I used is 4.3 and bbPress 2.5.8. I managed to convert Joomla! to WP but I keep getting into problems with SMF.
Users from SMF get migrated without a problem. However, migrating topics is a bit of a problem. It’s a large forum with 6885 topis and over 80000 posts. Topic migration keeps getting stuck after ~6500 topics. I tried removing topics that I assumed to be the issue but it didn’t help. I removed large number of topics – it didn’t help. Converter simply gets into loop. Restarting migration doesn’t help.
Neither PHP nor MySQL have any restrictions – it’s a server I’m administering and for this particular scenario I’ve let PHP consume all the memory it needed. It didn’t help. I’ve tried changing row limit to even 1, it’s still the same.
Any suggestion will be most welcome. Thank you.
You can use oembed for embedding imgur links automatically.
You can use the img quicktag button in the toolbar if the url of the image is from a different source.
GD bbPress Attachments plugin can handle uploading images to your site directly.
If you use BuddyPress also, you can use the BuddyPress Forum Editor plugin for image uploads that way also.
Looking at the code it seems there is no way to hook into that option in a easy way. One should hook into get_options for the moderation_key option but find a way to determine he is in the bbpress contect and not in the comment moderation context. If needed I can write the patch to bbpress for that, it’s one line of code!
Stefano.
I will note this as a possible feature request. Having a unique blacklist might be a good idea, there might be a way to hook into WordPress’s blacklist function and specify words only for bbPress, but I do not know at the moment, sorry.
How can’t you login?
What is stopping you exactly from logging in?
Do you see an error messages in the login form?
Is it redirects or 404s?
Did you try some troubleshooting to see if it was another plugin conflict? It could also be a security or a spam plugin that could cause this type of issue.
Troubleshooting
Did you try any troubleshooting?
Troubleshooting
Maybe clear any cache collected on your cpu and make sure your forum role is in fact the keymaster role.
Add this custom CSS anywhere you can put custom css like your child themes style.css file or a custom css plugin.
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
float: none;
margin-bottom: 0;
vertical-align: middle;
border: 1px solid #ddd;
}
You can use this function (and add it where you can put php code snippets, like your child themes functions.php file or in a plugin like functionality) in this topic to increase those 14px avatars to say 24px.
Resizing Avatars
Is there a setting to edit custom post type archives in that SEO plugin? The forums index page should be a Forum Archive.
You may need to contact that plugin’s support to see if you are configuring it in the right place, or if there is even an option to edit the titles of custom post type archives. Most free plugin have a setting to modify the Forum Archive of bbPress.
Can you link to the site so I can see everything that is happening for the user profiles?
Try bulk editing a user in Users > All Users, and give them a forum role if they do not seem to have the default bbPress roles and see if that fixes anything.
Are you importing from another WordPress/bbPress site?
I also think how you imported everything could be a possibility of why the profiles are screwed up.
I guess you could hide the profiles but the profile links would link to nothing.
I’m experiencing this issue, where edited bbress forum posts keep showing up again in the buddypress activity feed.
I saw that there is a ticket and patch for this. The question is how do I install a patch? Do I just ftp to my server and drop the patch file into the appropriate directory?
It looks like it’s patching this bbpress file: src/includes/extend/buddypress/activity.php
Ticket: https://bbpress.trac.wordpress.org/ticket/2690
Patch: https://bbpress.trac.wordpress.org/attachment/ticket/2690/2690.01.patch
1. That is oembed cache you are removing with WP-Sweep, not the oembeds itself.
5. That was just 8-9 months ago. Some plugins do not need to update as frequently as others. This plugin basically is just using some bbPress hooks and filters to create its functionality for itself.
12. What browser are you using? I could test this in a minute. And I guess any theme that is based off of the HTML5 boilerplate like HTML Blank theme, I would come across the same issue as you??
conversion is completed but username’s password is not converted but DOC says it will be converted https://codex.bbpress.org/getting-started/importing-data/import-forums/invision/
any idea why is this?
we are going to bbpress from ipb 3.4.7