ok – i’m the keymaster. the username is for example AndyBB.
if i put the var’s to the right thing:
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://www.XYZ.de’; //
$bb->wp_siteurl = ‘http://www.XYZ.de’; //
i use the folowing plugin in wp:
bbPress Integration 0.74 -> Michael Adams.
Synchronizes registrations on your bbPress installation with your WordPress blog
in bb:
WordPress Integration 0.7 -> Tightly integrates user accounts between WordPress and bbPress
if i now login into wp, i can use my forum with the same username as i login and this user stands in wp userdatabase NOT in bbpress users.
if i log out, use AndyBB + password – can’t login !!!
if i delete the var’s in config.php, i can login! i see the little admin link.
so – i make a misstake. but i don’t know what it’s wrong.
About time I chime in here. There is a plugin by Louisdale called Avatar Upload that allows users to upload their own avatar and save it on the server. I have been meaning to pick that plugin apart as to use the “uploading” code in another plugin.
I am sure that if you understand a bit of code you can pick out that portion of the plugin and use it with the current “allow images” plugin. I might have time later to look at it, but if someone wants a place to start, that might be it!
Trent
You Guys can have such a limited sense of humor… 
Sorry, I started a new topic for this, which I should’ve done from the beginning…
(fel64: I simply want to allow forum users to have the option of uploading images and then displaying those images in a post.)
Seeking a simple solution that allows logged in users to upload and include images in their posts.
All I’ve come up with is the Allow Images plugin, which adds a button to the editing form that helps paste an IMG tag so you can link to an external image.
I was told in another thread that it’s far from trivial to create a file attachments plugin for bbPress: “A major problem right now is lack of per-post metadata. Even if that were present, this would not be a trivial task.” I’m not sure of the terminology here, but if “attachment” means embedding an image in a post, that’s what I want to do.
ImageShack was suggested, a web service that lets people upload images which they serve for free. You can embed their upload form in your site, upload, then grab the preformatted image URL and paste it into your bbPress post. This kinda works, but it’s distracting because you get an ImageShack mini-ad, and have to go to their site to copy the link (cool service, though)…
I thought of trying a simple uploader script that would upload files completely outside of bbPress and present the URL for cutting and pasting into the post. Kinda like the ImageShack procedure minus…ImageShack. Dunno, this is probably beyond me, though I may try with a canned script…
I’m using 2.3.1 integrated with 0.8.3 via bbSync and WordPress integration. It works great!
Any ideas?
(I noticed that Allow Images is the #1 most downloaded plugin, 7x more popular than #2, WordPress Integration, so I imagine the MASSES are craving simple image upload… 
Thanks!
I have this weird issue. I have enabled permalink in my config.php. Initially I had the .htaccess with option +multiview in the /bbpress folder. Then I read that it would be good to have just one .htaccess in the wordpress folder. I did this and also tried to have the other option as documented in the site (using a generated list as content for .htaccess).
Permalinks worked when I am not logged in. The moment I log in as admin, I see the address is of the form ?/topic=1 etc.
I try clearing cookies, tried to delete the whole forum but still am able to reproduce the issue.
What am I doing wrong?
Are you using any custom role plugins with WordPress or anything that changes the display name? I think those things mess with the integrated logins.
Your setup is fine. The URLs are supposed to be the same in config.php. And once you have it working you can log in in WordPress and still be logged in in bbPress. It’s just an issue of getting it right.
Check this thread, especially the post from sambauers.
https://bbpress.org/forums/topic/agregar-nueva-categoria-de-temas?replies=12
As far as multiple forums, one for each city, I think that would be possible and the user could stay logged in across forums assuming the cookies are correct.
I think what he might be looking to achieve is something like this setup where the forums are broken up:
http://floridastate.rivals.com/forum.asp
He is looking for groups of forums that have a heading such as “Chicago” where “Chicago” is not a forum but just a heading.
At least that is my guess. I would also like to be able to do this if anyone knows how with bbpress.
OK… Through some searching through the forums… I found this:
Usernames with spaces do not work
And it seems to work. Does not allow for special characters, for example, Dr. Nobody (the period doesn’t go through)…
One step closer, now… Thanks for all the help.
I’m using K2 for bbPress. I’ve moved things around a bit, but I don’t think I deleted anything.
I just tried with Kakumei and it’s the same behavior.
I also tried it with different posts in different forums, and multiple stuck posts. It’s consistent: stick to front and the topic remains counted in the counts column, but does not display in the individual forum topic list.
I think you will be redirected from bb-admin if you’re not logged in or if you’re logged in as someone other than keymaster. Can you take a screenshot showing who you’re logged in as?
Sounds like you don’t have a link to Admin either. That makes me think you’re not the keymaster. Can you confirm with direct access to the database that you are in fact the key master? I think that’s the source of your problem.
There was also a plugin that I thought could do this. Are you using any plugins? I would tell you to disable them one by one, but since you can’t access the admin section, that would be hard. I think right now you are going to need direct access to your database tables with a tool like phpMyAdmin or whatever your host provides.
Regarding the WordPress error, that’s a WordPress issue and I think you will find help over at the WordPress forums, for example:
https://wordpress.org/support/topic/134771
(From the looks of it, there is no more post2cat table in WP 2.3, but not all the plugins have caught up, so some of them are causing this error. Or possibly you just need to upgrade the database schema to match your WordPress installation? In either case, that’s a WordPress issue and totally unrelated to bbPress.)
Does this help:
https://bbpress.org/forums/topic/spaces-in-login?replies=6#post-5180
There is a link to an old plugin (for v 0.74) that made spaces work. Not sure if that still works. But the thread talks about your problem exactly.
I’m integrated on http://www.rabies-ls.com – though I think I’m a bit late for your weekend conference!
Yes, I need an image uploader/file attachment thingie as well.
It’s the usual: I’d write one…if I could.
Is there something inherent in the current (0.8.3) bbPress set-up (plugin API, or whatever) that makes creating an uploader particularly difficult? It seems to me that anyone with Some Skills could whip one up in…minutes?!
Thanks!
so – tested a lot.
my blog has now an error:
WordPress database error: [Table ‘summerdb.wp_post2cat’ doesn’t exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(posts.post_date_gmt)) + ‘1’ AS last_post_date, UNIX_TIMESTAMP(max(posts.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts posts ON p2c.post_id=posts.id WHERE 1 = 1 AND posts.post_type = ‘post’ AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2007-11-18 15:26:18’ GROUP BY p2c.category_id ORDER BY numposts DESC
if i try to login in bb-admin like: http://www.summer-breeze-fanatics.de/forum/bb-admin/admin-base.php
i was redirectet to http://www.summer-breeze-fanatics.de/forum/
i can login with all my users from wordpress into bbpress.
i have all things done that was sayed in zhe docu and in this forum.
in my config.php under bbpress and in the wp-config.php.
but it doesn’t work very well and i don’t know how to figure out what i do wrong.
anyone has a tip or a little workaround?
thanks
Andy
The “No input file specified” error is because you are using pretty urls. Are you using GoDaddy as your host? Because I was having that problem with them too even though my pretty urls worked with wp they did not work with bbpress. I transferred to another host and everything was better.
OK… I’m trying to integrate bbpress (whatever the current version as of 11/17/07 is) with wordpress, hosted on my site.
It’s a train wreck.
In no particular order, but all of equal importance…
bbpress recognizes all the usernames from wp, however my admin account doesn’t give me access to anything. When it was first installed I was able to log in with admin and the random password and get to the dashboard.
Actions are all met with “No Input File Specified”. In other words, Can’t read posts, can’t read can’t enter forums, can’t view profile.
I saw the plugins to integrate, and downloaded the WP plugin, which says is activated (although I’m not sure how to edit it appropriately with the prefixes), and apparently there’s a plugin for bbpress but I can only find the “trac” version of it, not the original, and anyway can’t get to the dashboard to do anything with it. When I could, the trac version didn’t show up, even though I had uploaded that to the my-plugins directory as instructed in the integrating section…
Here’s the url for the WP site and the bbpress site…
wp: http://www.seekgoddaily.com
bbp: http://www.seekgoddaily.com/bbpress/
Does anyone have time to help me out?
I run a forum where people share advice, much like bbpress. Most posts are started by someone asking a question, so bbratings is not much help.
It would help a lot if people could use a feature like bbratings to rate responses to the post, rather than the post itself. That way others who come along could see the best advice.
Is this possible with bbratings, or does someone else have any ideas? (Warning, I’m kind of a noob.)
Ok…Success!
So, first of all, thank you for all of your help.
I guess what I was doing wrong was creating a sub-directory called “forum” and then uploading the bbpress folder into that. I think that changed the address when it tried to access the files. For instance, rather than being http://www.my_site.com/forums it ended up being http://www.my_site.com/forums/bbpress. My guess is it couldn’t find it.
So, what I did was, and I’m sure everyone reading this is thinking “Duh” was to create a sub-directory named forum so the address would be http://www.my_site.com/forum and then upload the bbpress “files” not the folder their housed in. Worked like a charm and even the sign-in page for step 1 looked like a WP sign-in sheet.
Thanks again for you help. I’m done for the night, but I’m sure I’ll be back soon as I try to set this thing up. Have a great night.
Whatever file your wp-config.php is in is where you normally want your bbpress folder. That would give you one of two things:
http://www.site.com/ (where this is actually WordPress for your site)
http://www.site.com/bbpress (bbPress forum)
OR
http://www.site.com/ (website)
http://www.site.com/wordpress (WordPress blog)
http://www.site.com/wordpress/bbpress (bbPress forum)
Lots of people use WordPress alone for their website. If you are using it for your site, and your site is at http://www.site.com, and you want bbpress in a folder called bbpress, then drop the bbpress folder into the root folder for your site (wherever wp-config.php is.)
IF you don’t need integration, and you have a website, a blog (WordPress) and want a forum (bbPress) just put the bbpress folder at the same level as the wordpress folder. So you would have this:
http://www.site.com/
http://www.site.com/wordpress/
http://www.site.com/bbpress/
If you are not concerned with integration, and you have a website AND a WordPress install, then I would do the option directly above (with bbpress and wordpress directories at the same level.)
Hope that makes sense.
_ck_’s “bbpress topic limit” plugin seems to screw with the count for this plugin – I get 9 pages for topics which only have 3, and other weird calculation errors – anyone know of a fix?
Well, guess what? I just went and deleted all of the bbpress database tables and deleted the forums sub-directory.
I’m going to do a fresh install. I think I should have installed bbPress inside the WP subdirectory and I think you and I have discussed this before.
But, I’m an idiot today I guess. So, if you don’t mind, this time when I install I should ftp bbPress to wordpress correct? WP is the main page (top level domain).
So the url would be what? http://www.my_site.com/wordpress/bbpress?
Or, am I totally off base here. Once again, I’m hosted by Yahoo and cannot make a .htaccess file and I will leave my mod_rewrite = false if that makes a difference.
BTW, I’m not going to register users on the main site, so there’s no need to integrate WP with bbPress.
Thanks
A URL to your site would help with some of these problems.
If your website is at http://www.my_site.com/, whatever folder beneath that level where you installed bbPress is the URL you should list in your config. So if you installed it in /forums/bbpress then yes, that is that is what would be in your config.
Normally, you would use a subfolder right inside your website root folder. So, when you unzip bbPress, it creates a bbpress folder. You can rename that to forums if you want to access your site at http://www.my_site.com/forums/ – if you put that bbpress folder inside the forums folder, then the URL is going to be http://www.my_site.com/forums/bbpress .
It’s not located at http://bluejavamug.com/bbpress/bb-admin/ ?
Are you sure all the folders and files made it up there on upload?
Do you have an .htaccess file that might be rewriting it in a bad way?
If you login as the keymaster, is there a link that says (Admin | Log out)
after your name where Admin is a link to the admin panel?
Maybe you’re not logged in as the keymaster?