I am having the same problem: when a new user registers, bbpress says that a password has been sent to the email address the user specifies. BUT the email never comes!
I have tried the Instant Password plug-in mentioned above, but, as the developer states, it does not work for users of bbpress above .9, and I am using 1.0.2. (It says “password too short” even when it is above the required minimum 6 characters.)
Can anyone advise? I am frustrated that after customizing bbpress to fit my Web site all week, I am unable to use it since no one can register!
Thank you!
Robert
My site: polina-such.freehostia.com/bbpress
So it looks like bbSync is dead, and bbPressLive is dead.
Is anyone working on a repair or replacement, by any chance?
Hello,
I’ve recently installed bbPress and followed all the instructions during the installation to allow bbPress to work alongside of our WordPress website. My concern is that it does not seem to have successfully integrated as I cannot access bbPress admin area, neither by the link on the forum or by the WordPress admin area in settings, there seems to be no type of connection between the two. Also when I tried to delete a post, it actually doesn’t, it just stays there.
Did I do something wrong? Help is appreciated.
paulhawke, that sounds like a bug if true (WordPress warns you when you try to reuse an email). Please file a ticket at trac.
Hello friends.
is there a way to disable the wordpress integration but keep the bbpress users?
now bbpress users are coming from WP DB and are not stored in BBpress DB.
I want that all the users from WP DB will be imported to BBpress DB.
is it possible?
I’ve also seen the situation you are talking about where a user registers a new account but the email address matches one that is already in the database. In that situation bbPress silently kills the registration – no email is sent and no notification given of the “duplicate”.
Cary1221,
The best way to work out if bbpress is right for you is to tell us what functionality you’re looking for; and how hands on you want to be with it.
Also I wouldn’t worry about a theme being “ugly” given the incredibly huge number of theme’s there are for phpBB (especially compared to bbPress).
I second that Marius!
But looks/feel apart haven’t really had a problem with php BB. I want to shift but am skeptical of other internet forums, functionality-wise. Any suggestions ?
wow, just had a look at php bb forum… thats ugly man. You should switch to bbpress because it looks nice.
hey guys!
I’m using php BB forums currently, why should I shift to BBpress? Pls help!
Thanks !
Email deliveries can be spotty… this plugin lets you specify the password yourself instead:
https://bbpress.org/plugins/topic/instant-password/
I use it on all my sites, and customer service requests have plummeted!
hello friends, can you help me out on this issue.I have successfully installed BBpress and it is running.I am trying to register a new user for the BBpress.So i tried registering a new user providing details like email and user name.The problem is that the notification from BBpress says that user registration was successful and email with a password has been sent to the email provided during registration.But when i check my email, i have not received any mails from BBpress.Therefore a user is created but with no pass word and i cannot login.Also i am using a localhost server on windows XP with internet connection. Please help.Thanks.
I agree but it doesn’t happen to serve out that small glitch of dashboard access.
Will get back on the subject after this weekend vacation.
Hi,
I tried contacting you by email but had no success (it says it has been delayed).
I can work for you.
Email me – ashishsainiashfame[at]gmail<<<dot>>>com
We all want bbPress to be developed further, but it’s honestly not where many people want it to be. Kevin is only speaking the honest truth. His tone might seem harsh, but he is passionate. I’m glad he’s here.
The OP may want to consider other solutions… Maybe in a year or two, bbpress will be better developed for him.
Either way, don’t think it really matters.
Personally i’ve found that pointing my post form towards WP is better because if something is going to change/break in a future version it will happen in WordPress long before bbPress. People are patching/plugins/writing-guides on how ot make bbPress work with WordPress not the other way around, so i stick with the strongest/most stable software as my login base. But really, thats just me being careful; i shouldn’t matter
I just want to use this oportunity to say thanks to you johnhiler.
I dont like that Kevin-guy so much, but Im a big enough man to see when he is right about weaknesses in my behaviour.
Even though we did not solve this problem, thank you for putting on the effort in trying to help me out.
I guess some times I just get too carried away with the creative process, so I tend to forget about the moral and ethical side of it.
I have great belief in BBpress, and I trust that it will have a bright future. So I´d rather wait and stick with BBpress, as I have it currently set up, and maybe some day a new poll plugin will surface. Good things comes to those who wait.
Oh I listen, I just dont agree with your views. That should be clear.
Whats not clear to me, is that you seem to ignore the fact that BBPress is a launched project for public use.
If its not useable, then it shouldnt be ready for download and use.
You call me angry and ignorant, which Im not. But thats exactly the way I see you. Only causing more trouble than resolutions. Im not gonna argue with you about all the details you are so unecesary listing up here.
Im quite fond of BBPress, perhaps respecting it way more than you do. I´ve written about it in several other forums, advertising how great it is. All you do is sit here and say its not ready for use.
Why would we want to redirect everything to WordPress, its bbPress’s dashboard which becomes unaccessible when we login from WordPress side?
If we would want to redirect everything to bbPress, then it could be avoided else the small glitch will continue.
Any thoughts?
Okay, I think I solved it myself.
The working code is as follows:
# BEGIN bbPress
#Options +MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
RewriteRule ^page/([0-9]+)/?$ /forum/index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum/forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /forum/forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ /forum/ [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /forum/topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /forum/topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ /forum/ [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /forum/tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /forum/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /forum/tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /forum/profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /forum/profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /forum/profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /forum/profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /forum/profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /forum/view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /forum/view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /forum/rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /forum/rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /forum/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /forum/rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /forum/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /forum/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ /forum/rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /forum/rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /forum/rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /forum/index.php [L]
</IfModule>
# END bbPress
As you can see, I commented the Options +MultiViews out and let the bbpress-generated .htaccess do the rest.
I was just lucky and experimenting with different .htaccess in this subfolder for hours.
Thanks anyway!
I say it’s not likely to happen becuase we only have 2 or 3 plugin developers left, and your requirements are very specific. We’ve seen from all the other plugins that you’re unhappy with about how you want something that fits your needs exactly, and you never say please or thank you. I told you days ago where you could get one, and you didn’t like it even though it does everything you said you wanted.
I’m not your enemy mate, everytime you ask for help i step up. You’ve still not thanked me for the code i sent last week to solve your issues you could have googles (they weren’t bbPress issues).
I dont think a simple chatbox is something thats specific to me and my needs alone. I think its a perfectly logical thing to make in context with the philisophy of BBPress.
Cool, then go make it
How can you say thats not likely to happen? Do you speak for absolutely everyone who makes, or will make a plugin in the future?
A simple no is enough. If there is no such plugin, fine, too bad for me.
I dont think a simple chatbox is something thats specific to me and my needs alone. I think its a perfectly logical thing to make in context with the philisophy of BBPress.
Yeah man, that’s far too specific a request for a bbPress plugin. You’re loking for something that fits your needs specifically. I’m really sorry, but that ain’t likely to happen. Why not send the users who want to chat about your chosen website subject to the WP-wall ?
Ok, i’m coding on my iPhone – expect errors.
function kjg_custom_feed_rewrite($wp_rewrite)
{
$feed_rules = array
(
‘forum/(.+)/(.+)’ => ‘/bbpress_folder/index.php?variable1=’ . $wp_rewrite->preg_index(1) . ‘&variable2=’ . $wp_rewrite->preg_index(2),
);
$wp_rewrite->rules = $feed_rules + $wp_rewrite->rules;
}
add_filter(‘generate_rewrite_rules’, ‘kjg_custom_feed_rewrite’);
function kjg_add_custom_page_variables( $public_query_vars )
{
$public_query_vars[] = ‘variable1’;
return $public_query_vars;
}
add_filter( ‘query_vars’, ‘kjg_add_custom_page_variables’ );
Basically, whenever you try and load “domain.com/forum” the .htaccess file would load wordpress. WordPress then hits it’s own htaccess rules (how it does permalinks etc), which it stores as an array you can manipulate and it then loads the page you tell it with the $_GET variables you can also maipulate. The thing is, WordPress does this AFTER it’s loaded it’s variables and plugins, but obviously before it’s done any form of outputting to the screen… so in theory you could just tell it to load the bbpress index instead, and as it’s already got wp-load.php processed, all of the user-ids/logins/permissions etc should be already generated – not to mention, you could call WP functions etc.
Basically, it’s deep integration but form the WordPress side rather than the bbpress side. There might be some BackPress function un-compatability (i can think of a few right now that would be iffy) – but it basically looking at the problem from a different viewpoint.
Instead of trying to bridge WordPress and bbpress, why not have WordPress load bbPress as a “plugin”, and then we could take advantage of plugins like WP-Role-manager and facebook connect etc.
Ok, my code may be very very wrong, give me a day to hack out something