Search Results for 'bbpress'
-
Search Results
-
So recently my website has switched from just being a forum to becoming an actual website. We chose wordpress as a CMS because it seemed to fit all of our needs.
I’m no PHP programmer, at most I can do HTML/CSS so I need a little help. There’s a comma in my forums sub-forum list. You can visit this page: http://ludosnet.com/bbpress and see there’s an unneeded comma after every subforum. I’d like to know how to remove that. I’m using the 2010 theme with a few of my own customizations.
We’re in the process of importing all of our forums over to bbpress from xenforo, but it’s a rather complicated task. So any help would be appreciated.
Also concerning bbpress what plugins would you recommend to make the software have a few more features?
How does one install bbPress as a SUB-domain of an existing WordPress installation? If I install it in the plugin folder, how do I get it to work as a subdomain?
Topic: Great WordCamp last weekend
One week ago, I was driving back home from WordCamp Louisville. The final talk was by Pippin, about bbPress as an exemplar of good WP plugin development. It was, frankly, the best talk of the day for me. Thanks man, for ending that event on a real high-note!
Hello! I’m helping a friend with his website. He’s trying to make a community for investors. We’re having trouble with the bbPress forums. You can see that http://investorswap.com/board/forum/general-stock-talk/ works, but if you go up a level to http://investorswap.com/board it is showing the category and boards, but they aren’t clickable. I’ve never used bbPress or BuddyPress before this, so I’m pretty lost. Any help would be very appreciated! This is intended to be a site-wide forum and not group specific.
Using the latest version of WordPress, bbPress, and BuddyPress!
Thanks!
Topic: Missing argument error
Wordpress and bbPress are up to date. This is part of a WordPress multisite install.
http://anabaptistworship.com/category/community-music/
I am using a custom child theme and there is no error when I switch to twentyeleven.
I recently started getting this error, even on pages that aren’t part of bbpress on my site. I’m not sure when it started–maybe with a recent update?
Error:
Warning: Missing argument 2 for _bbp_has_replies_where() in /hermes/waloraweb048/b1387/as.rethink/wp-content/plugins/bbpress/bbp-includes/bbp-reply-functions.php on line 1381
Fatal error: Call to a member function get() on a non-object in /hermes/waloraweb048/b1387/as.rethink/wp-content/plugins/bbpress/bbp-includes/bbp-reply-functions.php on line 1384
Lines 1381-1385 of the file it mentions:
function _bbp_has_replies_where( $where, $query ) { // Bail if no post_parent to replace if ( ! is_numeric( $query->get( 'post_parent' ) ) ) return $where;Any suggestions? Thanks!
It’s a weird incident where despite all my efforts, I just not able to get bbpress correctly installed on one of our servers. Though infact I’ve done this in the past for couple of our clients, but just unable to figure out what’s going wrong this time. After installing bbPress from the WordPress plugins menu, I get to see a 500> Internal Server Error for one of the clients site. I tried renaming the bbPress folder to bbpress-bak in wp-content/plugins, it didn’t give me an error, but I couldn’t activate bbPress with the folder name changed.I’ve set 755 for bbPress. But no luck with that, still trying. Can someone please help me with it ?
Regards,
Barb from Webhosting UKI have a custom WP_Query outside the main loop, in my header.php, and also another one in footer.php. On my Forums List page (the top/base level of bbPress that lists all my Forums), the custom WP_Query in both header.php and footer.php, no longer works. It shows another instance of the bbPress Forums List, instead of showing the correct content (as it does on every other page of my site, including all other bbPress pages). My custom WP_Query is
$args = array(
'post_type' => 'page',
'page_id' => 218
);
$the_query = new WP_Query( $args );
while ( $the_query->have_posts() ) : $the_query->the_post();the_content();
endwhile;
wp_reset_postdata();I also tried get_page, which also didn’t work.
$page_id = 218;
$page_data = get_page( $page_id );
$page_content = apply_filters('the_content', $page_data->post_content);
echo $page_content;I tried using a bbPress ShortCode in a WP-Page called “Forums”, and then also without a page, just using bbPress Permalink “Forums”, without a wp-page and shortcode. Same problem either way.
Why would bbPress conflict with these core WP functions? And why would it happen ONLY on the Forums List page? I also tested this in TwentyEleven, and the problem is there too.
Topic: Search in WordPress/bbPress
Greetings –
A very green WordPress user, here, who still has a LOT to learn. One thing I do need to learn is about the Search function. Installation: bbPress 2.1.2, Responsive Theme, WordPress 1.7.7.
When I enter a search term in the search box on any forum page, it finds nothing in the forum, even though there are entries with exactly the same tag as the search term. But it finds multiple entries on the rest of the site.
At the very least, search needs to find entries in both the forum and the site, generally. Preferably, to reduce response clutter, it would be nice to have searches originating on a forum page return results only from the forum. Or, even better, would be a selector that says “search in:” documentation, application notes, blog, wiki, forum, or site as a whole.
Can someone suggest any strategies to get a search that at least works in the forum?
Many thanks
Jim Wagner
Oregon Research ElectronicsTopic: Uninstall bbPress WP Plugin
Hello!
I am having a problem with my site. I have had the bbPress plugin installed on my WordPress for some time now, but it has not been activated. I just kept it there, and updated it regularly, until I finished working on my theme. Well, that work is finished now. When I activated the bbPress plugin, the entire website doesn’t load (“View Page Source” reveals nothing).
I would like to delete bbPress from my database, but I have no idea how to do that. I just want to start over from scratch…
Anybody? 🙂
Hello everyone!
Would it be possible to import oxwall forums to bbpress?Hi,
I am unable to view the topic or reply content. With debug on I receive the following error
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘FORCE INDEX (PRIMARY, post\_parent) WHERE 1=1 AND (wp\_posts.ID = 647 OR wp\_posts.’ at line 2] SELECT SQL\_CALC\_FOUND\_ROWS wp\_posts.* FROM wp\_posts JOIN wp\_icl\_translations t ON wp\_posts.ID = t.element\_id AND t.element\_type IN (‘post\_topic’) JOIN wp\_icl\_languages l ON t.language\_code=l.code AND l.active=1 FORCE INDEX (PRIMARY, post\_parent) WHERE 1=1 AND (wp\_posts.ID = 647 OR wp\_posts.post\_parent = 647) AND wp\_posts.post\_type IN (‘topic’, ‘reply’) AND (wp\_posts.post\_status = ‘publish’ OR wp\_posts.post\_status = ‘closed’) AND t.language\_code=’en’ ORDER BY wp\_posts.post\_date ASC LIMIT 0, 15
I have had this error since I installed this plugin over a month ago and have not been able to fix it. At that time I found this ticket1 which lead me to this 2 line change2. I decided to add these two lines but that did not help either.
I have switched themes to Twenty Ten bbPress, Twenty Eleven, and the standard Twenty Eleven. I have also disabled almost all plugins (not WPML because I’ve had bad experiences with disabling and re-enabling it). None of this troubleshooting actions have helped. I then sat around waiting for an update, but unfortunately one has not come yet.
Since we are reaching the launch date I would like any help from anyone who has encountered this issue and successfully fixed it.
Thank you so much! Tamara