Shortcode with [bbp-forum-index]
Thanks!
Thanks. There is no “All Discussions” forum.
This may or may not help, but that “All Discussions” box by itself is what you get with the short-code [bbp-topic-index]. In other words, if you used that shortcode by itself it just has that “All Discussions” part, but here it is as the 2nd part of [bbp-forum-index] (after the grid display of the forums). I am hoping to inject some CSS to make it go away.
Thank you! This shows the output of shortcode [bbp-forum-index]. I just want the grid of the forums, not the discussions box below.

If am hoping there is CSS where I can specify showing these things is ‘false’
1) Remove the ‘Discussions’ Box
2) Remove the two statements ‘Viewing 4 of 4 forums’ and ‘Viewing 1 of 1 discussions’
I hope that makes sense!
I just found another question someone was asking, and apparently one sets up the users for BBPress forum in the USERS section of wordpress. OK, that would be REALLY GREAT if that were mentioned somewhere in the welcome information for BBpress. Also, a codex is mentioned. How would one find and access the codex?
Anyway, I sent into the users section in wordpress. I found that there are now BBpress style roles listed like keymaster, participant, etc. But here’s the rub … it does not allow the person to be BOTH an author and a participant, for example. What the heck ?????!!???? How is that going to work? All I want is for all of the authors and admins to have access to a private forum, ideally using their wordpress login as the handshake because they are already logged in and verified that way.
It seems like the capability is almost there, but … what am I missing?
Thank you!
Raquelita Dee
ok, bbpress just uses wordpress users, so anything that registers wordpress users will create users for the forums.
You probably don’t need the private groups plugin, so deactivate that for the moment.
So set the forum to private.
then decide how you would like your users to register.
a) If you just want anyone to be able to register, then
dashboard>settings>general and tick ‘anyone can register’
You can then create a registration page (Dashboard>pages>add new) and put this shortcode in it
[bbp-register]
then add that page to your menu.
b) if you want to ‘vet’ new users, then use a contact form plugin such as ‘contact form 7’ to create a registration form asking whatever questions you want. Set that form to email to whoever, and they then create the user (dashboard>users<add new), and either use wordpress to email the user the password (there is a tick box on the user creation, or copy the password, and send an email to the user yourself.
c) or use one of the many wordpress registration plugins (https://wordpress.org/plugins/search/register/)
The choice is yours ๐
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 Dee
Apologies, I was mixing you up with another user whose hoster does not allow changes. if you have FTP capabilitiy then
I’d suspect you need a bbpress.php template
see
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ section 8
#bbpress-forums {
width: xx%;
}
Until 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’] );
Hi everyone,
I have had no end of trouble with PopularFX support on this issue!
I managed to get the forums to display within the theme using a shortcode here:
Forum
But as you look at an individual forum (i.e. Feedback) the forum is no longer incorporated within the theme. If you then click a thread, neither is that.
PopularFX changed a margin, somehow thinking that would fix the issue, but instead made containers for all the text on my website 10 pixels wide!
They then reverted that back and replied a few days ago saying “change your page slugs.” – so ended their support, and replies to my support ticket!
So are they right in saying changing my page slugs will somehow incorporate the forums into the theme? And if so, how do I go about doing so?
I’m using Popular FX, Scoops.
Thanks in advance!
sc00t
That css code works!
And to answer your question, I use that pdf generator plugin for blog posts. I don’t know if it has anything to do with forum posts. Which is why I never made the connection.
ok, install
bbp style pack
once activated go to
dashboard>settings>bbp style pack>shortcodes
and you’ll see [bsp-display-topic-index] with lots of options including picking from selected forums – insert this in a text/html/shortcode box – if gutenberg, then a shortcode box.
ok, try this is in the custom css part of your theme
#TB_window {
width: 100% !important;
max-width: 700px !important;
}
may or may not improve/fix – it all depends on the load order of your site’s css !
ok, just been playing.
I susoect this is caused by your plugin pdf-generatorfor-wp-public
which has a css rule on line 165
#TB_window {
z-index: 1000000 !important;
width: 90% !important;
max-width: 400px;
transform: translate(-50%, -50%);
margin: 0 !important;
box-shadow: 0 0 0 5000px rgb(0 0 0 / 74%) !important;
}
The width 90% and max width are poossibly the problem
Try deactivating that plugin and see if this fixes. If so, then we can look at some css to fix.
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>
yes I suspect it is wordpress update.
as a punt, try this – I have low hopes of it working ๐
function fnctn_add_thickbox () {
add_thickbox();
}
add_action ( 'wp_enqueue_scripts','fnctn_add_thickbox' );
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
ok, it is a theme issue.
2 further things to suggest
you could look at this
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 8
and/or you could add this to your custom css
#bbpress-forums {
width: 90% !important;
}
Otherwise you need to reach out to the theme authors
Hi everyone,
global-wrestling.com/forum – I’ve embedded the forums here using the shortcode. however, if you click for example the ‘wrestling’ forum, you’ll note that it isn’t picking up the website layout.
I’ve tried editing topics, forums, login and newtopic in the pages section of WordPress in pagelayer, and it just comes up blank.
Can anyone help advise me how I embed the sub forums (i.e. wrestling, OOC, etc) into the website template?
Thanks,
Sc00t
I need help. It loads it, but it breaks the website. It seems to add code in the #main DIV of the site, causing it to lose all the full width element so the page on which I place it.
It’s applying “Boxed” as a class to the #main ID of the Container of the website homepage. The theme has a “Boxed” format, which puts spacing around it all, but we are not using that format.
It only does it when I apply that shortcode right at the bottom of the homepage though.
Iv’e no idea why
you can use the shortcodes
Shortcodes
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/
Hello,
I also have a question regarding the order of topics in a forum. For me it’s very easy, the topics should be sorted from the date they have been published (old to new) and stay that way. What code do I have to use?
Thank you!
Best regards
Renรฉ