Search Results for 'bbpress'
-
Search Results
-
How can I modify my bbPress so that it doesn’t show the IP Address posts are from?
Hello everyone,
I want to display a bbPress forum topic within The Loop in WordPress. The idea is that it would appear as an excerpted blog entry like the others, but when you click the permalink, it would take you to the corresponding bbPress forum topic page where you can post comments.
For example, it would be great if there was to query bbPress forum topics that are tagged with “front page”, and display those forum posts together with blog posts within WordPress in chronological order.
The best scenario would be a little “Show in WordPress Loop” checkbox that you can check next to individual forum topics in bbPress. That way you can select certain topics to link to on the WordPress front page.
Does anyone have suggestions on how to do this? Would this be possible with a plugin of some kind?
Topic: Theme similar to wordpress ?
Hi,
I am looking for a similar theme to wordpress blog’s default theme. Anyone has it for bbpress ?
Thanks.
Topic: Troubleshoot integration
I’m using the latest versions of bbpress and WordPress. I intalled bbpress to be integrated with WP. however, when I click over from the WordPress site to the bbpress site I am not already logged in. Is there a list to troubleshoot to see why this happening? I have done as much as I can do so far (eg checking secret words etc).
More irritatingly I find that I’ve been logged out of the WP site when I go back.
Thx.
Topic: Portuguese Brazilian
Hello,
Currently I am translating bbPress.po (.pot) file into Portuguese Brazilian [language] pt_BR . Soon I will post an URL for live demo site.
For now I would like to know how one can add a language to bbpress-i18n at Automattic?
Topic: Fix plugin browser for 0.9
I tried to post this in the comments off the plugin homepage, but Extend won’t recognize my login. Weird.
Anyway – if you are running 0.9 and plugin browser, you probably see no version listed for all plugins in the ‘Local’ column. This is due to a change in how bbpress stores the plugin paths in the DB (_ck_ clued me into that) The fix is easy. In the main plugins-browser.php file, add ‘user#’ before pb– or pb– on lines 681 (in the preg_replace statement) and line 698 ($plugin) Once I did that, the browser worked fine with correct version info, showed updates that existed, and installed them no problem.
I’m sure the WordPress plugin update stuff will make it into bbpress soon, negating the need for this plugin (to a point – the browse part is still great) but until then – this will get you going.
Hi, i have the bbpress 0.9.0.2 installed.
I try to enable BBemoticons for Private Messaging Plugin.
I modified the file bb-emoticons.php add at last line this command:
bb_add_filter(‘pm_text’, array(&$bbemoticons, ‘convert_smilies’));
I have add the line:
<?php bb_do_action(‘bb_grins’); ?>
into file pm-user-form.php
And i have add the line:
<script type=”text/javascript” src=”‘. bb_get_option(‘uri’) .
‘my-plugins/bb-emoticons.php?bb_grins_output=javascript”></script>
before
</head>
in the file header.php of template.
I see the emoticons in the private messages
but when i click on the smile,
i see an exception in the javascript
the plugin run correctly in the normal message of forum.
Can you help me?
Thank’s
Hi!
I’m using the Kakumei theme, and I like it – except for the fact that there is no “search forums” field, as is the case in the theme used here, at the bbPress support forum.
Does anyone know whether (and how) I could insert a Search field in my Kakumei theme?
Thanks!
Hi folks, there seem to be many people out there having similar issues, but I’ve spent all evening looking through for a solution and still no luck.
I’m trying to do a full integration of bbPress 0.219 and WordPress 2.51, full integration meaning that bbPress should load WordPress functions and vice versa.
WordPress appears to be playing very nicely and loading bbPress template tags with no problems at all. I’ve done this using
//BBPress Integration
if ( !defined('BBDB_NAME') )
require_once(ABSPATH.'forum/bb-load.php');
at the very end of my wp-config.php file, as per the tutorial at
http://www.adityanaik.com/integratepress-part-i/ . As I say, no problem so far.
It’s when I try to load WP functions into bbPress that I run into trouble. When I’ve attempted either of the following two mods to bb-config.php, it has disabled user login, as well as blocking me from /bb-admin (which re-directs straight back to home). The two mods to bb-config.php I have tried are:
// WordPress Integration //
define('WP_BB', true);
if ( !defined('DB_NAME') ) {
require_once( dirname(__FILE__) . '/../wp-config.php');
}
// **Wordpress Variables ** //
$bb->wp_table_prefix = 'wp_'; // your wordpress db prefix is
$bb->wp_home = 'http://localhost/bloomag';
$bb->wp_siteurl = 'http://localhost/bloomag';
or simply
require_once( 'C:testingserverwwwbloomagwp-blog-header.php');
With both these mods, the bbPress page loads up with no problems but, as I say, both /bb-admin and any attempt to log-in give no response and just redirect to the hompage.
Has anyone got any suggestions for what might be going wrong and the correct method to call WP functions into bbPress?
Thanks a lot,
>Ben
I love that the bbSync plugin turns WordPress blog posts into bbPress forum topics. But is there a way to do the opposite?. In other words, can you turn a bbPress forum topic into a WordPress blog post. I’d love the ability to “promote” certain forum topics into a WordPress blog post.
That way, the blog can becomes a community blog, where members can submit content in the forums. And if the content is good, it can be selected by a moderator to make it to the front page of the blog