!bbp_is_forum() did the trick. Thanks!
Thanks for moving this here. 
Check the /bbp-includes/bbp-general-template.php file; there are a ton of _is_ functions.
Thanks for moving this here. 
Check the /bbp-includes/bbp-general-template.php file; there are a ton of _is_ functions.
I use the plugin “Widget Logic” to manage where widgets show up. It uses conditional tags like “!is_page(‘name’)” to exclude widgets on specific pages.
I can’t find or figure out the conditional tag for the bbPress plugin. I have a three column theme and want to clear the left sidebar so I can widen the center column where the forum lives.
I use a blank text widget to keep the column from disappearing on other pages, but it’s a problem on the forum page — I think I’ve sort of bandaided myself into a corner.
Is there a list of conditional tags specific to the bbPress plugin? Or maybe is there a better way to manage widgets?
Any help is greatly appreciated.
– Jeff aka MelloMoose
http://mellomoose.com
@MelloMoose – Can you please start your own support topic and not post personal help requests in this one? Thanks. Once you do I’ll delete your posts here. 
@LPH2005 – Since the stable tag isn’t numeric yet, it’s likely that it won’t trigger the update notice until it goes gold. I’ll look into it though.
Just wondering.
Alpha 2 was installed on a site by downloading the files from trac and uploading via FTP.
After seeing the notice from JJJ on this site that the beta-1 was released and in the repository, I was curious why the update notice didn’t occur within the control panel.
Any thoughts?
I went ahead and downloaded/uploaded through FTP but was just curious.
@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.
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..