I can’t reproduce this behavior on bbPress 2.5.8 or trunk using the default WordPress themes. Topics and replies in private forums are listed. Are you using a custom theme? Are you running any plugins that effect user profiles? Are you running BuddyPress?
Ciao tomtower,
I have been looking around on your site but didn’t find anything so far…
The only thing I can advice is to deactivate all plugins (except bbPress), change to a standard theme and then see if it works.
Otherwise some users seem to be very happy with the search plugin : https://wordpress.org/plugins/search-everything/
Just one warning for your site: On page http://www.monsterbashpincab.com/forums/ you have the 2 search boxes, so people might not know which one to choose.
Pascal.
Hi,
This is to restrict a forum, not a category.
If you want to restrict a forum, I have it inside my plugin, just give it a try: https://wordpress.org/plugins/bbp-toolkit/
Pascal.
https://wordpress.org/plugins/bbpress-protected-forums/
This is the plugin, it is exactly what I am looking for … but I dont know if its safe to use since its has not been updated for over 2 years!
What is your advice ?
Thanks 🙂
Hi drillbell,
I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Hi drillbell,
I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Dear all,
After 18 days of waiting and 2 evenings of coding, I am happy to announce that you can now close forums in v1.0.3 of bbP Toolkit (https://wordpress.org/plugins/bbp-toolkit/)
Pascal.
Hi,
I have an ornery, but hopefully easy to solve problem. When I “create a new topic” in my BbPress forum it posts nicely, but then duplicates that post as the first reply. This makes it look like I posted the same information twice. This happens to every new post. It has been going on forever; I just got tired of it. I think it is a checkbox or something level issue. Does anyone have any ideas please?
Thanks in advance.
WordPress 4.2.5 running OneCommunity theme. Yes, this happens on all themes.
But isn’t that for the wordpress roles? Because that returns 0 users.
The roles I’m talking about are the ones you specify at the bottom of a profile page. Forum roles. Apologies if I wasn’t specific enough.
Ah ok,
Then how about:
$mykeymasters = get_users( array('role' => 'keymaster') );
https://codex.wordpress.org/Function_Reference/get_users
Pascal.
Hi Rourke,
If you just want to list them in the backend, you could use https://wordpress.org/plugins/bbp-manage-subscriptions/
Pascal.
Hi,
Just to close it here in case somebody else would look for it, I have it implemented in bbP toolkit (https://wordpress.org/plugins/bbp-toolkit/). Still need to review Robkk last update, but for now it works.
Pascal.
Hi ChrissiLisa,
You would have to check with the support of that plugin, but from what I know the plugin uses the standard WordPress media library, so images are uploaded where wherever media library is set to do it.
Pascal.
@nmschaller,
In the end, did you manage to get most of the things done ? Just for your info, I see that some things you request are in my bbP Toolkit plugin (https://wordpress.org/plugins/bbp-toolkit/) already and some others (like securing profile page) will be in there soon.
Pascal.
Hi,
I just want to make you aware of an error thrown by WP Debug mode. Everything still works fine though.
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in …\wp-includes\functions.php on line 3622
Hope that helps,
Ben
@lissyhunnybee
If you don’t want to add yourself all the functions for the breadcrum, you can find them also in my bbP Toolkit plugin (https://wordpress.org/plugins/bbp-toolkit/).
Pascal.
This is a known bug. This might be resolved in the next release of bbPress though.
There is a workaround listed in the ticket also.
A workaround is to select the topic(s) to restore and use Bulk Action to restore.
https://bbpress.trac.wordpress.org/ticket/2734
I bet you just closed the topic as well and the color of the text is a gray color that is hard to see.
Use this CSS to fix that.
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #aaa;
}
You do not have to use the bbPress shortcode for registration, you can use alternative plugins for frontend forms if you want.
Do users need to register with the forum first to see the content of a post?
bbPress by default has nothing that would hide the content of a topic post. It will make a whole topic hidden if the forum is private and the user is not logged in, and the topic and forum could also be hidden if it is a hidden forum.
If you want a menu item for registration you can create a custom link to the default WordPress registration form, or if you have another plugin that adds frontend forms you can link to that page if you want.
Question really is: how does a user of the educational material get to see the forum questions/posts?
It really depends on the LMS plugin you might be using with your bbPress forums really. By default though a sticky/closed post should be kind of visible, the gray is hard to see sometimes.
Use a plugin like this to hide any bbPress pages if the user is not logged in. It hides the bbPress feeds too.
https://wordpress.org/plugins/bbpress-members-only/
And you do not have to make a topic private if the forum is private. Make sure to make the forums private by going into Forums > All Forums and editing them from there.
Edit: Just saw I pasted the wrong url haha sorry
Hello everyone, I am new to bbpress and slowly working my way around lol
I’ve modified template.php to add the text “You are here:” to the breadcrumbs to match the breadcrumbs for the rest of my site, but I’d prefer to use a function to make these changes instead. The problem is I cannot wrap my head around the proper code and nothing I have found through searching has worked so far.
Can someone help me with this please?
My site: http://www.lissyhunnybee.com/discussions/
I have the latest versions of both wordpress and bbpress and am using the Darling theme which is a child theme of Genesis/Studio Press.
Thanx in advance 🙂
Hello
I’ve a wordpress site with WP 4.3.1 with buddypress 2.3.4 and bbpress 2.5.8.
In the forum we have topics which are being used as profiles i wanna use the forum ranks as extra avatar.
I also want to add en avatar which can be uploaded by the user it self.
How can i do that with this combination or it it impossible?
I’ve search for plugins but i couldn’t find any one compatible with the current wp version.
Regards Onno Nieuwenburg
http://www.vrnlaf.nl/forums/topic/test-topic-2/
Regards Onno
Hi,
Not sure how far you want to go, but I’m using https://wordpress.org/plugins/bbp-private-groups/ to shield forums from unwanted users.
Pascal.
Try running the repair tools one at a time in the WordPress backend in Tools > Forums to see if this can fix that issue.
@shawnsauce
Was the forum ever in a BuddyPress private or hidden group??
Did you ever use another private group plugin and make that group with the forum private?
Has the forum ever a private or hidden forum??
Does this only happen in your current theme?
Have you tried disabling all plugins except bbPress to see if the issue persists?
Have you tried running the repair tools one at a time in the WordPress backend in Tools > Forums.
Troubleshooting
Also I am testing with this theme and I am not getting this issue, I think there must be some setting somewhere that is making the forum not be visible in the search results.
Hi desert-rover,
Are you looking for a database query to run directly towards the database ? Or are you looking for a piece of PHP code using bbPress and wordpress functions ?
Pascal.