You mean the plugin you recommended first is better than this one ?
By the way look at this : this guy seems to have solved a real issue
Do i need to use this solution (7years old)
Or has it been fixed since then ?
Thanks !
Hi
I am using this plugin and it works well
I have just one problem about links
the same problem as this user : https://wordpress.org/support/topic/links-in-signature-do-not-work/
and i also tried in bbcode but it doesnt convert to a link
but i would prefer html as most users are used to html
of course a visual editor would be great, is that possible ?
Tx a lot !
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Freshness Display
Hi Robin
About this plugin :
Private groups
I would like to make sure before installing it that it wouldn’t mess with my ecommerce theme profiles
I think it only applies to forum roles, but i prefer to ask before just in case 🙂
Thanks a lot for your great plugins 🙂
try this one
bbPress Moderation
I also have a version of the one above that I might publish when I get back from holiday
Hi Robin
This plugin has been closed from WordPress plugins on 11 february
Any other plugin to moderate topics ?
i was hoping that the feature for comments :
Before a comment appears
1) Before a comment appears Comment must be manually approved
2) Comment author must have a previously approved comment
would also work for bbpress
but i tested and it doesnt work…
Apparently only the 2 settings comment moderation blacklist are working :
– number of links
– stopwords
but the problem is there is no warning message showing if someone adds 2 links for instance and then submits, nothing tells him his post is pending moderation (same test for stop words)
Also the admin doesnt have any notification of pending post, no mail, nothing on dashboard, i had to go directly to admin topics to see the pending topics
Best moderation would be to always moderate the first post for any user, how could i do that ?
i just found this other moderation plugin that does exactly what im describing but it’s 8 years old without update, does it still work ?
Thanks a lot !
untested (as I am on holiday without test server access), but try
add_filter ('bbp_get_reply_author_link' , 'rew_return_null' ) ;
add_filter ('bbp_get_topic_author_link' , 'rew_return_null' ) ;
add_filter ('bbp_get_author_link' , 'rew_return_null' ) ;
function rew_return_null () {
return ;
}
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
actually just remembered that this plugin does this
GD bbPress Tools
unless you want to learn coding, then another plugin is the only way. Using a plugin or putting the code in your theme functions file has exactly the same impact on performance – typically nothing that is noticeable other than by using a stopwatch !!
bbP Signature
I have set up my bbPress as no registration is required, but another plugin needs registration to use the service.
Is it possible to disable the user information on bbPress for users who are already logged in wordpress?
The theme (Astra) has a child theme, the bbPress child theme is not installed yet.
Wordpress is ver.5.9, bbPress is 2.6.9.
Thank you.
just found this I had forgotten about
bbPress – Anonymous Subscriptions
bbpress just uses wordpress registration
dashboard>settings>general has the ‘anyone can register’ option
Hi Robin
Thanks a lot !
Ok so i can see we can totally customize the bbpress frontend files
then i have a question : where can i find custom templates of bbpress ?
if i search for “bbpress themes” i only find whole wordpress themes, but i want to keep my theme, i just want a custom /bbpress/ templates files to have a custom look
where can i find that ? thanks a lot 🙂
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Profile
and choose what you want to display
with wordpress 5.9 this works on my test site
bbp style pack
go to
dashboard>settings>bbp style pack>topic/reply form and look at item 9
if you are just registering a single user in dasjboard>users, then they should get the wordpress registration
I finally fixed my forum with another workaround.
I change template.php in topics folder, from
// Pretty permalinks, previously used
bbp_use_pretty_urls()`
// https://bbpress.trac.wordpress.org/ticket/3054
if ( false === strpos( $topic_link, ‘?’ ) ) {
$url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
$url = user_trailingslashit( $url );
// Unpretty permalinks
} else {
$url = add_query_arg( array(
bbp_get_topic_post_type() => $topic->post_name,
bbp_get_edit_rewrite_id() => ‘1’
), $topic_link );
}`
I disable permalinks for edit of the topic when It’s Italian
// Pretty permalinks, previously used
bbp_use_pretty_urls()`
// https://bbpress.trac.wordpress.org/ticket/3054
if ( false === strpos( $topic_link, ‘?’ ) && strpos($topic_link, ‘/it/’) == false ) {
$url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
$url = user_trailingslashit( $url );
// Unpretty permalinks
} else {
$url = add_query_arg( array(
bbp_get_topic_post_type() => $topic->post_name,
bbp_get_edit_rewrite_id() => ‘1’
), $topic_link );
}`
I hope this helps.
You can check the behavior on http://www.mischianti.org
Bye Renzo
Problem
I want to use bbpress in wordpress to create an anonymous forum.
In the current state, when you try to create a thread, your name and email address (private) are required. Also, there is a website input screen, though it is not required.
It also says, “The following HTML tags and attributes can be used. and
a href, blockquote cite=””, etc. are in blocks, and the HTML in those blocks can be used.
What I want to solve
I would like to remove the name, email address, and website fields, and disable the use of HTML tags.
Please let me know how to solve this.
Please help me.
What I have tried
I searched and searched, but couldn’t find anything.
I have tried that one, but just like what you said, new wordpress seems having some trouble with visual editor XD, anytway, thanks you for sharing your experiences!
ok reinstall wordpress and database didnt work :/
Maybe wordpress 5.9 updated something,
Can anyone suggest me a theme that allowed html formatting tool bar of bbpress work. (Only theme I know that have html tool bar is twenty-twenty one)
Or is there anyway I can enable html formatting tool bar for other theme? (Just make sure I have enable it in the setting but most themes do not seems to have it)
Thanks!