I tweaked the widget code for what will be 2.1.2. If you can report back if it fixes your issues would be great.
Dear all, thanks a lot for all your effort and great piece of work!
I am stuck in trouble… I am still trying hard to create my own custom template and I am observing strange bbpress behaviour. In order to customize my bbpress template I have copied all “extras” files from bbpress plugin to my custom template. When edited, the public outcome is as expected… I am able to modify the copied “extras” files and all the changes are visible. So everything seems to be OK.
BUT… The “page-front-forums.php” index file is ignored by my wordpress site. When edited, no changes are visible on the front end. I have tried to call the index file page-front-forums.php using shortcode. It is working fine, all changes in page-front-forums.php working as expected. Strange, isnt is?:-) Why?
All other “extras” files/pages seem to be sent to front end visible with customizations and working as expected.
Thanks for your advice!
Hi Guys,
we would be able to launch right out of the gate with our Responsive Child Theme (based on Emil’s awesome “Responsive” Parent), specifically for bbPress. This is one of our most popular child themes right now, and I think he has more than 170,000 downloads..so maybe a good way to get bbPress “mainstream” and responsive in one swoop.
We would be also able to provide step by step videos and user-manual for the child theme(s) and support customization questions.
You can see it in action here (this is the premium version with BuddyPress and WooCommerce integration as well…the bbPress only would be free, of course)
http://labsecrets.com/demo/responsive/forums/
We also have a version that has special features for folks who want to start a video membership site. See: http://labsecrets.com/demo/responsive-labvidz-bbpress/
The child theme is ready to use now, so as soon as an organizational method is figured out, we can put it up.
All in all, we can give folks a pretty “direct to the result” way to get started…
Thoughts?
Cheers,
Spence
Yeah a couple different FAQs would be really awesome.
- What do I need to get started?
- How do I set up user role permissions for adding new forums/topics, etc.
- How do bbPress and BuddyPress work together? (when to use what?)
- Where can I go for bbPress plugins?
If @labsecrets has some time to help with the theme compat stuff that would be awesome! I’ve had that on my list since one of the 2.1 betas was released but haven’t gone beyond a basic outline yet. Happy to share what I have on that as well.
Thanks!
Awesome! It’d be great to have a push on getting a complete bbPress Codex.
Some general thoughts:
-
Planning the architecture is really important. I get brought on board with a lot of doc projects at a late stage. When no planning has gone into it the docs end up getting unwieldy and difficult to navigate. People just randomly add docs until there is a mountain of information and no user-friendly way of navigating through it. If there is a sound structure from the start it makes sure the complete documentation holds together as it grows.
-
We should create some sort of task list of doc we would like to see and things to work on. We could use a P2 or a wordpress.com blog, or we could try using bbPress itself for management. If we had a bbPress docs forum then we could add doc suggestions as topics. When a person decides to do it, it becomes a sticky (so that no one else works on it). We could tag posts as idea, in progress, and complete – people would be able to discuss individual posts in the threads. It might be fun to try using bbPress in this way.
Okay – those are just some ideas. Feel free to disregard – just thought it would be good to get a discussion going.
Thanks everyone again for taking this and running with it. It’s a huge, huge help.
Hi Siobhan, Jared… we’ve seemed to get a bunch of folks who have been helped with basic setup from using our Forum Flavors video, located here: http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
Would love to help out in your documentation/tutorial project, including releasing some “ready to use” bbPress child themes that work out of the box with some of the most popular WP parents in the repository.
Cheers!
Spence
Please let me know if you are open to that?
There are shortcodes for sign-up, login, and lost-password forms. Since there’s no UI for shortcodes in WordPress, you’ll need to check the bbPress codex to find them.
Cheers, I think there is the start of the FAQ page in ‘drafts’ on the codex.
Thanks for helping out 🙂
It’s true. The little shiny pieces of polish, and the things you don’t have to do, are what make software easy to use for everyone, and ultimately more successful as a result.
If you’re holding off on using bbPress because it doesn’t do everything you need it to do out of the box, you’re just not the audience for the software (yet.) Clearly it’s not useless; we’re using it here very successfully.
If your users can’t figure out how to use your site, it’s up to you to cater the theme to fit their wants and needs. If turn-key bbPress isn’t it, that’s totally okay – you’re free to manipulate the design however you’d like.
Future versions of bbPress will receive more and more refinement. Hopefully they improve your outlook – if not, hopefully you contribute code changes upstream to improve the software.
Hi all
I’ve been trying to help out with the bbPress Codex when I get some free time. Something I’d like to create is an FAQ covering issues that come up again and again. Or even two FAQs:
FAQ – Getting Started with bbPress
FAQ – Troubleshooting
The best resource for an FAQ is often a support forum so if there are any questions you’d like to see in an FAQ please add them here. Or just drop in a link to a support forum post where a question has been raised. I’ll turn it into a question in the FAQ.
Also – if there are any other docs that are desperately needed let me know and I’ll put them together. I don’t have loads of time but I reckon if I make a list I could write doc a week.
Thanks!
Siobhan
Maybe I should add that I am also experiencing a strange issue with my notification mail setting. When I go to the BBPress Admin settings, I see under “General Settings: Send Mail to”
myadress@mydomain.com if new reply/topic ? <select id=
When I delete this and just enter my address it'll revert to this string after saving. Maybe this is related?
Please see https://codex.bbpress.org/getting-started-with-bbpress/#creating-your-first-forum and bbPress Forums List Widget unordered listing is seemingly random.
If these do not help could you give us a more detailed description of your forums structure and what order you have them set to with a link to your forums site so we can have a closer look.
hmmm… couldn’t get it to work with Semisecure Login enabled…
https://bbpress.trac.wordpress.org/ticket/1819 gave a solution to the problem that I am pretty sure worked. However, I just want to note that the issue still exists and help anyone that might be having this problem.
If your replies are being covered up like the picture above, you can fix it by adding the following comment into your bbpress.css file (wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css):
#bbpress-forums div.reply {
height: auto;
}
As with the author of this bug request, I am also using custom-community.
Oops! Looks like this editor removed the lines since they’re code but if you search on “wp_editor” within the files, you should find the section.
I am very green but have the same issue, my theme doesn’t use the fancy editor for forum posts and replies. That said, I found that the form-reply.php and the form-topic.php files in my theme’s bbpress folder affects those pages. I backed them up then deleted them from my theme’s bbpress folder and (I assume) the form-reply.php and form-topic.php files from the default bbpress theme took over and I got back the fancy editor.
Using the default bbpress theme’s form-reply.php file as the example: open the file and look for the section that starts with the following lines:
if ( !function_exists( ‘wp_editor’ ) ) : ?>
(note: I had to put a space between the “< " and the "?" in that first line so that the code would show here, so if you want to search with it, remove that space)
The section ends with:
(again, I put a space between the “<" and the "?")
I restored my theme's files and bumbled my way through adding the lines. On my first go at it I ended up with both the fancy and my theme's editors on the same page! LMFAO!! Haven't played with it anymore as yet so you'll have to see what you can do with it.
Hi!
I have upgraded to the most recent versions of BuddyPress, bbPress, and WordPress.
I see on loop-single-reply.php that the information displayed after the avatar is called by
do_action( ‘bbp_theme_after_reply_author_details’ );
My plan was to use the information in http://codex.bbpress.org/bbp_theme_after_topic_author/ but apply it to the bbp_theme_after_reply_author_details action instead.
Where does the code provided in the codex example actually need to go? bp-custom.php? Or somewhere else? Is this even the right way to go about adding it?
Any tips would be great, thanks!
-
This topic was modified 13 years, 11 months ago by
craftcore.