Search Results for 'bbpress'
-
Search Results
-
Hello. I am hoping there is a method, maybe CSS, to remove the “All Discussions” portion of the BBpress forum grid display. I just want to present the grid of the forums. I do not want it to have the 2nd part that shows the latest activity. Thank you!
So frustrated!
I installed BBPress yesterday. I’m trying to set up a private forum for about a dozen authors on our site, so we can ask questions and learn from each other regarding using wordpress or the type of content we want to create.First Question. I used the bbpress shortcode to add the forum to a page, just as a test. http://www.veganish.world/forums That went well (there is a public forum there, just as a test), but the thing is, how do I add the registered users for the private forum? The 12 people who will have access? I’ve looked in Settings, and I’ve looked under Forums, in the left-hand side bar in WordPress, and I can’t find anything.
I installed Robin’s Private Groups plugin today, thinking that would help … still not finding anything there either, regarding how to MANUALLY add registered users who are pre-approved to view the content in the forums. ARGH.
Such a simple and crucial thing, I don’t know why I can’t find it.
Second Question. Once I figure out how to register a new user, I have a question … can I make it so that if this persons is already logged in at wordpress.com (as they would need to be, to upload new blog posts), they instantly have access to the FAQ author forums, without having to log into anything else?
My web site is http://www.veganish.world, but I don’t see how that would be helpful as I just have two (2) general questions, noted above.
If you go to http://www.veganish.world/forums, you might see a public forum that I posted as a test yesterday, before I realized I need private forums, etc.
Thank you!
Raquelita DeeUntil now I had a problem every time a participant wanted to unsubscribe from forum or topic notifications using buddypress profile (forums/subscriptions).
Since the unsusbscribe buttons on his buddypress profile did not work.
And he had to go to the forum/topic in question to perform the operation.I modified the plugin code to fix the problem and it works. You can review my code and include it in your plugin for future updates.
Thanks:/wp-content/plugins/bbpress/includes/users/engagements.php
line 840~ (depends version)
// Bail if actions aren’t meant for this function
if ( ! in_array( $_GET[‘action’], $possible_actions, true ) ) {line 870~ (depends version)
/** No errors *************************************************************/
if ( ‘bbp_unsubscribe’ === $_GET[‘action’] ) {/wp-content/plugins/bbpress/includes/users/template.php
line 1375~
$html = sprintf( ‘%s<span id=”subscribe-%d” %s>%s</span>%s’, $r[‘before’], $object_id, $sub, $url, $object_id, $object_type, wp_create_nonce( ‘toggle-subscription_’ . $object_id ), $text, $r[‘after’] );