Forum Replies Created
-
In reply to: Give Admin/Keymaster ONLY a forum signature?
@robin-w I suppose your first line
add_filter( ‘bbp_get_reply_content’, ‘rew_signature’, 1, 2 );
Should have been
add_filter( ‘bbp_get_reply_content’, ‘rew_reply_signature’, 1, 2 );
right?And same remark for the topic line below
In reply to: Oh no!@matthias70 I have something for that in my https://wordpress.org/plugins/bbp-toolkit/ plugin to remove the ‘Oh Bother’, but I should check how it works with 2.6
In reply to: 2.64 thank you!Testing has been performed for that bug, but it must be something more structural. We are still looking at where it’s coming from. But had already other important bugs fixed so we did not want to wait in bringing already 2.6.4
In reply to: new users with random letters for nameCheck also https://bbpress.org/forums/topic/spam-registrations-2/ as the topic seems the same
In reply to: new users with random letters for nameHi @philippowell, user signups are following WordPress user subscriptions.
1) You could remove ‘Anyone can register’ in /wp-admin/options-general.php, but that is probably not what you want to do
2) Check for WordPress plugins that will add protection to people signing up (like captcha)In reply to: Issue with “bbPress Advanced Statistics”I can confirm that 1.5 was the last version of that product from what it seems and that no further development is done (technical talk: even the /trunk folder is missing so no updates could happen anymore). The plugin is now marked correctly: https://wordpress.org/plugins/bbpress-improved-statistics-users-online/
In reply to: BBpress 2.6.1 translations issue@maksansem @BenM :
Success: Language pack for fr_FR generated for version 2.6.2.For bbPress Toolkit, well more stuff is now inside 2.6 so I would need to check what is still really needed.
@maksanse
As indicated, the best option would indeed be to restart a correct import into a database with the proper characterset. If this is not an option then indeed there are plugins that replace in the DB. Some examples: https://wordpress.org/plugins/search/search+replace/
One main remark: do this in a test environment first and always make a backup of everything before launching itIn reply to: Renaming a topic@ajtruckle
Title and permalink should be 2 different things, but if you raise the question it might be you have tried it and it DID change? Can you describe a bit more?
Thanks.In reply to: BBpress 2.6.1 translations issue@maksanse
Translation of bbPress 2.6.x is being updated. Hopefully by next weekend all is done.Hi,
If you go on https://wordpress.org/plugins/search/bbpress+captcha/ it seems lots of them offer bbPress compatibility.In reply to: Which widget are you using on this site?@cantoostinato8989 the theme used here can be found on:
https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-orgIn reply to: Display topics in order of creation (not freshness)@kent25 It’s not because things are not in the basic code that you cannot do it. bbPress is very flexible and open to extensions. See the response in https://bbpress.org/forums/topic/how-to-fix-old-topic-moving-to-first-topic-when-a-reply-is-made/
@kent25
The basic reasoning of a forum is: When a topic gets a reply, then the topic has changed so it will show first because the default ordering is by ‘topic last activity’.
It did not test what @barryhughes-1 wrote, but the reasoning looks to be correct for keeping them shown in the order of topic creation date (not modification)In reply to: I want to limit the title max length with multibyteOne last question @pipipi07: What was the previous version of WordPress you had?
thx.In reply to: Moderation problem with replies/topicsHi @creativersis
How did you do moderation in 2.5? Did you use an extra plugin?
You still have the plugin active while running 2.6?In reply to: I want to limit the title max length with multibyteIf you change 20 to 21, are you able to put 7 Japanese characters?
Just thinking of the multibyte characters, Japanese characters might be using 3 characters.If it works, then for now you could change from 20 to 60, but that would mean that somebody can put 60 English characters of course…
To be honest it seems strange that this happens because of the switch of bbPress as the functions in 2.5 and 2.6 look the same. Are you sure it’s not because of a switch of WordPress to a higher version or another change?
I have no other ideas unfortunately…
In reply to: Preview PostHi,
Maybe https://github.com/r-a-y/bbp-live-preview or https://github.com/jawittdesigns/bbpress-live-preview can help?In reply to: Importing from phpBB using 2.6.0Hi,
I created this plugin that works with v2.5 in a single site environment. I did not test it yet with v2.6! But if it can give ideas, I just leave it here:In reply to: I want to limit the title max length with multibyteHi @pipipi07,
First of all, there should be NO space between the dollar sign and the word ‘default’, so please make sure to change that 3 times (so $default, not $ default)If you put
$default = 20;
then how many Japanese characters were you able to put in v2.5?In reply to: I want to limit the title max length with multibyteHi @pipipi07,
The filter function is still the same from what I see, so let me try to find something else.In reply to: Hidding outgoing linksWould you be referring to something like https://bbpress.org/forums/topic/hide-links-in-posts/ ?
In reply to: Related ThreadsHi @sirlouen,
I did not really look for this, but any plugin that is showing ‘related posts’ and accept custom post types, might be able to do this.
I never tried it, but maybe https://wordpress.org/plugins/yet-another-related-posts-plugin/ ?In reply to: Disable EditsHi @sirlouen,
What you are looking for might be the first setting on your admin (Settings > Forums), so /wp-admin/options-general.php?page=bbpressIn reply to: Scheduling a TopicWhat editor do you use? The Classic one or Gutenberg?