The plugin comes to wordpress org! Checkout https://wordpress.org/plugins/bbpress-permalinks-with-id/
Right now without auto flushing rules ðŸ˜
Hi Thanks for your reply. Yes, there’s a theme option to show extracts only, but it only works when the bbPress plugin is deactivated. Does the advice you’ve given still apply? Thanks again.
Hi there,
I am still seeing this issue in version 2.5.7 where notification emails are displaying all the email addresses in the bcc field. This is becoming an issue of privacy for my members. I raised this topic before, and someone said they were working on it, but then just closed the topic.
https://bbpress.org/forums/topic/bcc-field-in-notifications-is-visible-to-users/
I have asked my webhost and they say it is not a server issue. Can someone please help?
Thanks.
Anne.
@robkk , thanks. Actually, I had written some code like that for my website late last night. The result can be seen in action at http://dcjtech.info/forum/articles/operating-systems/linux/ . I even figured out how to migrate the bbpress-simple-view-counts data to my implementation. The migration was easy (a few SQL queries via phpMyAdmin) and not at all complex as other developers thought (https://wordpress.org/support/topic/sync-with-simple-view-counts).
I installed bbPress as a plugin, so I have a WP blog I do not want commented.
The documentation is easy to understand, but difficult to navigate/search for me.
Thank you very much.
Cheers!
Hi, I just installed bbpress on my WP site – I have set up two forums and posted one topic in each forum. I made each of the topics super sticky because I wanted them to stay at the top of each forum. The topics are not displaying in their forums properly. I can see both topics when I click on either of the forums – whereas I should only be seeing one topic per forum. Also, on the forum index page the one forum is not even showing that there is a topic in it. You can see the page here: http://papercrafterslibrary.co/forum/
Thanks
Hey Rob,
Yes – thank you. Dan has been very helpful. At this point, I think it’s becoming more of a preference question … as I am struggling with what path to take.
We definitely already have sitewide forums w/ vBulletin, so we could easily just keep WordPress as our blog and use site-wide forums w/ bbPress. The thing I feel like I’m missing there is the added sense of community that can be built via the “add friend” type thing you get w/ BuddyPress.
Beyond that, my biggest question is the use of Groups in BuddyPress. My concern I expressed in the other thread was that you can get the discussion happening inside a group (via the comment/status system) that is NOT part of the forum, and vice-versa. So, discussion is not happening in the same place. The big idea we had was to bring it all together.
I suppose the simplest idea would be to not enable groups, and use site-wide forums … but if not using Groups, I’m not sure what other big plus there is to BuddyPress.
Again – I realize at this point, it’s all subjective and preference. I’m enlisting some beta-testers to hit our staging site from our existing forums to see what they like/dislike.
its all self explatory really.
you can test them out by creating a test page and putting each shortcode into it to see what it does.
if you need help finding ids of bbPress post types install this plugin, then look in the certain post types section.
like say forums , you go to the WordPress back-end and go to forums> all forums and you will see all the forums post id to use for these shortcodes. It would be close to the same procedure for topics and replies.
https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/
i tried to make this and failed at it.
you can look for tutorials on the web for creating this type of thing like this.
bbPress Recent Replies Shortcode
or you can hire a developer to create this type of functionality for you.
if you need to post a job at http://jobs.wordpress.net/
im not sure about this , i cant tell if its a bug or not??
there have been a bug using BuddyPress Groups and bbPress lately. i dont know if this is part of it.
try these two plugins one at a time and see if they do anything
bbpress wp4 fix2
bbpress wp4 fix
i think there is a setting to turn previous comments into bbPress replies in the discussion settings in the wp-backend > settings > discussion .
I’d set these to show short excerpts only
is this an option in your themes settings??
but im going to assume your theme thinks bbPress is a blog post , adn that you should create a bbpress.php file and remove any unwanted code.
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
this plugin will help you find the right file to copy to create a bbpress.php file.
https://wordpress.org/plugins/what-the-file/
i see you also made a topic at BuddyPress.
i think Dan already helped you on this , but if you have any specific questions for bbPress you can ask away.
https://buddypress.org/support/topic/need-help-understanding-integration-of-buddypress-and-bbpress/
bbPress shouldnt have comments??
if you havent already create a bbpress.php file and remove any code for WordPress comments.
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
this plugin will help find the file you have to make a copy of to create a bbpress.php file
https://wordpress.org/plugins/what-the-file/
create a bbpress.php and remove any post meta code like by (author) published (post date)
basically your theme thinks that the bbPress archive page is a blog post so it structures it like so , it keeps the forum limit low as if it was an excerpt.
https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
this plugin will help you find the file you would need to copy and create a bbpress.php file from.
https://wordpress.org/plugins/what-the-file/
Further to this, I tried also installing it on a site where I have optimize member installed. It now appears that bbpress has created a user category called “keymaster” and has placed myself (the administrator) in that category. However, I am now unable to access my wordpress dashboard….. seems that bbpress broke the back end – I hope there is someone out there that can help me.
I have even logged in via ftp to try and clear any bbpress files, but there is no files remaining after deletion. thanks.
When installing bbpress I am not directed to any setup page – instead, I am told that I do not have permissions to see that page. I am logged in as the administrator and running the latest version of wordpress. I can see that the plugin is installed, but there is nowhere for me to make edits and set it up. I have even tried heading to the /forums page, on my site, but nothing.
Any ideas?
I love the bbpress-simple-view-counts plugin (https://wordpress.org/plugins/bbpress-simple-view-counts/). However, it has not been maintained in months. Could the bbPress developers consider integrating this plugin into bbPress and include a dashboard widget (or admin page) showing a list of topic-pages and their view counts? If such a feature is added to bbPress, can it be made to migrate the bbpress-simple-view-counts plugin’s data?
Wordpress 4.2.2
BBPress 2.5.7
Parent theme Genesis, child theme also by StudioPress
Need to make the content and reply body font size slightly bigger. Looks like it’s rendering at the equivalent of 5 or 6 pt. I tried theme Twenty Twelve with the same result. Styling for all other classes is fine.
http://pharmacytechnology.kryptonbrothers.com/forums/topic/complex-event-processing/
the class is “bbp-reply-content” – And same result for “bbp-breakcrumb.”
I see that these are set as 12px in bbpress.css which would be fine, so I have an override in place somewhere.
Is there an existing topic for this? I use Firebug occasionally but not often enough to avoid this post in the bbPress forum.
Thanks
Hello!
First, I want to say how much I appreciate the BBpress platform. I’ve been using it for over a year now and it has served the site well.
I have ran into an issue where every single comment ever made on posts now appear below the forums. I’m completely baffled as to how to handle this. It does seem to be a theme issue as this does not happen with the TwentyFifteen theme. Is there a way to remove showing the comments altogether on any forum page (which is preferred actually).
Has anyone had this same issue? Is there a way to simply have the comments not show up at all in the forums? Is there code that I can place in my functions.php that will make them not appear in the forums?
Any and all help would be greatly appreciated. As of now, this issue is causing some confusion and making my pages extremely long.
My site is FREEDOMcgc.com
Link to where the issue is happening: CLICK HERE
WordPress Version WordPress 4.2.2
bbpress Version 2.5.7
Buddypress Version 2.2.3.1