Search Results for 'bbpress'
-
AuthorSearch Results
-
May 13, 2011 at 5:35 am #95321
In reply to: bbPress 2.0 – Updates
tooltrainer
Member@anointed said “I just found bbp_custom_template so needless to say I am in heaven. So long as I have an easy way of using my own template files for each custom bbpress area, life is good.”
anointed, thanks for pointing this out. I’ve looked at that function and believe it would indeed be extremely useful in creating/integrating a custom theme! Unfortunately I’m not really clear on how to use it. Could you (or JJJ) possibly elaborate a bit on what you’re doing/planning to do with it?
Thanks!!
Jonathan
May 13, 2011 at 5:19 am #95320In reply to: bbPress 2.0 – Updates
tooltrainer
MemberTurns out I was just missing a “forums” page in my WP pages. Duh!!
Thanks for the help all!
Jonathan
May 13, 2011 at 5:04 am #95319In reply to: bbPress 2.0 – Updates
toby386
MemberSORRY if I’m posting in the wrong place but it seems JJJ may hold the answer to an issue i’m contending with.
Feel free to admonish me if this isn’t the appropriate venue.
I’m re-building a member site with several “levels” of member/access.
Each member level (as you would expect) has separate access to different pages/posts etc…
I’m trying to build a forum that follows the same content protection strategy. The user roles in the stock WP and BBP are inadequate for me needs, but my membership site plugin+Infusionsoft are managing the content protection VERY well…..so my bottleneck is finding a forum that will suffice.
Currently I’m trying to use 2 separate BBP (stand alone) installations, and using 2 separate pages (1 for each member level), and limiting access to those pages by member level.
Does anyone know if this BBP plug in would fit into this model well??
And if no….anyone know of any potential options??
Thanks all!
May 13, 2011 at 4:13 am #100520In reply to: Can't run bbP Plugin in a subdirectory
John James Jacoby
KeymasterRun an svn checkout of the bbPress plugin, and just svn update periodically.
If this is on a remote server and you’re using SVN, you’re probably SSH’ed in, so…
cd wp-content
cd plugins
mkdir bbpress
cd bbpress
svn co https://bbpress.svn.wordpress.org/branches/plugin .May 13, 2011 at 4:13 am #105620In reply to: Can't run bbP Plugin in a subdirectory
John James Jacoby
KeymasterRun an svn checkout of the bbPress plugin, and just svn update periodically.
If this is on a remote server and you’re using SVN, you’re probably SSH’ed in, so…
cd wp-content
cd plugins
mkdir bbpress
cd bbpress
svn co https://bbpress.svn.wordpress.org/branches/plugin .May 13, 2011 at 3:31 am #100509In reply to: bbpress as wordpress page
Daily Anarchist
MemberI want to thank you for making this plugin. It’s been too long that WordPress users have waited for a fully integrated forum.
I’m also really happy that it’s coming out in a few days. This is just what I need.
Thanks again.
May 13, 2011 at 3:31 am #105609In reply to: bbpress as wordpress page
Daily Anarchist
MemberI want to thank you for making this plugin. It’s been too long that WordPress users have waited for a fully integrated forum.
I’m also really happy that it’s coming out in a few days. This is just what I need.
Thanks again.
May 13, 2011 at 3:30 am #95318In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@anointed – Most likely not in core, no; so create away. Technically ‘topics’ are questions, and ‘replies’ are answers and suggestions. Since they are all just custom post types, and everything is filtered with actions everywhere, you should be able to create custom taxonomies, adjust the custom post type properties, and all kinds of fun things.
May 13, 2011 at 3:28 am #100508In reply to: bbpress as wordpress page
John James Jacoby
KeymasterCorrect: alpha, beta, stable. Here at bbpress.org, we’re still running the stand-alone installation of bbPress. We are (kind of) following my own advice and not running pre-release software on a live environment. Instead, we’re running the latest trunk version of bbPress stand-alone which will eventually be 1.1.
It’s complicated.

All you need to know, is the plugin version sounds like it’s exactly what you want, and it is only a few days away from being a public alpha.
May 13, 2011 at 3:28 am #105608In reply to: bbpress as wordpress page
John James Jacoby
KeymasterCorrect: alpha, beta, stable. Here at bbpress.org, we’re still running the stand-alone installation of bbPress. We are (kind of) following my own advice and not running pre-release software on a live environment. Instead, we’re running the latest trunk version of bbPress stand-alone which will eventually be 1.1.
It’s complicated.

All you need to know, is the plugin version sounds like it’s exactly what you want, and it is only a few days away from being a public alpha.
May 13, 2011 at 3:28 am #95317In reply to: bbPress 2.0 – Updates
Anointed
ParticipantYeah the code looks much more user friendly than before. I was actually meaning to ask how this is going to work with bp as that is my ultimate goal. Hoping we don’t have to wait till 1.4 or something… I have not been paying attention to any bp/bbpress news lately, so way behind the times.
I just found bbp_custom_template so needless to say I am in heaven. So long as I have an easy way of using my own template files for each custom bbpress area, life is good.
p.s.
Are there plans on adding in post taxonomies metadata for things like turning forum posts into ‘questions, answers, suggestions, etc’ like getsatisfaction does?
(If not then I’ll do it myself, just don’t want to recreate a wheel already built)
May 13, 2011 at 3:25 am #95316In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterCool. I’ll play with flushing the rewrite rules some more, and see if I can make this more automated. There’s a sweet spot that needs to be found with these, and I’ve managed to miss it so far.
May 13, 2011 at 3:21 am #100516In reply to: Can't run bbP Plugin in a subdirectory
John James Jacoby
KeymasterYou really shouldn’t have one WordPress installation inside another. That’s a recipe for exactly the kind of disaster you’re experiencing, since it’s most likely conflicting .htaccess files trumping each other.
“Running nested WP installs” is different than “Running WP in a subdirectory” because of exactly what I mentioned above. If you install WP in a subdirectory, it won’t care where it is (or what its path is) as long as you install WP correctly. Once you nest several installations on top of each other, you’re setting yourself up for headaches unless you’re able to fluently track down and alleviate the rewrite issues you’ll run into.
An important piece of missing information, do both of the WordPress installs work independently without bbPress activated on either of them? Pretty permalinks turned on, on both, etc… Once you get that to behave first, then it’s time to try adding things into them.
May 13, 2011 at 3:21 am #105616In reply to: Can't run bbP Plugin in a subdirectory
John James Jacoby
KeymasterYou really shouldn’t have one WordPress installation inside another. That’s a recipe for exactly the kind of disaster you’re experiencing, since it’s most likely conflicting .htaccess files trumping each other.
“Running nested WP installs” is different than “Running WP in a subdirectory” because of exactly what I mentioned above. If you install WP in a subdirectory, it won’t care where it is (or what its path is) as long as you install WP correctly. Once you nest several installations on top of each other, you’re setting yourself up for headaches unless you’re able to fluently track down and alleviate the rewrite issues you’ll run into.
An important piece of missing information, do both of the WordPress installs work independently without bbPress activated on either of them? Pretty permalinks turned on, on both, etc… Once you get that to behave first, then it’s time to try adding things into them.
May 13, 2011 at 3:19 am #100507In reply to: bbpress as wordpress page
Daily Anarchist
MemberBut the plugin will? That’s impressive! I can’t wait until the plugin comes out. I just installed a test bbpress on a dummy site to see how it looks. It’s pretty smooth. I really think bbpress has the potential to dominate the forum industry if people get behind it like they do WordPress.
You’re running the alpha version now, correct? Then comes the Beta and then the stable?
May 13, 2011 at 3:19 am #105607In reply to: bbpress as wordpress page
Daily Anarchist
MemberBut the plugin will? That’s impressive! I can’t wait until the plugin comes out. I just installed a test bbpress on a dummy site to see how it looks. It’s pretty smooth. I really think bbpress has the potential to dominate the forum industry if people get behind it like they do WordPress.
You’re running the alpha version now, correct? Then comes the Beta and then the stable?
May 13, 2011 at 3:18 am #95315In reply to: bbPress 2.0 – Updates
Ryan
Member@JJJ – nice catch…
As soon as I went into Setting-Forums and clicked Save, that same forum link is now working.
I added a topic from that page, worked fine. Seems ok now.
May 13, 2011 at 3:16 am #38444Topic: Can't run bbP Plugin in a subdirectory
in forum Troubleshootingtooltrainer
MemberI began posting here:
http://bbpress.org/forums/topic/bbpress-plugin-updates/page/27?replies=793#post-87320
Still don’t know what’s going on, but I’m wondering if it’s related to running one copy of WP underneath another. My setup is:
webroot/ (production site is here with bbP active and working)
webroot/new/ (test site is here where bbP does not want to work)
‘new’ is just that – brand new 3.1.2 WP install with vanilla everything. But bbP simply will not work within it no matter what I try. If I have permalinks on default, any visit to domain.com/new/forums/ redirects me to domain.com/forums/ and if I set permalinks to /%postnam3%/ then I just get a 404 error with any request for /new/forums/.
Don’t know what else to try. In the other thread, Ryan also found the problem with permalinks, but not the other problem. This is why I’m wondering if it’s related to having 2 installs, one below the other.
Can anyone confirm/deny that this kind of setup doesn’t work?
Thanks!
Jonathan
May 13, 2011 at 3:16 am #100506In reply to: bbpress as wordpress page
John James Jacoby
KeymasterThe regular bbPress installation won’t do that without much, much work.

For example, here at bbPress.org, we have 1 unified theme, that both the blog and the forums use. It’s a completely custom theme, on top of a very complicated installation that integrates with shared user tables over at wordpress.org, several themes and plugin repositories, etc…
So, it can be as simple or as complicated as you need it to be, but the plugin version of bbPress will give you a huge head start.
May 13, 2011 at 3:16 am #105606In reply to: bbpress as wordpress page
John James Jacoby
KeymasterThe regular bbPress installation won’t do that without much, much work.

For example, here at bbPress.org, we have 1 unified theme, that both the blog and the forums use. It’s a completely custom theme, on top of a very complicated installation that integrates with shared user tables over at wordpress.org, several themes and plugin repositories, etc…
So, it can be as simple or as complicated as you need it to be, but the plugin version of bbPress will give you a huge head start.
May 13, 2011 at 3:13 am #95314In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@ryan – Can you try visiting the Settings > Forums screen, and saving your settings again after you’ve changed your permalinks? I wonder if the rewrite rules aren’t being flushed correctly.
Could you also
global $wp_rewrite; var_dump( $wp_rewrite );
somewhere, so I can see what it thinks it should be looking for?
May 13, 2011 at 3:04 am #100505In reply to: bbpress as wordpress page
Daily Anarchist
MemberThe regular bbpress installation won’t do that, you think? I should wait for the plugin?
May 13, 2011 at 3:04 am #105605In reply to: bbpress as wordpress page
Daily Anarchist
MemberThe regular bbpress installation won’t do that, you think? I should wait for the plugin?
May 13, 2011 at 3:04 am #95313In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@anointed – Excited to see what you come up with. I know you’re quite familiar with BuddyPress, so hopefully you’ll 1.) feel comfortable and see the similarities, and 2.) see how bbPress has improved on those similarities, and see what’s going back into BuddyPress.
May 13, 2011 at 3:01 am #100504In reply to: bbpress as wordpress page
John James Jacoby
KeymasterYou’ll want to use the bbPress plugin with some custom template files, and customize it to taste. Anything is possible.
-
AuthorSearch Results