Skip to:
Content
Pages
Categories
Search
Top
Bottom

unhashing / decrypting passwords

Published on October 21st, 2010 by KentonMr

To put it simply I need to unhash / decrypt the password to reveal the current password in the database.

I have found this topic https://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.

Couldn't get Locale filter to work

Published on October 21st, 2010 by Ashish Kumar (Ashfame)

Don’t know what seems to be the problem.

I am trying to have a non-english language on the front side by keeping the admin panel in English only.

I defined the BB_LANG in config file and now I can’t get the filter to work.

add_filter('locale', 'bb_language_switcher_filter');

function bb_language_switcher_filter( $locale )
{
if ( bb_is_admin() )
$locale = 'en_US';
return $locale;
}

Even this doesn’t work

add_filter('locale', 'bb_language_switcher_filter');

function bb_language_switcher_filter( $locale )
{
$locale = 'en_US';
return $locale;
}

So I guess I am doing something wrong here.

The filter is in bb_get_locale() located at line 41 in bb-includes/functions.bb-l10n.php

bbpress registration fields changing and Facebook

Published on October 21st, 2010 by rohanzia

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

Post notification

Published on October 20th, 2010 by DKB

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.

Keymaster account gone

Published on October 20th, 2010 by Rixos

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?

Using bb in other parts of the website

Published on October 20th, 2010 by mt_hh

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

Can no longer log into bbPress

Published on October 20th, 2010 by SB_beginner

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.

[bbpress plugin] displaying subforums/subsubforums on the front forum index

Published on October 20th, 2010 by miruru

I’m currently testing the bbpress plugin with the trac version. It’s going great however, i’ve noticed that the front page only displays the main forums but not the subforums/subsubforums. For example:

MAIN FORUM 1

MAIN FORUM 2 etc.

Now within these forums I have subforums and subsubforums.

MAINFORUM 1

-Subforum

MAINFORUM 2

-Subforum

–subsubforum 1

–subsubforum 2

What is the code, if any, to allow the front page to display all the forums/subforums/subsubforums?

If there isn’t, i assume that I will have to wait until the trac version is updated, however any help would be most appreciated.

Basic newbie question

Published on October 19th, 2010 by aninja

version 1.02

default theme

no plugins

I notice the 1st line of login.php is:

<?php bb_get_header(); ?>

but when I click on http://www.mydomain.com/bb-login.php the register/lost password part of my header does not display at all. How can I get it to show?

Any help would be appreciated.

Thank you,

Can´t create a topic

Published on October 19th, 2010 by Frosty8o

Hi there,

I just have installed WordPress with Buddypress and then I installed bbPress (all latest versions). The Forum Tab shows up, but I can´t create a Topic and the Groups in the dropdown menu doesn´t show up. When i press “suimit” I´m on the frontpage of the forum? Why is that so?

Installation worked fine.

Please help!

Skip to toolbar