Search Results for 'bbpress'
-
Search Results
-
I am hiding all profile information pages like /<forum-root>/<username>/ by editing the content-single-user.php template, replacing content with a message about privacy. But these pages are still indexed by google.
I’d like to prevent indexing of these user pages also, but not forum topics or replies. Can you suggest a way to do that?
Ideally (for me of course) there would be a setting in bbPress to do both of these.
When I run the import utility it immediately stops – I get no feedback or information in the Import Monitor so I have no idea what is failing.
phpBB version 3.0.11. 10905 posts, 3738 users.
Site is http://www.70mhz.org/forum.Any help or suggestions appreciated.
Stewart
hi everyone,
I installed bbPress forum on Avada theme.
On the setting > forum, there is the forum user setting below.
———————————————————————————-
EditingAllow users to edit their content for “number” minutes after posting
If checked, setting to “0 minutes” allows editing forever.
———————————————————————————-
This is an image.
https://www.kmpacific.com/wp-content/uploads/2020/09/200909-img01.pngI cannot set 0. When I saved, the number backs to 5. How can I solve it?
Big thank you,
Hi, we have a problem with our forum directory. With the admin user I can see listed all forums on the forums directory page but with a participant user I can see only the forums I have subscribed to on the forum directory.
I couldn’t find any setting limiting users to only see some forums on the directory page.The following screenshots are taken from the same url, one with admin user and the other with participant user.
https://cloud.disroot.org/s/SZGpZ8mcZ7frnt9 (with admin)
https://cloud.disroot.org/s/kErjoLHm5eamrAk (with participant access)Forum url: https://academy.integralpermaculture.org/forums/
I’m using the last bbpress plugin version. All forums shown on admin screenshot are marked as “open” and “public”.Any help please.
Thanks!Hey folks,
my head is aching, I can’t find out why my forum’s site is cut off below the message field as soon as I allow guests to post without registration in wordpress settings. Not only the footer is gone, but also the submit button. What’s the point?! I use the latest version of wordpress and bbpress, elementor is my editor. Login and Registration works fine and when I restrict posting on members only, everything works perfectly on my page. Does anyone have an idea what the problem is? Maybe another bbpress add on plug-in?
Thank you so much!!
Cheers,
Lilian
Topic: bbPress and wordpress 5.5.1
Just a quick question.
Has bbpress 2.6.5 been checked for compability with WordPress 5.5.1
and if not – when will it be checked or a new version released
Topic: Error editing Forum Profile
Dears,
I’m getting an error message when I click on “Edit Forum Profile”.
In addition to the wordpress error, I cannot edit my profile because the save button is not shown.
I’m using DIVI theme with WordPress 5.5.1 and bbpress 2.6.5
I tried changing to Twenty theme but it happens the same thing.
You can check it creating an account here and going to My account – Forum Profile
Thanks for your help
I am using bbpress for my website which is in development phase right now. One of my forum topics can be accessed here: https://drf.learnwise.in/forums/topic/retinitis-pigmentosa/. I am using visual editor by adding this code in my functions.php:
function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );All the formatting options except alignment are working fine. For alignment, it show the HTML tags as well after posting; as you can see in the forum.
Can someone let me know how to solve this?
Thanks,
PriyankaI do not want the participants to reply to the topic I posted in bbpress topic. I want it to be a closed loop. I just want the participants to just view the topics but not reply to the topic. Is there any setting that I can use to hide the bbp-reply-form for all participants?
Topic: Changing overall Template
My current theme (Responsive) comes with several templates.
By default, bbPress appears to be using the (unsurprisingly) “Default” template, and I just want to change bbPress to use the “Full Width” template. I don’t see a setting for that. Possible?
Can I create a page with a shortcode or something?