a combination of
bbp style pack
and
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php
transfer this to your pc and edit as required
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.php
bbPress will now use this template instead of the original
will get you there, but if you want specific help, contact me via http://www.rewweb.co.uk/contact-me/ and reference this post
Hi there,
I would like to know if I am able to edit my topic page part of the bbpress forum. There are some things I would like to remove off the page completely and other things I would like to make smaller or move around the screen. I will attach a list of everything I would like to do (in an ideal world!) and I hope someone can get back to me to advise me how/if I can do this.
1) I would like to make the size of the Author icon and their name smaller.
2)I would like to completely remove the text which says “This topic has (1)voice and (1) reply…” (the part at the top of the page with the lightbulb in it)
3)Remove the reply IDs off the reply (the number with a hashtag e.g, #5431)
4) Add an icon that shows how many replies there are to a comment which the user can click on to view said replies. Rather than showing the reply under the main comment.
5)move the ‘make a post’ section to the top.
Following on from the number 5 request, about the “make the post” section, is it possible to remove the “make a post” section from the page completely and then add in a button at the top of the page which can be clicked on and then the “make a post” section is displayed in a pop-up? If that is possible then that would be great and better suited to my needs.
I have some ‘mock-up’ images of what I would like it to look like. If you would like to see them for further guidance, I can provide them to you over email.
Lastly, I appreciate this customization may not be free work, so I am willing to pay if this is a requirement.
Thank you.
ok that doesn’t look like a bbpress standard template displaying the forums, so must be a theme or plugin doing that ?
After setting up bbPress I had an issue with one of the user Gravatars displaying for all questions despite not being a participant, but I gave up trying to figure out what the issue is. But the Gravatars have now stopped displaying completely.
The home page is set to the bbPress – Topics (Newest) page and the forum can be found here: https://www.esim.net/forums/
The next best thing is to remove the Gravatars entirely, but I’d rather keep them, so any help would be highly appreciated!
That’s not bbpress – must be something related to whatever membership plugin you are using
I’m not sure if this is a function of bbPress, of the theme I’m using, or of something else, but here’s the issue: A user can add an image (or several) to a post made on a desktop by clicking “Add Media,” uploading the file, choosing the file, and telling it to insert the image into the topic or reply. Great.
However, if on a mobile, that doesn’t work. The user can click “Add Media,” choose a file to upload, and watch as it appears to upload. But they “Insert” button remains grey and doesn’t function. The user can also choose a file from their already uploaded media with the same result; the “insert” button doesn’t work.
Am I missing a setting?
Thanks Robin for the answer! It works like a charm!
Complete Recipe for the Community – now there is everything to fine-tune the experiment – to open the reception of anonymous messages.
This topic☝️ and this topic 👉🏻 https://bbpress.org/forums/topic/remove-e-mail-field-from-form-anonymous/ will help you.
You will also need a moderation tool, since spam will immediately as cornucopia.
Dont to dig into a heap of spam for catching valuable messages: push Google captcha. It’s all!
PS – I don’t understand why Google captcha will not be put on this forum? There would be less spam))
what do you mean by ‘member dierctory’ ?
bbpress has a ‘profile’ but that does not show email addresses to other users (except admins can see)
From your description that sounds like what bbpress does 🙂
Can you explain further ?
if it didn’t work in style pack there are 3 reasons
code error so does not work
wrong element targeted
something else is overwriting
1st looks ok
second could be the issue
so let’s try 3rd to check, so add this
#bbpress-forums #bbp-user-wrapper h2.entry-title {display: none !important;}
These fields are in a bbpress template so you need to amend that
find
wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php
transfer this to your pc and edit
remove
<p>
<label for=”bbp_anonymous_website”><?php esc_html_e( ‘Website:’, ‘bbpress’ ); ?></label><br />
<input type=”text” id=”bbp_anonymous_website” value=”<?php bbp_author_url(); ?>” size=”40″ maxlength=”200″ name=”bbp_anonymous_website” />
</p>
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-anonymous.php
bbPress will now use this template instead of the original
I think this plugin should fix bbPress and the Hello Elementor theme issues – but feedback would be appreciated
Hello theme Elementor bbPress template fix
I think this plugin should fix bbPress and the Hello Elementor theme issues – but feedback would be appreciated
Hello theme Elementor bbPress template fix
I am trying to remove the name of the forum on the index page that lists all the topics. I used CSS to remove it but it’s not working right.
#bbpress-forums h2 {
display: none;
}
This removes the title as I want but when I click on any topic it also removes the posters question 🙁
Does anybody know how to remove just the forum name?
Thanks, Jing. Yeah initially had the plugin and it works but i ended up with so many bbpress plugins so thought maybe the bb style pack could achieve the same thing than i dont need the extra notify plugin. But i guess maybe i will just have to use it then 🙂 Thanks
Hola!
Someone knows the full code for bbpress – remove the site field in anonymous form?
I’ve tried something like this (for the whole WP) but it doesn’t work
function remove_url_from_comments($fields) {
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields', 'remove_url_from_comments');
Thank!
Check this out. We use plugin. It is terrific. It appears to do exactly what you are looking for.
bbPress Notify (No Spam)
HI
I got a code that i would like to hide thee username. For e.g when someone click on the profile member from the post in forum, it will bring to the profile page
#bbpress-forums #bbp-user-wrapper h2.entry-title {display: none;}
I have got the bbstyle pack and i entered the code above in the css customization but its not working. Is there a place I can insert the code above?
thanks
I tried that extra plugin made by Robin, and it worked fine. I was very happy, EXCEPT it won’t let the images display anymore (images uploaded using bbPress Multi Image Uploader).
Is any tweak possible to benefit from both features?
Hi, We need some help!
We have created am API to create a new topic or post a reply. And trigger a notification when the topic is created or the reply is successfully posted.
The topic is created successfully and the reply is posted without problem. However, the notification is not triggered.
It appears that our REST API has the correct endpoints which made it to post bbPress topics/replies.
But this happens (topic/reply creation) on “WordPress level” rather than bbPress level.
Does anyone have any insights or tips on how to trigger the notification at the bbPress level?
Thank you so much!
Jing
I have added this as a feature request for my GD bbPress Toolbox Pro plugin. Plugin already has a function and widget for various statistical information, and these subscription/favorites based counts would be interesting to have too.
Notification via email is sent when someone is subscribed to a forum or topic. If user is subscribed to forum, he will get email for every new topic in that forum. User subscribed to topic will get email for every new reply in that topic.
When i deactivated Ultimate Member – bbPress which Integrates Ultimate Member with bbPress the problem solved. Now i am wondering if user will syn between ultimate member an bbpress.
Thanks for the help once again.
My solution was deleting bbPress and installing wpforo. Works great and looks better too.
Is there a plugin (or another way) to find out about the subscriptons in bbPress? The shortcode [bbp-stats] doesn´t help and statistic plugins seem to be closed. Any idea where to look in the database?