Empty “Forums” page BuddyPress site wide forums – bbPress [closed]

Ok, I figured it out In BuddyPress installation guide, it says I needed to delete “Forums” WordPress page so I did. Turn out that “Forums” page held on to mywebsite.com/forums permalink although it was already trashed. So I went into phpMyAdmin and change the slug of the page to forums1 and guid to mywebsite.com/forums1 (I’m … Read more

How to disallow participant from publishing topics(bbpress)?

OK I got a quick Solution. I enable the plugin BBpress Moderation and change the following code in /wp-content/plugins/bbpressmoderation/bbpressmoderation.php FROM: /** * Before inserting a new topic/reply mark * this as ‘pending’ depending on settings * * @param array $data – new topic/reply data */ function pre_insert($data) { global $wpdb; if (@$data[‘post_status’]==’spam’) return $data; // … Read more

How to search a wordpress plugin’s support forum? [closed]

There is currently no way to search within a specific plugin’s support threads only and due to the complexity of WordPress’s existing network, this is not likely to be addressed any time soon. https://wordpress.org/support/topic/how-to-search-these-forums/ However, one can search among a particular plugin’s forum {topics} using a similar method to what @Milo posted above in the … Read more

Forum plugin with private forum option

Simple:Press Can limit forums to no access, read only, limited, standard, full, moderator It’s decently simple, I’ve been using it a bit for my personal blog. I didn’t have too hard of a time integrating it. Lots of features available, with pretty fine grained ability to turn things on and off Also, as information, bbPress … Read more