http://wordpress.elfden.co.uk/forum/
Although the reply box appears for guests, guests can’t post. So I’ve enabled registration.
please be aware that I may remove all users at any time.
hey guys,
is it possible to just display the #main div on my bbpress website if users looged in? i don’t want to simply hide it with css, because i’m able to do that.
however i thought of something like starting in the header with:
<?php if ( bb_is_user_logged_in() ) : ?>
<div id=”main”>
….
and ending in the footer
</div> <!– #main –>
<?php endif; ?>
however, i’m always getting an error. any idea how i can solve that problem?
i just want to display the login form and the register-link if users are logged out, nothing else, not even stuff in the footer – no header image, nothing at all.
thank you for your help!
I do have a test version online, I’ll update it to the latest version sometime over the weekend.
It would be great if JJJ and team could start a test site where the latest plug-in version was installed. It would make it easier for this group to pound on it and help bug test the code.
Absolutely! I’m quite uneasy around all of these development versions, but I would really like to lend a hand by testing whatever I can.
In a way, this is not the kind of forum, people are used too. But I give it a try
It’s not really at that stage yet. personally I prefer to test locally.
Anyone has a demo of the plugin running in a website…
It would be great if JJJ and team could start a test site where the latest plug-in version was installed. It would make it easier for this group to pound on it and help bug test the code.
Thanks!
It’s unfinished code basically. I started making it a template file and then decided to make it a template part to make it work right away and never cleaned up the mess.
dudd: but when i add new page with the template “bbpress- New topic” it do not work and show nothing !
Rich Pedley: Yeah I haven’t figured out why that is available either, hopefully JJJ will enlighten us.
While I was playing with bbPress on my local install the other day, I half looked into the problem, and going from memory we’re missing a form-bbp_post.php file I think? That, or get_template_part( 'form', 'bbp_post' ); in page-bbp_form.php should read something different, but I’m going by the first thing I said! 
Update: Opened #1352 on Trac!
A user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm
Which shows the bbPress default theme :S
A user’s private messages: http://www.fire-sprinkler.co.uk/forum/?pm
Which shows the bbPress default theme :S
Yeah I haven’t figured out why that is available either, hopefully JJJ will enlighten us.
when i add new page with the template “bbPress – Forum Index” it work and show the list of forums …
but when i add new page with the template “bbpress- New topic” it do not work and show nothing !
Hi. I am setting up integration with Word Press. On the integration page in the bbPress admin, it says:
This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.
“in this word press page” links to :
[wordpress folder]/[bbpressfolder]/bb-admin/options-wordpress.php#
but there is no “auth_salt” anywhere on this page.
One thing i notice is that it says the option is in my wordpress site, but the page it takes me to is part of bbPress.
Is this theme still available for download somewhere? The links seem to be dead. It’s a great looking theme…
Thanks!
I need something like «bbPress post» plugin. But only for «Discuss» link on every post in my wordpress blog. Link must create topic for discuss. First post in bbpress topic must be content from post in wordpress blog where link was clicked.
Looks like «bbPress post» is not available by now – http://bbpress.org/forums/topic/bbpress-post-003
Sorry for my bad english
We updated from 0.9.0.2 to 1.0.2 bechet. Tags worked fine before the update occured. We do have a custom theme installed and tags worked fine with it installed before the update.
Just reverted to the default theme, and tags are not deleting.
Can you give more detail into what you mean by changes modifying core bbpress files? please and thanks 
Thank you for helping me out so far, and providing tips on how to get better support. I apologize that I’m testy. I’ll be more patient.
We updated from 0.9.0.2 to 1.0.2 bechet. Tags worked fine before the update occured. We do have a custom theme installed and tags worked fine with it installed before the update.
Just reverted to the default theme, and tags are not deleting.
Can you give more detail into what you mean by changes modifying core bbpress files? please and thanks 
Thank you for helping me out so far, and providing tips on how to get better support. I apologize that I’m testy. I’ll be more patient.
ok, found the reason. for everyone asking the same quesion:
of course you have to change the forum url in the general settings.
ok, found the reason. for everyone asking the same quesion:
of course you have to change the forum url in the general settings.
Hi. My site has bbpress integrated into wordpress. I’ve added bbpm plugin so that private messaging is enabled in the forum section. Trouble is recipients can’t read their received PM’s because they are not displayed in wordpress admin.
http://www.fire-sprinkler.co.uk.
Anyone know of a solution or workaround?
hey guys,
i’m completely new to bbpress but i really like it.
i have two little problems i need to solve and than i’m good to go.
is it possible that bbpress isn’t quite working with subdomains?
i created a subdomain on my server
myforum.mydomain.com -> links to -> mydomain.com/myforum
however as soon as i call my subdomain in the browser almost everything works except that i get the “Page not found!” page that comes with bbpress.
do you guys have an idea how i could fix that. the normal mydomain.com/myforum works perfect.
thank you and regards
sepp
Th bbPress plugin will actually help make this happen, possibly by way of using WordPress multisite and letting each site/network have their own bbPress setup.
If you wanted to use existing bbPress stand alone, I’m not sure where the channels code is to see if it’s available to share. Will see what I can did out.