Published on December 14th, 2009 by Navin
Last night and this morning and the whole day, I’ve been busy trying to figure out where new users where going.
After the integration I noticed that all users where showing ‘anonymous’, I did some reading and I discovered that it was possible that it wasn’t reading the appropiate database.
But I checked and checked, and I know that it IS reading the appropiate database, since the admin account is ONLY available in the wp_users table. I have been able to login with it, in both my bbpress area and my wp area.
My existing accounts, I couldn’t login with that. I kept getting User does not exist.
I created new accounts to see where those went. I couldn’t find them.
I just realized that the new accounts, they replaced random old accounts. But just the USER_NICENAME in the forum, if I check my database, I still the original name corresponding the account ID.
To summarize it:
Integrated wp + bbpress. It was an existing bbpress website.
Integrating went kind of OK. after the integration, I noticed its not reading the users, hence the ‘user does not exist’, all users are showing anonymous.
I really really would love it, if someone could help me out 
Anyone?
Published on December 14th, 2009 by citizenkeith
I posted this in the bbPress Attachments thread, but thought it would get a little more exposure here….
I have a small community of musicians who are collaborating on music. We decided to start using bbPress Attachments to share Torrent files. This way, we can use Bit Torrent to share large WAV files (40-100MB each).
I would love to be able to extend this plugin to display the contents of the torrent file. As it is, one person might share multiple files in one upload and we need a way to navigate the torrents. Since there are ten of us sharing files, you can imagine that it is getting confusing. You have to download every torrent just to find one file.
I realize _ck_ isn’t working on bbPress Attachments anymore, but am hoping somebody in the community has the ability to add this functionality. I suppose one could even re-use code from bbPress Attachments to write “bbPress Torrent” or something…
I found some php scripts that will parse torrent data, but I’m no programmer.
Published on December 14th, 2009 by
Hi all
Does somebody know how to highlight a search result?. So if i searched on Mac, the word Mac would be highlighted in some color to stand out. I know there is a plugin, but it is outdated, and i would prefer a “simple” hack
Thanks
Michael
Published on December 14th, 2009 by radovanx
I lost my password for admin bbpress in local = mail dont working I serch in database but i dont trouve…where is this ? thank
Published on December 14th, 2009 by windyjonas
I had problems with the “search in forum” feature. The “select” input control is displayed, but it seems as if the value i choose isn’t used by the code.
When I press submit, this is he URL that is sent to the web server:
http://my.hostname.com/forum/search.php?search=nisse&forum-id=2
In this example, the forum restriction does not take effect.
However,
if i manually change the URL to:
http://my.hostname.com/forum/search.php?search=nisse&forum_id=2 (note the underscore; forum_id)
then it works!
I can track it down to the file:
/bb-includes/class.bb-query.php
and this code:
if ( $forum ) {
$r .= "t<div><label for="forum-id">" . __('Forum') . "</label>n";
$r .= "tt<div>" . bb_get_forum_dropdown( array( 'selected' => $q_forum_id, 'none' => __('Any'), 'id' => 'forum-id
' ) ) . "</div>n";
$r .= "t</div>nn";
}
Changing forum-id to forum_id here fixes the problem, but I would prefer not to tamper with core files.
Published on December 14th, 2009 by Steven Hodson
is there the ability to use the WP type INCLUDE in bbPress in order to include an custom php file? What I want to do is take the repeating “sidebar” code into a separate file so I don’t have to update all the files that include the sidebar code
Published on December 14th, 2009 by zengyike
in bb_post table there is lots of test post not been deleted,
i searched forum but i have no solve plan
Published on December 14th, 2009 by jurasiks
At my project i use bbpress as simple CMS with comment system. And bbpress works great.
I create custom pages:
1) make files [custom_page_name].php with:
<?php
require(‘./bb-load.php’);
bb_repermalink();
bb_load_template( ‘intro.php’ );
?>
and place it to root folder
2) making [custom_page_name].php with
<?php bb_get_header(); ?>
…some content…
<?php bb_get_footer(); ?>
and placing it to template folder
How to make uniq title (which search bots loves) for custom pages?
Thank you.
Published on December 13th, 2009 by
Hello,
I integrated wordpress Version 2.8.6 with bbpress Version 1.0.2
My user table is correctly shared, couse i can login on both.
When I switch from wordpress to bbpress, I am nog logged in, if i log in on bbpress i get logged out on wordpress.
Does any one know what i did wrong ?
Published on December 12th, 2009 by bb-lover
Dear Developers………. 
Recently I’ve used bbpages plugin .. it works fine… but I need one thing… the bbpages plugin’s editor just accept html code… so i want to execute php code .. .how it possible?… i want to include
<?php include(“filename.php”); ?>
in the editor but it does not accept php code… plz guide me how can I execute my php code in this editor … love you all