Search Results for 'bbpress'
-
Search Results
-
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’] );Topic: Multisite doesn’t show forum
I want to use bbpress in sub-site network.
I was able to install it, create a forum and display it on [bbp-forum-index], but when I click on the permalink to display it, I get an error that not even wordpress itself is loaded. Please let me know if you know a solution.(I cheked it run correctly in main site)this is the code what I can show the forum page
<html>
<head></head>
<body></body>
</html>Regarding bbPress, I’d like to move the comment box from the bottom to the top. That makes it users easier to comment on a topic. I appreciate any help!
Topic: WCAG 2.0 A11Y Compliance
I work for an organization that’s looking to add bbPress to our multisite network. We have to guarantee all plugins we add are WCAG 2.0 compliant–is that the case for bbPress forums? Thanks!
In bbPress, when a poster posts a comment on a topic, the poster’s name is hyperlinked in the post. And when the hyperlinked name is clicked, it jumps to a user-detail page. But, I don’t want one user to see other user-detail page. In the community I’m building, no user-detail pages are needed. So, I want to unlink it. I appreciate your help!
I’ve created a page with bbpress shortcode for login, users will need to give their name and email information, but when they are directed to the registration page I set for them, they need to give the password, as a matter of fact, there is a no process when they have required a password, and no emails will be sent to their mailbox, I am confused.
The page needs support is https://eventmelt.com/
Topic: First Name Only
Hi
Is there a way to use the first name only on the forum as standard? I use the ‘Force First Last’ plugin which changes all names on my site to first only when running it manually but with each new registration BBPress displays the name as FirstLast (where as the profile and other areas of my site automatically change to First only)


