Search Results for 'bbpress'
-
Search Results
-
Topic: Status of BBPress
Hello. I’m new and have a very basic general question. What’s the overall development status of BBPress? I don’t see much in the blog and I just wonder if this product is being actively developed.
Topic: Disable Page Caching
Another Question:
How do i disable caching of bbpress? It seems that it maintains some sort of cache that even there’s a new post it doesn’t appear right away unless you manually refresh the page for 2-3 times.
Is this just a browser problem or can i disable this in the admin panel? Thank you!
Topic: Hiding the Sub Forums
Hello, still bit new in BBpress, this is prolly a novice question for most but How do I hide sub-forums?
best regards,
Jon
Hello
I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default
The site is running Buddypress
Challenge:
The Forum navigation menus are still in English
Please tell me how I can ensure bbPress Forum is presented in Dutch?
Thanks in advance
Phil
P.S. I have searched this forum without success for a solution.
Hello
I have domain domainnameDOTcom/
My WordPress directory is domainnameDOTcom/wordpress/
Installed BuddyPress Default 1.2.7 with WordPress 3.0.4
With BB-Press Forum
When I select any tab that is not created in WP then the FULL url including the WP install directory is evident
How can I ensure this WP directory remains “hidden” from the users perspective
I have tried to implement bp-custom.php which resides in /public_html/wptest/wp-content/plugins/buddypress without success.
That is the WP directory can be seen in the URL when I select “Forum” tab, thereafter the site adopts the extended url even though permalinks is set to /%category%/%postname%/
Here is the code I found on this site and tested:
code:
<?php
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo(‘url’);
return $domain;
}
add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);
?>
I look forward to hearing feedback
Phil
Hello,
We work many times with translations to Spanish languages, and we have a new team of person likes collaborate on net to translate to catalan language. we use the poedit but is not good to work on a group, and we like to collaborate with the wordpress,bbpress,buddypress community.
I know install with out problems wordpress,bbpress,buddypress and integrate. But i don“t know install GlotPress, and the instruction to do it is with SVN and i can do it with this proceed because we have a hosting (rent).
we need help. How install GLOTPRESS on BBpress in my hosting?
i have a bbpress install independence, is it good start or we need a wp whit bbpress install the base to install glotpress?
we like work with many colaborate for the Spanish community and catalan community, but need this time many help from they.
thanks you very much, and sorry with my english.
Is it possible to call wordpress plugin functions in bbpress?
I’ve added the deep integration code in bb-config.php:
/* Deep integration */
if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’))
{
define(‘WP_USE_THEMES’, false);
include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );
header(“HTTP/1.1 200 OK”);
header(“Status: 200 All rosy”);
}
I added this too:
require_once(dirname(__FILE__) . ‘/../wp-load.php’);
define(‘WP_BB’, true);
However, i can only call the theme functions of wordpress i.e., get_header(), get_footer() etc…but i cannot get the wordpress plugin functions to work in my bbpress. I’m trying to call a function from a wordpress plugin named “Marquee” and placed it at the bottom of my bbpress template.
I hope we can enjoy it soon in a alpha state in order to update it easily. For me only one matter is pending and is that: