Sorry, I’m confused – either it is or isn’t.
As the user logs on regularly to bbPress they enter their user name and their password.
I presume that these are compared with the values in the database to enable logon. Either the given password is md5()’d or the database value is unencrypted to make this comparison.
As I have tried md5(‘mypass’) and it does not produce the same value as in the database something fishy is going on.
Sorry, I’m confused – either it is or isn’t.
As the user logs on regularly to bbPress they enter their user name and their password.
I presume that these are compared with the values in the database to enable logon. Either the given password is md5()’d or the database value is unencrypted to make this comparison.
As I have tried md5(‘mypass’) and it does not produce the same value as in the database something fishy is going on.
To put it simply I need to unhash / decrypt the password to reveal the current password in the database.
I have found this topic http://bbpress.org/forums/topic/cant-administer-my-site#post-73724
which indicates the password is md5 encoded
However testing md5(‘mypass’) in mysql5 produces a value quite different from the ‘mypass’ used in the bbPress table.
I have exactly the same problem as egonen did.
I uploaded a theme to my-templates, went to Appearance->Themes and sure enough there was the theme but with the alt text instead of the screenshot image.
On loading the forum, the css is not loading even though the href for the stylesheet is “http://mysite.com/bbpress/my-templates/my-theme/style.css”
I changed the my-template permissions to 755 as suggested, but still no styles.
Anyone got any more clues about this?
cheers,
RP
Tried downloading the latest from Trac but I got the “invalid header” error. I don’t think I’m gonna bother asking for support about these things, so I’d rather wait for an official alpha release that’s got the bare basics put together. Great job though
I want to remove few fields from my bbpress registration and profile edit page example website and occupation. How can I remove that fields? (Important)
When I replace bbpress registration page with wordpress registration then after the log off from bbpress site bbpress still show user profile content. It means cookies not working fine.
If I use Facebook connect plugin with wordpress and if I use wordpress registration page both for WP and bbpress can user connect with facebook and comment on bbpress?
Thanks
Further down the line, are you planning the structure the urls?
Will be about for that chat… might not be able to do much code wise sadly, but I’ll see how things go.
Not in the plugin yet, and there is a ticket for this already regarding Forum Types.
(Some of this kind of display may be template specific since bbPress has always been more topic centric than forum/category centric.)
Thanks for checking it out though
Not in the plugin yet, and there is a ticket for this already regarding Forum Types.
(Some of this kind of display may be template specific since bbPress has always been more topic centric than forum/category centric.)
Thanks for checking it out though
Thanks Rich!
Closing this topic to prevent more cross posting and confusion.
I am using bbPress 1.1-alpha-2539.
There is a problem with the Post notification. I see that admins get a notification when they are subscribed but other members who marked the topic als favourite not.
Is this known?
Thanks in advance.
Try submitting a bug via Trac.
Try submitting a bug via Trac.
It has been clarified a lot of times. I take the most recent one:
https://bbpress.org/forums/topic/not-working-in-buddypress
It has been clarified a lot of times. I take the most recent one:
https://bbpress.org/forums/topic/not-working-in-buddypress
Hello, I tried integrating my website with BBpress today.
When I finaly completed the integration settings, I couldn’t log into my keymaster account on the forums anymore, it says the user doesn’t exist.
I reuploaded my old php config and bb config files from before the integration but it still doesn’t work.
Anyone know what to do?
Sorry, but I can not find the instructions for TwentyTen in the site.
The error I’m having is
Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15
The original page.php was
<?php get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>
:
:
</div><!– #content –>
</div><!– #container –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
And I changed it into this
<?php bb_get_header(); ?>
:
:
<?php bb_get_footer(); ?>
Did I something wrong?
Sorry, but I can not find the instructions for TwentyTen in the site.
The error I’m having is
Fatal error: Call to undefined function bb_get_header() in C:xampphtdocswordpresswp-contentthemestwentytenpage.php on line 15
The original page.php was
<?php get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>
:
:
</div><!– #content –>
</div><!– #container –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
And I changed it into this
<?php bb_get_header(); ?>
:
:
<?php bb_get_footer(); ?>
Did I something wrong?
first off all: … hi! 
i installed bb and now i try to use parts of it on other areas of my website (outside of bbpress). i still found out, that i can get a lot of informations when i include
require_once('/path/to/bbpress/bb-load.php');
i also found an “api-plugin”, but unfortunately it won’t work with the latest version of bb (1.xxx)
now i’am very interessed how you work width functions and plugins outside your bbpress-installation.
for example: i will have an contact-form. if the user fill out the form, he will automatically get a board account.
so i need to include the sign-in functions within the validation and stuff.
how would you do it…?
greets from hh/germany
Ignore this post the problem seems to have gone away. Sorry to have wasted anyones time.
Thanks.
Ignore this post the problem seems to have gone away. Sorry to have wasted anyones time.
Thanks.
I had bbPress up and running. I hadn’t managed to integrate it with WordPress but I wasn’t bothered about that. I’ve come to login to my bbPress account today but when I enter my user name and password it just does nothing. I get no incorrect password message or anything it just returns me to my main forum page and that’s it. Anyone got any ideas?
I know I can just re-install bbPress but that really is no solution. At the moment my forum only has posts from myself but if I had other posts and more users signed up I would be really pi*!ed about losing the data. Anyone with any help on what I can do would be much appreciated.