Search Results for 'code'
-
Search Results
-
Topic: Integrate deeper and deeper
hey guys, just another idea:
what about integrate bbpress and wordpress that far (maybe with a plugin) that if registered and logged in users post a comment at a wordpress blog-post, this comment will appear in the profile of bbPress users under “user activity”.
And related to that:
WordPress users doesnt really have a profile page, so it would be nice if a user register and post a blog-comment, his name-link would open his bbpress profile page.
Hope you understand what i mean. I think it isnt that difficult. But too much difficult for me

greetings
Sumit
Curious to know how many more ALPHA builds to expect before the builds move into BETA.
We are currently on build 6, I see a soon to be released ALPHA v7 is in the pipe.
Not trying to hold the bbPress team to a specific # of releases or anything, just curious if we have just a few more ALPHA’s or like a dozen more before BETA begins

For what it’s worth, I have been using ALPHA v6 since release without any problems.
I have wp and bbpress succesfully integrated. Now in my bbpress forum I’d like to display the wordpress pages. Basicly I want to replicate wp_list_pages() from wp. I know there’s a way to include wp in total inside bbpress. but that has a performance penalty and I’m also afraid it might cause bugs in the future.
So I’d prefer a simple query. What I have thus far:
global $bbdb;
$query = "SELECT wp_posts.*
FROM wp_posts
WHERE wp_posts.post_status = 'publish'
AND wp_posts.post_type = 'page'
ORDER BY wp_posts.post_date DESC ";
$results=$bbdb->get_results($query);
foreach($results as $result) {
echo '<li><a href="' . $result->guid . '">' . $result->post_name . '</a></li>';
}But I need a query which replicates wp_list_pages() closer. Where can I find that function in wordpress? Or how could I improve my query so that I get the subpages as well, for example?
I added a search box to header.php using this code:
<?php search_form( $q ); ?>
However, the search button shows up all the way on the right side of the page and below the input box. Does anyone have any suggestions?
Here is my (work-in-progress not live) forums site where you can see the problem.
http://www.watchandtrain.com/dogforums/
Thanks so much,
Jeff
Topic: WordPress 2.7 options
I’m setting up a new web site, which is running WordPress 2.7. (Older versions aren’t an option because keeping them up-to-date with security releases is much harder.) The site’s going to need a forum, and I would like to use bbPress if I can.
Has anyone worked out the details in running WordPress 2.7 with the current stable release of bbPress 0.9.x? I know that seamless integration won’t be ready until 1.0 is ready, and if the developers say don’t use it yet, I won’t use it.

But if I do try to go with the current bbPress, what are the gotchas? Is there any integration possible at all, or do I have to wall them off as completely separate products with separate logins? If my client wants integration now, do I have no choice but go with something else like SMF?
There is one additional concern I have, though:
I had integrated bbPress 0.9 with a WordPress 2.5 site about a year ago, and loved how well they fit together — you guys really did an awesome job. Then 2.6 came out, and the incredible delay in bb’s WordPress integration seriously burned us. The web site got hacked twice due to 2.5.x security flaws that seem to be fixed in 2.7, and in the end we finally had to bite the bullet, delete the forum (it wasn’t getting that much use anyway), and upgrade WordPress. While the purist in me would love to work with bbPress again once 1.0 is available, I can’t shake this suspicion that when some future version of WordPress comes out, those of us who are using bbPress would get burned again because the developers are simply more interested in an ambitious future release that’s more than a year out. While 1.0 looks like an incredible release, a point upgrade to address compatibility would have been a really, really nice thing.
(Sorry if this sounds like a rant — I just would really like to trust this product again!)
Thanks,
Richard
Hi guys,
i want to have the same theme from WordPress in my bbpress forum. Therefore i add
require_once('../wp-blog-header.php');in my bb-config.php . Then i can load the bbpress forum but it have the old kakumei theme. What should i do ? Delete the last three lines from bb-config :if ( !defined('BB_PATH') )
define('BB_PATH', dirname(__FILE__) . '/' );
require_once( BB_PATH . 'bb-settings.php' );But then the forum doesnt knoe the bbpress functions. Can somebody please help me?
Thank you in advance.
Topic: Eblah SQL -> bbPress
Hello
I use Eblah SQL Beta 4 for a few forums and so far it hasn’t let me down over ANY of the major forum packages out there.
But I want a php forum for various reasons. Has anyone written a converter? Or is anyone willing to look at writing one?
You’d have a very greatful bloke right here if so.
Exaggeration a little, yes, but not as much as you’d think.