@Adrienkb – Are you sure that it doesn’t work? I’ve tested many times and it works great. If you were testing out the registration on my beta site, then i purposely disabled the registration page and its always an update or two behind the actual updated version.
@llny – I don’t have the orginal css file to version 0.02 anymore so I can’t really look up to the css. Why don’t you try the new version 1.0 for now. A setting page is coming, I just gotta finish it up.
@Adrienkb – Are you sure that it doesn’t work? I’ve tested many times and it works great. If you were testing out the registration on my beta site, then i purposely disabled the registration page and its always an update or two behind the actual updated version.
@llny – I don’t have the orginal css file to version 0.02 anymore so I can’t really look up to the css. Why don’t you try the new version 1.0 for now. A setting page is coming, I just gotta finish it up.
Hi,
I am sure this has been asked but I must not be typing the right search phrase because I can not find the solution.
I have successfully integrated a few WordPress/bbPress installations but am having an issue with the latest one I am setting up for a client.
WordPress is successfully installed.
The latest download of bbPress has been installed and uploaded to the server.
The WordPress bbPress integration plugin has been installed.
The appropriate define cookiepath and cookiedomain settings have been added to the wp-config.php
When starting the bbPress installation and configuration, I keep getting…
…problem connecting to the WordPress user database.
I know the auth keys and all the other keys are correct as well as the database prefix of wp_.
I am missing something?
Thanks,
Bert
Hi Zaerl, Thanks for your interest in this topic 
I also tried your method, but I’m sorry its little bit different.
its shows content from “whatever-you-want.php” when slug is “this” but the forum structure remain same.
something like
**************Forum Template**************
— Default Header
— Default latest discussion
— Default forums
— Default Footer
— Custom content from whatever-you-want.php
********************************************
But I’m searching, that when forum slug is “this” then i can handle every thing from scratch from “whatever-you-want.php”
like
*************Forum Template***************
— My Custom Header for forum slug “this”
— My Custom latest discussion
— My Custom forums categories
— My Custom style for footer
*******************************************
Keep in mind that this is a rude approach and that everything can be packed in a plugin.
I’m afraid what you are talking about. Is this not a secure method?
Can you please pack this code into a plugin, I’ll really appreciate your kindness. Thanks
Hi Zaerl, Thanks for your interest in this topic 
I also tried your method, but I’m sorry its little bit different.
its shows content from “whatever-you-want.php” when slug is “this” but the forum structure remain same.
something like
**************Forum Template**************
— Default Header
— Default latest discussion
— Default forums
— Default Footer
— Custom content from whatever-you-want.php
********************************************
But I’m searching, that when forum slug is “this” then i can handle every thing from scratch from “whatever-you-want.php”
like
*************Forum Template***************
— My Custom Header for forum slug “this”
— My Custom latest discussion
— My Custom forums categories
— My Custom style for footer
*******************************************
Keep in mind that this is a rude approach and that everything can be packed in a plugin.
I’m afraid what you are talking about. Is this not a secure method?
Can you please pack this code into a plugin, I’ll really appreciate your kindness. Thanks
Thanks, Ben L.
I’ve decided to just rewrite the LDAP plugin to connect with mediawiki’s database. Seems to be working so far, when I’ve tested it some more I’ll release it officially.
Thanks, Ben L.
I’ve decided to just rewrite the LDAP plugin to connect with mediawiki’s database. Seems to be working so far, when I’ve tested it some more I’ll release it officially.
Probably you have deleted some posts here and there. Try to recount everything from the admin page (bb-admin/tools-recount.php). I have tested get_topic_page_links (the function that generate links) and I don’t see problems.
Your count says 1533 posts but 35*44 + 7 = 1547.
Also add:
.post img, #post_content img {
max-width: 450px;
}
to your CSS.
Probably you have deleted some posts here and there. Try to recount everything from the admin page (bb-admin/tools-recount.php). I have tested get_topic_page_links (the function that generate links) and I don’t see problems.
Your count says 1533 posts but 35*44 + 7 = 1547.
Also add:
.post img, #post_content img {
max-width: 450px;
}
to your CSS.
ok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!
ok but when i remove code about latest discussions in front-page.php template >> show tags top forums !!
I use the following four way spam stopper:
Approve User Registration
bbCaptcha
Akismet
Human Test for bbPress
We have had minimum issues at our bbpress forums
I use the following four way spam stopper:
Approve User Registration
bbCaptcha
Akismet
Human Test for bbPress
We have had minimum issues at our bbpress forums
If you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.
If you edit your front-page.php template (make a copy and edit the copy), you can remove the code about latest discussions.
It shows the latest posts inside the forums, why you want to remove it?
It shows the latest posts inside the forums, why you want to remove it?
Hello
I want to Only forum not Latest Discussions
Remove all Latest Discussions
Please
Hi, i installed all, (wordpress-bbpress) in the same directori, (/test/wordpress – /test/bbpress), and when i try get into the admin panel of bbpres i only get a redirection to the index of my forum. (i put /test/bbpress/bb-admin/index.php and i will be redirected to /test/bbpress/index.php).
What i am doing wrong??
So much thanks!
Any idea how to remedy this issue?
I have tried everything and cannot get passed this. Having the same exact problem after changing the TZ to UTC-5.
Any help would be greatly appreciated!
FYI, using the latest version 1.0.2
That’s because there’s a bug in the plugin. Or rather the plugin was probably written for an earlier version of bbpress.
To fix the “redirect” issue, you need to edit avatar-upload.php and change line 7 from:
bb_auth(); // logged in?
to:
bb_auth( 'logged_in' ); // logged in?
Now it’s off to do more testing.