You could just as easily put some code in the sidebar.php of your theme to show/hide whenever you want it to. Contextual sidebars are an oft requested WordPress core feature too.
You could just as easily put some code in the sidebar.php of your theme to show/hide whenever you want it to. Contextual sidebars are an oft requested WordPress core feature too.
arpowers: You mean forums including forums, topics, replies, user profiles etc. or just forums? For the latter, you can use bbp_is_forum().
bbPress 2.0 plugins can be found here.
Just noticed that the pot is available so i started translating bbpress to Portuguese (Europe), if you’re interested in helping out write down your email in a comment and i’ll get in touch with you
Com o bbpress a passar de “standalone” para “plugin” e a disponibilização do respectivo pot comecei a traduzir para Português, se estiveres interessado em ajudar na tradução deixa o teu email num comentário e entrarei em contacto.
Podem seguir o trabalho em:
http://www.ricardouk.com/traducoes
e
http://pt.forums.wordpress.org/topic/bbpress-em-portugues?replies=1
those are not core-bbpress files, those are bbpress child-theme files for twebtyten-theme.
They’re core in the sense that they’ll get overwritten when I update the bbPress plugin. That’s why I don’t want to edit them.
Because bbPress works best using its own child theme, it’s really important we have filters and actions in that theme, because we can’t use our own child theme to override it (because WordPress doesn’t support children of children).
I’ll add a ticket to trac about it.
those are not core-bbpress files, those are bbpress child-theme files for twebtyten-theme.
They’re core in the sense that they’ll get overwritten when I update the bbPress plugin. That’s why I don’t want to edit them.
Because bbPress works best using its own child theme, it’s really important we have filters and actions in that theme, because we can’t use our own child theme to override it (because WordPress doesn’t support children of children).
I’ll add a ticket to trac about it.
Just installed the latest version of the bbPress plugin.
Activated the default twentyten child theme.
I can see Settings -> Forums, but I can’t find the admin screen to create and manage forums.
I’m using WordPress 3.2-beta with no other plugins installed.
Halp?
The docs are just static WordPress pages for now. We’ll switch it eventually.
The docs are just static WordPress pages for now. We’ll switch it eventually.
It does not accept my WordPress.org login. How to login?
It does not accept my WordPress.org login. How to login?
@Cor – What theme are you using? Those appear to be WordPress core errors, and I’m not immediately sure how bbPress would cause those to happen.
Yes, you’ll want to make them as WordPress plugins that specifically hook into bbPress actions and filters.
There are tons of places where things can be overridden, and it shouldn’t take long to learn the hierarchy. Everything inside the php files is documented pretty well, and eventually that will get moved over to this site with a codex.
Yes, you’ll want to make them as WordPress plugins that specifically hook into bbPress actions and filters.
There are tons of places where things can be overridden, and it shouldn’t take long to learn the hierarchy. Everything inside the php files is documented pretty well, and eventually that will get moved over to this site with a codex.
This is slightly guesswork, but based on my understanding of the code.
(1) You should write your bbPress plugin as if it’s a WordPress plugin.
(2) Searching the bbPress folder for do_action will give you all the bbPress hooks, and searching for apply_filters will give you the list of filters (there are a LOT of them). Learning the important functions is trickier – they seem fairly spread out around the code amongst the less important functions. For that, I guess we’ll need to wait for documentation.
This is slightly guesswork, but based on my understanding of the code.
(1) You should write your bbPress plugin as if it’s a WordPress plugin.
(2) Searching the bbPress folder for do_action will give you all the bbPress hooks, and searching for apply_filters will give you the list of filters (there are a LOT of them). Learning the important functions is trickier – they seem fairly spread out around the code amongst the less important functions. For that, I guess we’ll need to wait for documentation.
Member
Hello,
Not entirely sure if this would be the best topic to post this, but running WordPress in debug mode, I’m getting quite a few non-object notices.
Notice: Trying to get property of non-object in /home/design24/public_html/klanten/20/wp-includes/general-template.php on line 1477
Notice: Trying to get property of non-object in /home/design24/public_html/klanten/20/wp-includes/author-template.php on line 208
Notice: Trying to get property of non-object in /home/design24/public_html/klanten/20/wp-includes/category-template.php on line 1081
Also, when editing this post with some proper code markup there seems to be 2 Notify me of follow-up posts via email boxes available.
Hi
I’m going to look at adding a feature to bbPress (WP plugin version) and have a couple of questions.
1) Should my plugin live in /webroot/wp-content/plugins (same level as bbPress folder)? If so what differentiates this from being a WordPress plugin (or should I not worry about making this distinction?)
2) The ‘customization’ page refers to a plugin API – what’s the best way to learn this? (any particular bbPress developer reference guides or documentation I should know about?)
Obviously early days with the new version, just want to make sure I’m not missing anything.
Cheers
Ben
bbPress 2.0 beta 1 is now available in WordPress extend for public testing.
https://wordpress.org/extend/plugins/bbpress/
Hi all,
I have just successfully dabbled with BBPress and installed with my WordPress install. Yippee!
What I really need is the right plugin that not only notifies any forum admins that a new post has been lodged, but will also notify the member who lodged the post when his post has had a reply.
I have tried a few out there and I cant seem to find one that does both of these functions which seem like a pretty basic design feature IMHO.
Hello,
I want to make it work both my wordpress blog and bbpress should 1 login with facebook connect.
I just trying with this way:
In wordpress plugin I installed Facebook Connect: http://wordpress.org/extend/plugins/wp-facebook-connect/
In bbpress plugin I installed Simple Facebook Connect: http://bbpress.org/plugins/topic/simple-facebook-connect/
I have read the readme Installation guide, and install it without any error notice.
In my wordpress blog it works well. But not in my bbpress.
If I’m connected as facebook user in wordpress, in bbpress I should click Facebook connect, and the result is:
Error: an user account with the email address ’email @ address’ already exists.
Note: email @ address is a valid email, I just didn’t want to show it here.
More Info: I’m using database integration for wordpress and bbpress, so it is in the same database name access.
So, what should I do?
Which is the best solution for this issue?
Thank You.