Thanks guys, I’ll start my adventure and have a look at the code.
Thanks guys, I’ll start my adventure and have a look at the code.
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.
you have to remove <?php get_sidebar(); ?> from the folowing files:
* single-forum.php
* single-topic.php
* single-reply.php
they are located at your bbpress plugin directory under “bbp-themesbbp-twentyten”
you have to remove <?php get_sidebar(); ?> from the folowing files:
* single-forum.php
* single-topic.php
* single-reply.php
they are located at your bbpress plugin directory under “bbp-themesbbp-twentyten”
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
Thank you, now the forum is included…but only th Index..each other link from the forum shw me a blank site.
Second, the index looks like this..
http://250kb.de/u/110521/p/ydvZCOnJbHrD.PNG
…what can i do ?
i used the mingle forum without problems..but i want to use the bbpress…but now i have problems. Hope they can be fixed..
maybe i must write something in my theme index to include the forum skin and files?
Yes it is possible. The shortcodes you want are most likely…
[bbp-forum-index]
[bbp-topic-index]
When bbPress 2.0 officially launches, there will be an interface for these hidden shortcodes.
Hi.. not really….
m theme work perfect…but if i click on the forum i get a blank site…nothing more.
hm..should i make some changes in my theme? i dont use the twenty theme..
It is possible to create a page and put a bbcode to insert the forum?
Do you have a physical /forums folder at the root of your installation? If not, is there anything else strange happening that you can report?
Thank you ^^, but heres the first problem..
I get a blank site if i use /forums/
All other sites and pages work >.<
The permalinks are ok too..><
ok i get a blank site only in my theme…what should i do..
I updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.
I updated some of the verbiage and changed a few of the behaviors of the importer from bbS2P to being in core. It needs some heavy testing. This kind of data migration is not something that should be taken lightly, so let’s get it polished up for when 2.0 goes gold.
You should install the development (trunk) version of bbPress standalone. That has this thing fixed.
You should install the development (trunk) version of bbPress standalone. That has this thing fixed.
Hey!
I and Ben L. recently released a bbPress standalone to plugin converter (bbS2P) to help you out with importing. But now, that has been deprecated as most of the code that was in there has been ported into the bbPress plugin itself.
Got some hint? (I think) You’re right! You can now convert your bbPress standalone install into the bbPress plugin from right inside the bbPress plugin itself! Just have the bbPress plugin activated, go to Tools -> Import -> bbPress Standalone and follow on-screen instructions.
Note: It is highly recommended that you have a backup of your whole database before doing this.
Thanks!
– G
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.
Assigning the return value of new by reference is deprecated
this is the error given everywhere when i try to install the bbpress installation on the new wampserver with php5.
Please tell me what to do to install it on my localhost server.