You may need to contact Robin in his plugin support forum. You may need to include pictures because it was hard for me to understand.
https://wordpress.org/support/plugin/bbp-profile-information
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 );
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
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.
Yeah that makes sense since the original file was for a user with a german/english forum I think.
You may not need this either since the original user had a german forum.
/**
* Set languages, add more languages if needed
*
* @param int $language WBB v4.x numeric forum status
* @return string WordPress safe
*/
public function callback_topic_language( $language = 4 ) {
switch ( $language ) {
case 4 :
$language = 'German';
break;
case 5 :
default :
$language = 'English';
break;
}
return $language;
}
Step by step might be this
I have the same problem!
But when I change “search” to e.g. “searchresult” I get the following error message:
Fatal error: Call to undefined function pa_category_top_parent_id() in C:\xampp\apps\wordpress\htdocs\wp-content\themes\mytheme\content-search.php on line 15
How can I fix it?
Thank you
When I try to add a topic, the screen goes blank. I have to hit the back button, it takes me back to the Forum page and the topic is not saved.
I have WordPress 4.3 and my them is from Canon Thee called Sport. my site is femalefootballfreaks.com.
Hi
I’m very new to WordPress, bbpress and php. I am currently working on a project and am finding it very difficult to find which file I need to change. I would like to re-arrange the order that author details are displayed in replies but cannot find where this is.
I would like the text to appear first and the avatar after and maybe remove the name and role.
I am using wordpress-4.2.2 and bbpress.2.5.7
Any help appreciated
Pamela
I did it I did it. BBPress now works on my intranet. I had to add more memory to my wordpress. Now it works. Nice wanted BBpress for my forum and now I have it.
I’m looking for a solution to moderate new subscribers, preferably in a way that regardless of whether it’s a comment on the WordPress side of things or a topic or reply on the bbPress side, once a new subscriber’s first post is approved, that user is allowed to post comments, threads and replies freely (unless caught by Akismet).
Has someone here faced the same challenge and successfully implemented a solution that works well and is a pleasant user experience for visitors?
The bbPress Moderation plugin should in theory be the answer to this, but it appears to no longer be maintained, I couldn’t get it to work on my website (it moderates all posts for me, even for a user whose posts have already been approved), and based on the plugin’s support section it doesn’t really seem to work optimally anyway. Which is a pity.
Another approach that I have been thinking about is making a new subscriber’s default user role something else than Subscriber, and never displaying comments, posts or threads written by a user with that user role (or displaying a “waiting for moderation” text instead of the post) until the user’s role has been updated to Subscriber. So, moderate a user rather than the content. I’m just not entirely sure how to implement this. Modifying the theme to accomplish it should not be difficult, but how about dealing with RSS, email notifications, etc. so that posts by these users don’t show in them? It seems that many things could go wrong and not play nicely with other plugins.
At the WordPress side, things work flawlessly spam-free with anonymous comments disabled, a custom question in the registration form (stops most spam bots), a mandatory e-mail confirmation for new subscribers, auto-moderation of the first comment (stops manual spammers) and Akismet (which doesn’t really have anything to do at the end). On the bbPress side, I’m only missing the moderation of a user’s first comment, which is letting through some spam.
Any ideas or experiences about a solution to this particular problem?
You could switch to his account using the User Switching plugin
https://wordpress.org/plugins/user-switching/
With BuddyPress installed you can see the users subscriptions by going to their profile. Hitting the Forums menu link, then you should see a sub nav with Subscriptions then you could hit the red X for any topics/forums you do not want him to be unsubscribed to.
THere might be a SQL way to, but I don’t want to get that complicated.
Is there a way I can send you a private message with a wordpress login and password so you can see it?
I tried to uninstall and re-install, but I always have the same issue.
No new items are added inside the admin panel and visiting direct links does not have permissions.
The submenu Forums inside “Tools > Forums” for instance does not exist.
You have to create a new role and it has to have these set capabablites
'publish_topics' => false,
and
'publish_replies' => true,
While what I listed is oversimplified, you may need to adjust extra capabilities to your liking. To learn how to create a new user role with its own custom capabilities read this guide.
Custom Capabilities
You then set the default role in the forum settings in Settings > Forums in the WordPress backend.
To change existing users you have to change their forum role in Users > All Users in the WordPress backend.
I think you can use emoji in the latest version of WordPress.
https://codex.wordpress.org/Emoji
🎅 👻 👹 👺 💩 💀 👽 👾
What if you want to change two different phrases? I’m trying to play with the code and I can’t get the second phrase to work…
Sal C.
edit: Found it:
Change or Translate Text on a WordPress Theme
1. How do I link a topic to a forum (restrict it to the linked forum)?
You might have to use this plugin, but I am not entirely sure.
https://wordpress.org/plugins/page-links-to/
2. What does it mean to stick it to the front end?
Sticking a topic to the front, means to stick it above all forums instead of just the forum the topic was in.
3. how do I integrate BBPress with MemberPress, Member Press does not use WordPress Registration, it has its own.
Their site says the plugin should work seamlessly with bbPress, if it doesn’t work to your liking with bbPress, you may need to contact their support for help.
Hello:
Please treat like a complete newbie on this subject matter:
1. How do I link a topic to a forum (restrict it to the linked forum)?
2. What does it mean to stick it to the front end?
3. how do I integrate BBPress with MemberPress, Member Press does not use WordPress Registration, it has its own.
Hello there everyone, I have searched all over the Forum and many Sites but I had no luck finding any bbcode Editor. The only thing that I found was the “bbpress Post Toolbar” Plugin which wasn’t maintained anymore, I took the risk and tried it out. But then I found out that it was actually coded to work with HTML and as many of you already know, your participants cannot use all the HTML tags. It used some Codes used that was not allowed for a participant to use. When I was searching I came up with the Idea to edit the Toolbar so that it uses bbcode. But for WordPress to support bbcode I had to install another Plugin, “GD bbpress Tools”. Everything is working except the “Close HTML Tags”, where I really don’t know how to do it, I was hoping any of you guys could help me.
You can download the Edited Plugin here: http://bit.ly/1KramlM
I used 2 Plugins:
bbpress Post Toolbar
GD bbpress Tools
Thank you 🙂
Current version of bbPress does not support imports from phpBB 3.1, next major release will.
https://bbpress.trac.wordpress.org/ticket/2716
There are many different plugins available to efficiently manage WordPress multi-author blogs. You can get your needed plugin here http://goo.gl/W3VP.
@bergblume
This issue is most likely caused from your theme and the the styles it used for WordPress comments.
Link to site so I could give you some CSS.
Hi All,
Hoping someone out there can help me. I am converting my old website into wordpress and am trying to import my forum into bbpress but have run into a problem. I can’t seem to get the import to start.
I fill in the database details on the import page using the details from my config.php file and then click start, the page displays the “Starting Conversion” status and the loading circle is spinning but that is as far as it gets.
I had read all the pages and guides and forum posts I can find for a week but cannot figure out where I am going wrong.
The forum I am importing is a very small forum compared to other websites and I have tried leaving the page on this status for 4 hours without any change.
Is there somewhere I can find an error log that would tell me what is going on or would anywhere have any ideas would could be the cause of this
Im running phpbb 3.1.5
Wordpress Version 4.2.3
Thanks in advance
Richard
Well backing up your forums, for all the data on your site,you backup your database. Just the bbPress post types and data from all that, I might need to do some testing. It might just be using the export tool in WordPress Tools section, it might be using a plugin to backup one forum at a time, or whatever alternative I can find.