This plugin will let you do this
Private groups
in the settings, create an ‘admin’ group and a ‘user’ group.
use the topic permissions to set this
and then for that forum (you can leave the others alone) , just assign that forum to the admin and user groups and save. You can then use the topic permissions to allow admins to post, but users just to view.
Finally use the ‘assign groups to roles’ tab to give admins the ‘admin’ group and subscribers the ‘user’ group
Hello everyone! I’m working on a online store made with Magento, but it also have a forum created with bbPress and I have to make a modification but it’s the first time when I work with WordPress. After we enter in a discussion, we have the question, the answers and after Similar discussions, topics(topics that are in the same category with the question). Right now we are loading 10, but I need a button bellow and everytime when you press it to load another 10. In content-single-topic.php I have this custom code, that give us the number of similar topics, on the homepage of te category we have 50 discussion on page:
<?php
$direct_parent = $post->post_parent;
if (bbp_has_topics(
array(
'author' => 0,
'show_stickies' => false,
'order' => 'DESC',
'post_parent' => $direct_parent,
'post__not_in' => array($post->ID),
'posts_per_page' => 10
)
))
bbp_get_template_part('bbpress/loop', 'topics');
Can someone help me to add more topics on button click with ajax or something like this?
I think you are really looking for some wordpress training. bbpress just uses wordpress login, and the pop up or tooltip type help text you are after is well beyond any free help, and would require extensive site specific coding – sorry.
suspect it might be a another plugin that is adding these (possibly one of mine, but hopefully not!)
so the standard fault finding applies
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
I used the WP Mail SMTP plugin and it didn’t work. Then I checked the settings and noticed that WordPress uses my admin username for SMTP mail whereas the mail username/password was different. I’ve updated the settings and verification emails started working. Thank you.
Hello,
I currently have this plugin installed onto my website which I plan on updating soon and I would like to know if it is compatible with the latest version of WordPress 5.7.2.
The current version of WordPress I am running is 5.5.5.
ok, try this
add_filter ('bbp_get_time_since' , 'rew_time_since_translate' ) ;
function rew_time_since_translate ($output) {
$output = preg_replace('/years/', 'new word', $output);
$output = preg_replace('/year/', 'new word', $output);
$output = preg_replace('/days/', 'new word', $output);
$output = preg_replace('/day/', 'new word', $output);
return $output ;
}
so change ‘new word’ in each case for what you want to show
you can add as many lines as you need, but always do the plural first so ‘years’ followed by ‘year’
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
In bbpress 2.6.x the date freshness format has changed.
If your translation has not been updated this will still display in English.
install
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Freshness Display
and you will be able to enter translations there
Is there a way to remove the widget and just have a page for folks to go to instead?
A potentially quick and easy solution would be to create a page and embed the widget within it. To help with that, you might use this plugin or some other similar one:
Widget Shortcode
(I haven’t used it, and can’t vouch for it…and probably there are also block plugins that do much the same.)
bbpress just uses wordpress.
I’d suggest 2 things
1. test using an email tester eg
WP Test Email
2. get details of your SMTP email configuration form your host and use
WP Mail SMTP by WPForms
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
bbpress just uses wordpress login, so anything that works for wordpress will also work for bbpress
Hi,
I’m testing my new website and found a problem with user registration. When a new user registers (in this case myself using a different email address), the verification email isn’t being send to the user.
I, as an admin receive the email that the user x is registered.
Wondering what could cause this issue? and is there any known fix for this?
Hi,
I have restricted access to wp-login.php using IP address filtering from htaccess file. Is there a way to have two separate login URLs (php login files) one for admins and a custom URLs for non-admins? If not, I have to remove the IP filtering from my htaccess file.
I noticed that the custom login URL I created for bbPress still uses the wp-login.php.
The reason I asked Robin W. that question is because if the bbPress Login Widget has more than the following three options
- Title: Here you can set the title of the widget as it will be displayed in the sidebar.
- Register URI: Link to your custom signup page eg. A WordPress page using the [bbp-register] shortcode.
- Lost Password URI: Link to your lost-password page eg. A WordPress page using the [bbp-lost-pass] shortcode.
then I might be missing out on too much to use a different Login Widget instead, and therefore I should try harder to figure out how to use the bbPress Login Widget, even though I’ve been struggling to figure out how to use it for a very long time.
Thank you, Robin W.
I’m curious why (if anything that works for WordPress registration will work for bbPress forum registration) the bbPress Login Widget was made.
Is there a way to have a page of recent replies, rather than a widget on every wordpress page?
We have an active forum (askwoody.com) and the replies widget is causing performance issues. Is there a way to remove the widget and just have a page for folks to go to instead?
Or would this plug in behave better?
bbp last post
bbpress just uses wordpress registration and login, so anything that works for wordpress registration will be fine.
Hey all,
Using bbPress version: 2.6.5
I have an odd issue where the audio drops out within the block after I upload.
It works initially, then often about 5-10 minutes after upload the audio shows up as 0.00 seconds on site.
To fix it, I have to keep the WordPress page open and update the story.
From there it locks in and doesn’t drop out.
It’s very frustrating as it happens every single time.
Help much appreciated! Thanks
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Forum Display
item 6
Hello,
Some mathematical objects written in mathjax/latex use backslash (\). For example, one use \sqrt{} for the square root function, \mathbb{} for the set of numbers. In bbpress forums, these objects work perfectly but when the forums are displayed in buddypress activities streams, the backslash disappears and therefore the mathematical symbols are not rendered and make the texts difficult to read. If the texts are typed directly in buddypress side, things are also alright. So, the problem seems to be in the transition from forum to the buddypress activities.
I tried some solutions but nothing work. For example, I tried this solution: remove_filter( ‘bp_get_the_topic_post_content’, ‘stripslashes_deep’ );
but it did not work.
So I am asking for help; how can I do to solve the problem?
Thank you in advance
Wordpress 5.7.2
bbpress 2.6.6
Regards
Nestor