Maybe a recount will solve the issue. Visit: /bb-admin/tools-recount.php
Maybe a recount will solve the issue. Visit: /bb-admin/tools-recount.php
Just made a small plugin for it.
You can download it on http://eris.nu/wordpress/bbpress.
Please note that only if the database of your blog is not the same as the forum you need the data about the database information. The prefix, url are always required.
Please try out for testing later on i will add some improvements so you can load directly data from the config of bbpress instead enter it in a form.
Later on I will add it to the WP plugin database.
Just made a small plugin for it.
You can download it on http://eris.nu/wordpress/bbpress.
Please note that only if the database of your blog is not the same as the forum you need the data about the database information. The prefix, url are always required.
Please try out for testing later on i will add some improvements so you can load directly data from the config of bbpress instead enter it in a form.
Later on I will add it to the WP plugin database.
@ ricardouk
Uhm, not that I don’t understand you, but you do need to understand that we as developers need to eat too, so I don’t mind that extra’s on a cms/platform are only optional for developers.
And the greatest things in life just aren’t free.
That said, I do believe the bbPress WordPress plugin will get an easy intergration eventually.
@ ricardouk
Uhm, not that I don’t understand you, but you do need to understand that we as developers need to eat too, so I don’t mind that extra’s on a cms/platform are only optional for developers.
And the greatest things in life just aren’t free.
That said, I do believe the bbPress WordPress plugin will get an easy intergration eventually.
I wanted to use this plugin:
https://wordpress.org/extend/plugins/bbpress-latest-discussion/
but it’s no longer supported, and I wasn’t able to get it to work when I did install it.
I wanted to use this plugin:
https://wordpress.org/extend/plugins/bbpress-latest-discussion/
but it’s no longer supported, and I wasn’t able to get it to work when I did install it.
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
Sorry to just barge in and shout out a random question, this has probably been answered before:
Will the plugin come with a front-end login/signup form? Or will it make use of existing WP plugins?
I’m running the latest version in a test environment, and this function seems to be missing – or is it me who missed something?
Thanks
Hi,
I’ve just integrated bloguismo.com and bloguismo.com/foro with BBPress but I’m doing something wrong with cookies.
First of all I’ve done deep integration but I have the logout/login problem…
Second: in the wordpress part (bloguismo.com) i use on the top nav bar this:
<?php $user_info = get_userdata(1);
echo($user_info->first_name . “n”);
?>
So it could shows the first name of the user registered, but shows my name (admin name)… could you register and test?
http://www.bloguismo.com/login/?action=register
http://www.bloguismo.com/foro/register.php (the same)
thanks!
I have been testing the bbPress Plugin on Windows, well I was up until about a month ago when I hit a few PC problems, but like JJJ said … much has changed since then!
I don’t test with IIS… We could always put a call out on the hackers list if needed.
@_ck_ – Will do. I have a VM I can test on when I get back from Tybee next week, and will see about getting anyone on Windows to play with it. I know when I started, I was using IIS on Windows 7 and it was working fine, but much as changed since then.
I test on windows, to some extent, with EasyPHP.
I know y’all are in super-dooper alpha state right now but be sure to put on your list to test the plugin under windows (try the 1 minute xampp lite install for testing).
I’m not even sure where to start with some of the errors, I’ll try to debug.
ps. can an admin please turn off the hash-to-trac link plugin that’s running on bbpress.org? It’s incredibly annoying because it makes no effort to determine if it’s really a ticket reference.
@Gautam 15? Simply brilliant! If only I could breath code like you do.
Unfortunately, I just break, test and report things and that’s all.
OK. Happy to test. How do I contact you?
I am still in the finishing stages of finishing mine up and always do need testing databases to make sure it works fine.
Do contact me if you would like to help me test it as I would like to test the converter on just more then my original IP.Board and default installations.
Thanks for the update, John and Gautam!
As I am anxious to convert my existing stand-alone bbPress installation to the new WP-plugin version, I expect to start testing (and porting over my existing bbPress Theme) once the Plugin hits beta.
I’m curious about template tags, functions, and documentation. Are the existing template tags and functions from the stand-alone version used in the Plugin version, or have you developed all-new tags/functions?
Also, as I remember, part of the biggest problem with the stand-alone version was the lack of documentation. So (in all my free time…) I’ll do what I can to pitch in for documentation with the Plugin version.
Thanks for the update, John and Gautam!
As I am anxious to convert my existing stand-alone bbPress installation to the new WP-plugin version, I expect to start testing (and porting over my existing bbPress Theme) once the Plugin hits beta.
I’m curious about template tags, functions, and documentation. Are the existing template tags and functions from the stand-alone version used in the Plugin version, or have you developed all-new tags/functions?
Also, as I remember, part of the biggest problem with the stand-alone version was the lack of documentation. So (in all my free time…) I’ll do what I can to pitch in for documentation with the Plugin version.
As a sidenote to the original topic! …
Rich Pedley: @Mark – test again 
Thanks for that Rich, you can see I’m having a little nose around, and thanks for the offer Gautam — Even started talking to myself, and trying out other stuff too!