Published on January 19th, 2011 by TechieJon
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!
Published on January 19th, 2011 by TechieJon
Hello, still bit new in BBpress, this is prolly a novice question for most but How do I hide sub-forums?
best regards,
Jon
Published on January 19th, 2011 by wckdonlinemdia
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.
Published on January 19th, 2011 by wckdonlinemdia
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
Published on January 19th, 2011 by davebach
Hi,
Is there a way to sort users in the admin panel so that I can see them by registered date? I’d like to be able to easily check for bots and accounts that sign up just to add a URL to their profile… or would be the ones to potentially post spam.
Alternately, a plugin that would send an email to the Admin when a new user signs up would be great (at least on my currently low-volume forum).
Thanks,
Dave
Published on January 19th, 2011 by mira360
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.
Published on January 19th, 2011 by Dominic10
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.
Published on January 18th, 2011 by ChristopherM
Hey!
How would you write an if statement to echo some stuff in a specific topic?
Published on January 18th, 2011 by novuscory
Good afternoon!
I am receiving the following error when I try use the “Retreive Password” feature:
Parse error: syntax error, unexpected ‘,’ in E:webpublic_htmlbjdewwp-contentthemesACESbbpressbb-templatesCongressForumpassword-reset.php on line 12
I am sure that this error is relevant to other pages as well, this is just where I discovered it. Has anyone had experience with this problem before?
Incidentally, this is where you can find that page and error:
http://aces.lfchosting.com/wp-content/themes/aces/bbpress/bb-login.php
Thank you in advance for your assistance.
Published on January 17th, 2011 by weAREmarshall
Still a work in progress, we had to get it up ASAP, converted from phpBB.
http://www.herdhaven.com/forum/
Integrated with our WordPress blog
http://www.herdhaven.com
We’re playing with some stuff, trying to do some things with the forums, etc.