We need a plugin that automatically creates a gallery of newest images from users media image. Ideally it would include, “Most viewed” “Latest” ect as a way to sort the images. Is there anything like this at all that would work with BuddyPress BBpress???
Thanks so much in advance!
@donchulio Adding a topic titled Ankündigungen with the topic content Ankündigungen and a reply with content Ankündigungen works as expected for me with bbPress 2.5.8

Can you check what character set and collation both your source SMF database is and also the same for your WordPress database?
As much as I tried earlier, I couldn’t really get bbPress Moderation to work. It may have something to do with my theme, but I also see that I’m not the only one with problems.
I’m not sure if I follow what you are saying about Spectators. Since they cannot post, there isn’t really any moderating to do either as far as I can see. Or am I missing something?
I’m increasingly thinking about writing a custom plugin. I suppose one basic idea would be to create a new user role like “Untrusted Subscriber”, make it the default role for new subscriptions and mark all comments, topics and replies by such users as “pending” until the user is updated to regular “Subscriber” status. The system should also serve a page explaining this when these users post. Something like that.
I’m just not entirely sure if it’s more time and effort to write the above than it is to manually delete spam messages and users. So, I was wondering if someone else may already have found a solution.
Yes that is an other problem, every languageID field is empty.
how can i solve that?
You shouldn’t need to do anything, if there is no value it will default to English
In the wbb1_1_board from wbb3 is the parentID “0”
but in wbb1_board from wbb4 is the parentID “NULL” (german for zero).
There are a lot of these fields….
Indeed Null is German for zero, also NULL is a special value in SQL databases.
Typically I’d expect a reply to always have a parentID, that ID should be the topic ID.
A topics parent ID will typically be the forum ID the topic belongs to.
bbPress will treat replies without a parentID as an “orphaned” reply because there is no association between the topic and reply id’s.
bbPress will treat topics without a parentID as a topic not associated with a specific forum, so unlike replies, bbPress does not require topics to have to have a forum id.
Forums without a parentID are treated as “top level” forums, forums with a parentID of another forum are treated as “child” or “sub” forums of the parent forum.
So some parentID values may be an integer 1, 13, 653 etc, sometimes it will be 0 meaning there is no parentID and other times it will be NULL, it is all dependant upon that forum softwares configuration and the context it’s being used in.
So basically you want to use bbPress for something other than forums?? I am leaning toward custom development and you might need to hire a developer right now, but I do not get what you mean by directory. Explain what you mean by directory, and if you really want to email me the pictures here.
Contact
Hi! Thank you for replying 🙂 with “invalid” I mean making some actions “nule”. I don´t want anybody to comment what I post… the reason is that I prefer bbpress more as directory than a forum.. If you have an email I could send you some pics so maybe you could understand it better. Thank you 😀
Ok, I was on.
I added a Facebook field in the License File function.php theme.
So we can see also in publishing bbpress.
http://www.hostingpics.net/viewer.php?id=918166contact.jpg
On these fields created in the meta WP, how to display it on the profile page as the image below (but is plain text)
http://www.hostingpics.net/viewer.php?id=567243profil.jpg
Idem on the forum topics. As already does plugin.
Added text or an image under the name of the user.
For the plugin, I tried to contact him to see.
Hi everybody! I need to change some “titles” and “invalid” some actions of BBPress so I can use it for my blog. Anybody who could help me with some codes, please?
Than you! 😀
Cheers!
no, I have not used the codex.
I checked the box of bbpress option.
And the links are replaced.
http://www.hostingpics.net/viewer.php?id=857251bbpress.jpg
I think there is a different filter for bbPress tinymce buttons. Will check it out later.
PinkishHue thanks!
It would work, but I don’t know the exact names for bbpress
i.e. below is for post (https://wordpress.org/plugins/csv-importer/other_notes/).
csv_post_title – title of the post
csv_post_post – body of the post
csv_post_type – post, page or a custom post type
Do you know what they would be for bbpress? or where I can find them.
This would be the way to go, I need add descriptions so that would save me a lot of time.
Another suggestion to try – check out CSV importer plugins, you *should* be able to create a simple spreadsheet with all the fields you need (taxonomies, parent posts etc), save as CSV and import.
(If all works as it should! Certainly works with posts/pages etc so should work with bbpress forums/categories etc)
I found following fix:
Conflict with qTranslate
download and installed the plugin and now it’s working 🙂
Okay glad you found the plugin that was causing the issue. I will try to make a list of plugins that cause issues with bbPress in the near future.
Now I guess you might have to find an alternative to that plugin.
I don’t think you have to go through that trouble, it would be way easier if bbPress has its own tables but it doesn’t, the posts are in wp_posts and post meta in wp_postmeta.
Exactly what I was thinking.
Thanks, I will give it a go and let you know…
Ok, I found the culprit:
qTranslate Plus
As soon as I activate that plugin, bbpress is gone.
Looks like an old known issue:
Conflict with qTranslate
All of what is listed is here, only the German language you are using is the 100% finished translation.
https://translate.wordpress.org/projects/wp-plugins/bbpress/stable
Shouldn’t it be Dein Profil for a straight translation of Your Profile which is what bbPress has for profiles??
For custom plugin translations I have to look into it, there use to be a way to have custom plugin translations.
This old code is what I think you could use and test. Edit the existing German language files with something like Poedit. Save them. And Place them in a child theme for example, and put the url in the code below.
function load_bbpress_tr_mofile( $mofile, $domain )
{
if ( 'bbpress' == $domain )
{
// replace this. :)
return 'FULL_PATH_TO_YOUR_FILE';
}
return $mofile;
}
add_filter( 'load_textdomain_mofile', 'load_bbpress_tr_mofile', 10, 2 );
Good evening, I added a field on the WP profile and wanted to bbpress posted on the profile.
How do we do?
I tried your plugin bbp profile information so I have almost everything I want but not totally.
What added to the Profile page of WP fields (Role on the site, website, additional fields (with add function), etc.).
For the formatting, changing the file should be simple but I do not know what code used to do.
Same, how added some fields in the WP topics (subject / response).
What bothers me in the plugin’s name display / First name / email automatically. Why not have checkboxes on what the user wants to view. But before the administrator can block fields.
Given that I want to add a facebook fields and if it is not empty and the link, I want to display on the profile and the topic / response mode with an image.
For additional fields, four are enough for me, but how to add it to the wp-admin?
On my site, wp-admin is accessible for admins and the member / user by everyone.
If you do not understand me, I will try to make screenshots to make it more understandable.
Sincerely Nicolas.
Okay well there might be a way to bulk create bbPress posts, there are already a bunch of WordPress plugins that do this for blog posts. I will test to see if I can find one that works with custom taxonomies and custom post types.
I don’t think you have to go through that trouble, it would be way easier if bbPress has its own tables but it doesn’t, the posts are in wp_posts and post meta in wp_postmeta.
Stored Database Data
Hello, I tried to change the links in the admin bar to display the profile and the change in bbpress mode.
I saw that there was the option (Edit Profile link). I did not see at first.
But I have a problem. When I click on the name (nickname or surname first name as I Poster) I want ca redirected to root / member / user instead of root / member / user / edit.
To change the profile, I agree that this is only one must have the root link / member / user / edit.
How to do?
Sincerely Nicolas.
robkk
I’m with you… it is too many, and most of them probably wont be used, but that is what the client wants.
Question, I was thinking maybe to export just the bbpress tables and add them manually, structure/categories and forums, using a text editor (sublime is what I use) and then re-import them into the database..
The problem I’m having is that I have not found a way to just export the bbpress tables..
When looking at my wp_database to find the bbpress entries they are seriously integrated with wp tables.. If that makes sense..
Thanks, actually I just copied the old bbpress.php from the old version of the theme.
It could always be another plugin.
Leave bbPress and Ithemes Security as the only active plugins to see if the issues persists. If the issues doesn’t show anymore, reactivate your plugins one at a time to see what could be causing the issue.
Yeah bbPress Moderation is what you are looking for although it seems to be unmaintained. Only thing I can say about this is to make sure you have the plugin set up properly, to make sure it works well.
There is a bbPress role of Spectator which the user cannot post and only view forums. You can later switch them to Participant later in the Users section in the WordPress backend.