Which one is latin1? Having both these values would be helpful so I can test it please 🙂
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!
ok, I am having this problem, too. I don’t see an actual solution in this thread. (Was the site theme the problem?)
My testsite is here: ttp://www.maaspublications.net/testsite/client/groups/webinar-participants/forum/topic/i-have-questions-lots-lots-of-questions/
This is making my clients BONKERS and I may have to find another forum solution if I can’t get this to work. 🙁 Thanks for your help.
Hi,
I am trying to use the forum with the WPLMS theme, and installed it with no issues. Setting it up and testing as an admin worked like a charm. But when I try to access the forum as a test user with a subscriber role, I keep getting the ERR_TOO_MANY_REDIRECTS loop. I changed the permalinks structure, all the forums are set to public, tried other themes, cleared the cache- still no luck. Checked 5 different browsers – the same issue – admin can view and access every forum, subscribers get the too many redirects error. Any idea what may be causing this error or how could I fix it? Thanks in advance!
The “Back to Discussions” link in my forum take me back to my site’s homepage, instead of the listing of forum discussions. Do I have something set wrong? I can’t find anywhere to fix this.
PLEASE SEE http://www.maaspublications.net/testsite/client/groups/webinar-participants/forum/topic/i-have-questions-lots-lots-of-questions/
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
I need to add a button to bbPress instance of the teeny MCE.
I’ve used the following code to test how my mce plugin work:
// add new buttons
add_filter('mce_buttons', 'myplugin_register_buttons');
function myplugin_register_buttons($buttons) {
array_push($buttons, 'separator', 'myplugin');
return $buttons;
}
// Load the TinyMCE plugin : editor_plugin.js (wp2.5)
add_filter('mce_external_plugins', 'myplugin_register_tinymce_javascript');
function myplugin_register_tinymce_javascript($plugin_array) {
$plugin_array['myplugin'] = plugins_url('/js/tinymce-plugin.js',__FILE__);
return $plugin_array;
}
This works like it should on the admin side.
I can’t wrap my head around how to get the same principle to work for bbPress instance of teeny mce. Which filter/action do I need to use and where? I’ve tried using the teeny_mce_buttons filter without any luck.
WP 4.2.4, bbPress 2.5.8
This works when I tested it.
<?php if ( $forum->post_content=="" ) { echo "yes";};?>
Plugin you have shared does not even works for topics. I can unsubscribe only myself with it.
I am using latest bbpress Version 2.5.8
Not sure about forum subscriptions or if this would work with group forums, but it might be worth a try.
Install this plugin, put the widget into your sidebar, and go to each topic and remove the users subscriptions manually.
https://github.com/easydigitaldownloads/bbPress-Topic-Subscribers
Other than this plugin for topic subscritptions, I do not know what else to recommend right now.
If group admin ban a user, Ideally banned user should be automatically unsubscribed to group forum. But according to my tests new notifications are still sent by bbpress plugin to banned or removed users.
Will keep a note of this, because this is expected if you ban a user. Maybe bbPress or BuddyPress could add this in the future.
I am talking about only hidden or private buddypress groups.
Admin can ban or remove users from groups in buddypress. I have tested that new topic notifications with message are sent to banned users that i don’t want, if they are subscribed to group forum.
If group admin ban a user, Ideally banned user should be automatically unsubscribed to group forum. But according to my tests new notifications are still sent by bbpress plugin to banned or removed users.
How can i myself unsubscribe a user to a forum or topic?
I think you can use emoji in the latest version of WordPress.
https://codex.wordpress.org/Emoji
🎅 👻 👹 👺 💩 💀 👽 👾
I am using bbpress with buddypress and i have enabled group forums.
I have tested forum and new topic subscription settings for private and hidden groups. I have found new topic or reply notifications are also sent to even banned users as well as removed users, if they are subscribed to the topics or forums.
I want new reply are topic notifications are not sent to banned and those users that are removed from group. How and where can i change these setting?
Just made a new updated installation of bbpress, just in case..with latest german language file.
now the prefix is “I” in German on all profile pages. Should be:
My (singular, German: “Mein”) Profile
My (plural, German: “Meine”) posts, replies, subscriptions, favorites,..
You are using the latest German language file right??
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.
what loop-forum?? If you are using mine or someone else s custom file on the internet, I will check to see if I/they messed up something??
Does switching to a default theme and clicking the link lead you to the latest reply??
@project_subdomain
I tried the German translation and it seems to translate the titles for the profile pages well, I tested it without an SEO plugin activated though.
Thank’s for your quick reply Robkk!
By the way, I forgot to mention that I’m using the loop forum;
Anyway, the freshness link head to the latest topic created, and the author link into latest topic author avatar…
I’ve not tried to check the cache, I’ll do it ASAP.
@steo83
This topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/
If it helps you are welcome to login and test it out. I can send you login details for admin and user. I only setup the site to test this issue.
Are you running any special bbPress set up?
– I’m just running the default bbPress fresh from install
Does this happen to all user roles?
– Yes, it happens to all roles
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
– Yes. I am using Twenty Fifteen theme. Up to date. No other plugins activated. The moment I activate bbPress users can no longer log out.
Thanks
Hello. I use bbPress on the latest wordpress version and running into trouble. I spent half of hour exploring bbPress source code but i couldn’t find the file which generates “Forgot password” and “Register” links in bbPress Login Widget. I really need to changed, for my site, to do not use wp-login page. I want to use my own configured pages /login and /register.
How can i do that?
Thank you very much!
Alright I might report this as a bug, but I need steps to duplicate the issue. And could you answer these questions to help me, know where you are at?
Are you running any special bbPress set up?
Does this happen to all user roles?
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?