This solution for integration worked for me!
Using:
WPMU 2.7
BBpress 1 alpha 6
buddpress 1 rc1
Netcomp, looks like I owe you a beer!
K
Hi: is it possible to insert images into posts in bbPress? I am looking at the post create & edit screen, it seems to only have plain text.
Have you tried dumping all the cookies to be sure there is nothing left over fouling things up?
HParticipant
…and just for your information; I’ve changed the script so that it looks for ID == 3 instead of ID == 1.
HParticipant
Hm, it still doesn’t work. I have even cheched in the database, and my user has
meta_value: a:1:{s:9:”keymaster”;b:1;}
meta_key: bbpress_capabilities
Just as it’s supposed to.
Even so, I don’t get the admin link when I’m logged in. And I’ve tried to use the plugin which you linked to.
2. You might want to allow the user to just pick their own password when they create the account:
https://bbpress.org/plugins/topic/instant-password/#post-2181
Otherwise, they can just log in, go to their profile, click edit, then change the password. No plugin required; it’s built in.
1. Are you having any other issues with the forum? It almost sounds like the URL permalinks are not working. Can you post a link to your forum? If not, why worry about the duplicate account? Just never use it and no one will ever know.
No, i’m not the owner nor the original developer, i just made a few modifications i needed for my users and released it some time ago.
Did anyone can help me to resolve this problem.
I suspect that the problem is in cookies, because the problem appears in two days, after user is registered on forum.
Now I installed __ck__ plugin “Year Long Cookies – Remember Me”, but this is not resolve my problem.
I can not tell to all my users what browser they must to use. Only one reason to use bbPress is integration with WordPress database.
Did anyone develop the stable version of bbPress?
Sorry for my bad English, and for emotions.
https://bbpress.org/plugins/topic/fix-admin-access/
You would need to change the ID to 3 in your case I believe.
Thanks for the compliment!
Of course
If you have experience with WordPress theming, it’s even easier. Took me a couple hours to make my forum match my site.
HParticipant
I see now in the script that it checks
if ($user_type == USER_FOUNDER)
However, according to the table, USER_FOUNDER is not a user type. User Type is set with IDs. My user type is for instance 3…
HParticipant
I have converted my forum now, without any major problems.
However, my user account isn’t set to Keymaster… That’s a problem for me now, as I would like to do some admin changes.
Can anybody help me?
@helgetry: What problem are you having?
HParticipant
Is it possible to do a fix for this? I just can’t go through the whole DB to change all the special characters.
thanks will download shortly
so the themes can be tailored to match my existing web site?
Sure, I use it with it today. You just add it to your theme where you want it.
You can manually mark spam posts with my “Mass Edit” plugin.
https://bbpress.org/plugins/topic/mass-edit/
There are two email notification plugins available, one is the “post notification”
https://bbpress.org/plugins/topic/post-notification/
https://bbpress.org/plugins/topic/auto-add-favorites/
and the other is my “subscribe to topics” (which is not robust yet).
Sweet! Thanks for the recommendations, ck! I think I actually found mass edit at some point and downloaded it somewhere to my desktop. Unfortunately I have hundreds of files all over my desktop and I forgot what it was called. Post notification I’m using; I think I modified it at some point to not send on your own posts.
Hey detective, are you the owner of the pm plugin? It would be great to get independent enhancements bundled into the one plugin in the repository!
I am looking around at foum software.
My main priorities are:
Must be able to use adsense with it
Must be highly customisable
Can adsense be used with bbpress?
Thanks
Also, thanks for the welcome, ck! I do more theme customizations for WP but usually do it all the quick and dirty way, cramming things into function.php file rather than packaging it up nicely, and I often just hack features into other plugins to get it all working the way I want. Right now as far as bbPress is concerned on my to-do list is to find a good solution for manually marking spam posts, work email notification into the pm plugin, and set up the post notification to send email by default. Just haven’t had time to look into all that yet… if there are any existing solutions/patches, please let me know! Otherwise I’ll probably look into it at some point and contribute what I can (if anyone else is interested).
Great! I was going to work on that in a few weeks
First post updated to reflect the two new plugins available to allow WP 2.6, 2.7 or 2.8 to work with bbPress 0.9
You can manually mark spam posts with my “Mass Edit” plugin.
https://bbpress.org/plugins/topic/mass-edit/
There are two email notification plugins available, one is the “post notification”
https://bbpress.org/plugins/topic/post-notification/
https://bbpress.org/plugins/topic/auto-add-favorites/
and the other is my “subscribe to topics” (which is not robust yet).
That’s a really sweet design!
I just wanted to share the experience I have gathered while working, designing and pushing bbPress so as to not look like a generic bbPress instance. My latest work are these forums (the rest of the site is WordPress), and if you have the time please consider registering to be able to play a bit with the design from a member-perspective (enjoyed better in Safari). I would appreciate your feedback.
I am really captivated by the possibilities bbPress offers; but I also feel the obscurity of these possibilities are somehow hindering proper development in the design department. The lack of a proper and exhaustive codex, readable for theme authors —without having to dig into core files—, remains as the biggest obstacle. I am all for contributing, should it be possible, in this way or another.