Just installed bbPress, and experiencing the exact same problem. Normal installation of WP 2.3 (latest version). No clue what might be wrong either.
Making another user KeyMaster works however. So as a workaround I’ve registered a “dummy” to use for this only. Awesome.
Edit: It turns out my “normal” account doesn’t have permission to edit tags either.
Hey all,
Trying to get bbpress and WPMU to work together. Using a subdomain install of WPMU. I can view the front page of my bbpress install just fine, but if I click any topic, I get a 404 showing in my wordpress theme.
Is this something I have to fix in the .htaccess?
Hi _ck_, I’m an associate of livwest who posted this. I’ve tried various things. I found the user metadata. The admin account has the keymaster specification and can get to the dashboard. But it cannot add a forum. I added the magic bits to my own account directly in MySQL and became a keymaster too. I show up in the list of keymasters. But I don’t have the right to change a forum either.
This is a wpmu and bbpress mashup. It all went fine at install. Where is the data controlling rights to add forums stored?
I’m still listed as a keyholder, but I’m wondering if perhaps the steps in this thread might fix the issue?
No Site Keymasters
Thoughts before I create a new handle and give it a try? Would it hurt anything?
i see the emoticons but cant click them ;_;
i tried making this but didnt work yet 
https://bbpress.org/forums/topic/emoticons-for-bbpress?replies=55#post-819
A quick solution is changing where is “kakumei” to “mytheme” on all files.
But hope a better solution, i tried that too and didnt work 
https://bbpress.org/forums/topic/theme-not-found-default-theme-applied?replies=8#post-4407
I installed on localhost. When i first try to change the theme it works, and them i have this message “Theme not found. Default theme applied.”, and can’t change anymore.
I looked to the link themes and they are wrong, pointing to
<br>
?theme=c:arquivosdeprogramaseasyphp1-8wwwwordpressbbpress/bb-templates/kakumeia/&_wpnonce=117154f828
how can i fix it and remove that ‘c:arquivosdeprogramaseasyphp1-8wwwwordpressbbpress’ part?????
This might be a role assignment issue and you might have to edit the mysql tables by hand in phpmyadmin to fix it…
added – or try this?
https://bbpress.org/forums/topic/no-site-keymasters?replies=6#post-909
Assuming you are actually talking about bbPress, the best solution I can think of is to make your cookies expire a long time in the future. Then you just need to login once for each user as long as the cookie is there. Anonymous posting doesn’t sound like a solution as you probably still want to know who owns which messages.
To set the cookies to expire after ten years, save this to a file called “_loginExpiry.php” in my-plugins:
<?php
function bb_login($login, $password) {
if ( $user = bb_check_login( $login, $password ) ) {
bb_cookie( bb_get_option( 'usercookie' ), $user->user_login, strtotime("+10 years") );
bb_cookie( bb_get_option( 'passcookie' ), md5( $user->user_pass ), strtotime("+10 years") );
do_action('bb_user_login', (int) $user->ID );
}
return $user;
}
?>
the right links
http://www.chrismise.com/blog
http://www.chrismise.com/blog/bbpress
Now i cant login to my blog too(but i solved changing the pass thought phpmyadmin o_O)
. Must have done something wrong.
$bb->wp_table_prefix = 'wp_'; // WordPress table prefix. Example: 'wp_';
$bb->wp_home = 'http://www.chrismise.com/blog'; // WordPress - Options->General: Blog address (URL) // Example: 'http://example.com'
$bb->wp_siteurl = 'http://www.chrismise.com/blog'; // WordPress - Options->General: WordPress address (URL) // Example: 'http://example.com'
/* Stop editing */
$bb->usercookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
$bb->passcookie = 'wordpressuser_2de49fc36f5359dc455c4965686f06d3';
$bb->cookiedomain = 'http://www.chrismise.com';
$bb->cookiepath = '/blog/';
Tell us about the install….what is your wp URL and bbPress URL? What do you have for the integration portion of your config.php?
Trent
A place all the code. but when i can login! When i use the right password to log on BBpress the page reload and nothing happens.
with the wrong pass i get the “Log in failed page”.
http://www.chrismise.com/blog
http://www.chrismise.com/blog/bbpres
Start off by editing config.php to see your wp installation and see if that works. It sometimes just does! Let us know if the cookies still don’t work after doing that!
Trent
What if someone within the company wants to pretend to be someone else and insult the manager on the forum? How would you authenticate who is who on the forum?
In any case what you probably want is the anonymous posting ability which I think a few people have tried hacking into bbPress with various success.
The new site to download the theme is carpinteriamx.com
Hello,
WordPress lets you install wordpress like so:
WordPress @ http://example.com/wordpress/
but maintain your blog at http://example.com/blog/
Currently, I have my bbpress like so: http://example.com/wordpress/bbpress/ so that I don’t have to worry about cookie issues… but I would like the forums to be accessible at http://example.com/forums/
How can I do this?
Thanks
The first and easiest is integrating the user base so that if you are logged into one, you are created and logged into the other! What are you hoping to find out and accomplish with integration?
Trent
That is so true! Thanks for pointing that out! I even wrote a blog post to remind others! Thanks _ck_!
Trent
Yeah, sorry for the delay. I think I fixed stuff last night – at least my error messages are gone – so I’ll upload a new version.
Here we go, use the download link at the very bottom to get it (or use the normal plugin page, once it’s updated).
Hello,
I need to make a special CD-version of some site that relies on bbPress (the rest is static).
Those snapshots have to be placed onto CDs (or DVD-ROMSs or usb keys, it’s to be decided)
so that http server and bbPress start directly off that read-only media. Web server with bbPress and DB server have to start off CD (or DVD) once CDROM is inserted into computer on Win and MacOS X. It seems that this special web server can be used for such task:
dvd web server
Have anybody done smth simliar with bbPress and CDROMs?
Did you know bbPress is officially one year old today?
Although it was in development since 2004,
the first public official release of bbPress was
on Saturday October 14th, 2006
(version 0.7.2, nickname”bix”)
You’ve come a long way baby! Many happy returns…
Broken for me: http://forum.novice2expert.com/forum/1
That one particular link dies, but everything else under /forum seems to work just fine. Where did that particular link come from? Aside from that not working, everything *seems* to be OK.
It looks like maybe forum 1 was deleted and forum 2 is what you want now?
http://forum.novice2expert.com/forum/2 redirects to http://forum.novice2expert.com/forum/general-discussion
2. http://forum.novice2expert.com/forum/general-discussion
3. http://forum.novice2expert.com/forum/feedback-and-suggestions
4. http://forum.novice2expert.com/forum/windows-vista
5. http://forum.novice2expert.com/forum/windows-xp
Looks like 1 is just gone now. Where did you get the link? Looks like before slug based permalinks were enabled as well.
I have been looking for how bbpress.org site integrates bbpress and wordpress? so far no luck…any help will be super….
Hi guys,
I have no idea what caused this; I haven’t changed a thing since the last time I accessed my bbPress forum.
The link to my forum can be accessed here: N2E Forum. And the problem is that whenever I attempt to access any URL whatsoever I am presented with a rather unpleasant bbPress error message stating “Forum not found” (example) .
Like I say, I haven’t changed a single thing and am absolutely baffled. I had a go at fixing this myself but this is totally beyond me.
Please let me know if you need any details at all. I appreciate any and all help.
Kind regards,
Steve