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
Scrivs, could you tell me where to track your stats?
I can’t seem to find them.
You’re in the top1000 but I have no way of quantifying you otherwise. You can email me directly at bbpress.showcase -=at=- gmail.com if there is a private page/data I can use.
The plugin you uploaded to /my-plugins/ is really only the one for WordPress! Akismet is built into bbPress is activated by you putting your Akismet API key into your config.php. If you edit that file, you will see the space to put it in! You can remove the plugin as you need not upload or install anything else….just edit config.php
Trent
Combined profiles don’t work, but at least it uses the user database just as it should.
It also syncs the cookies if you do it right, so single sign on works too.
Nothing jumps out at me, but there are ‘gravatar’ and ‘mybloglog’ plugins that use more ‘global’ avatars versus and internal system. As for profiles, there isn’t anything to use a combined profile, that I know of….
Trent