Kevin John – I wasn’t aware that you could use an if statement like that on wordpress. Good to know for future.
I hope I am not stealing anyone’s thunder, but I am soon to be releasing Twenty Ten for bbPress. Before I do, I would like some feedback. It has a new experimental layout, but I think it works well.
Here is the live demo:
http://bbterminal.net/bbpress/
This is what it looks like when logged in:
http://bbterminal.net/images/twentyten-loggedin.png
I am looking for positive and negative feedback.
Thanks
To switch over to Buddypress would be hard wouldn’t it, or does bbpress have an import/export into for all my members and posts into it?
I tested, but it’s not working friend: http://www.escoladinheiro.com/forums/
I really need to remove that blog title on the forums so i can lauch it
Yes, Mike and I are both working on the theme.
As we find bugs, we’re fixing them. Some of them are not as simple as they may seem. With respect, this is an iterative project. We rolled it out to get things going.
As Jeff Veen says, “If you’re not embarrassed when you ship your product, you waited too long.” I’d say this was a milestone for bbPress and will be perfected along the way.
bbPress.org is running trunk, however it is not automatically updating. Any errors with the homepage must have been server and/or cache related.
All of your notes and reports are more than appreciated. Thank you all!
Kevin, can you adjust that code for mine?
i’m using this one:
<title>
<?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?>
<?php if( function_exists(‘bb_title’)) { bb_title(); } ?>
</title>
by “BP” do you mean BuddyPress?
I’m afraid if you have BuddyPress on your website, bbPress won’t work at all. Sadly this is not something that the Buddypress folks make clear (which is a shame cos everything else they do is awesome).
The “bbPress” that is used with “BuddyPress” is so heavily hacked and modified it’s unreal, and it’s not even remotely the same product. It just shares some front end functionality. I’ve no real idea why keeping the name was insisted on; because it just confuses good people like yourself, who then come here only to be told that bluntyl, we can’t help.
I’m afraid youhave to take this to the BuddyPress forums.
Sorry and Good Luck
Akismet is not great on forums, it catches alot of legitamite posts and marks them as spam. That said, it also catches a good percentage of the spam too.
On one of my forums, 100+ spammer registrations a day is about the norm. One of WordPress and bbPress’s plus sides is it’s easy to register, so there’s alot of automated bots out there.
Not having Akismet activated with the amount of registrations / traffic you’re recieving is probably a bad idea.
Phpbb has a feature where you have to approve a member’s registration before they become members
Thats not built into the core, infact very few moderation abilities are; but I’m sure there’s plugins to enact such functionality. Zaerl had something like that I belive.
I am using WordPress MU, the Buddypress Magazine theme
bbpress is not built to, and does not play well with WPMU.
If you’re using WPMU, I strongly strongly advice BuddyPress instead of bbPress.
They are somewhat integrated
We probably need somewhat more information
As long as you’re ok with me writing this without testing:
<title>
<?php bloginfo('name'); ?>
<?php
if( function_exists('bb_title'))
{
bb_title();
} else {
wp_title();
}
?>
</title>
Hello, I’m a little frustrated. I have installed the BP plugin for WP and it is wonderful but the fact that Forums are tied to groups and their use is very limited compared to a standalone installation is “crappy” to say the least.
After trying out the new bbPress installation and not liking it at all, I decided to uninstall it by deleting all of its files from the directory and drop all the bp_bb_ database tables. I now have a new problem:
I downloaded bbPress to set up a standalone install and integrate it to WP. When I install it and follow the directions, everything gets installed properly, including new database “bb_” tables, but I am redirected to login at “wp-content/plugins/buddypress/bp-forums/bbpress/bb-login.php” instead of “forum/bb-login.php.” I can go to mysite.com/forum and I’ll see the login fields on the top of the page and a “Page not found! I’m sorry, but there is nothing at this URL.” error. When I log in I am taken to “mysite.com/wp-content/plugins/buddypress/bp-forums/bbpress/bb-login.php” with a very much BLANK page.
I assume this is a config.php error but I’m all out of ideas. Help :’( Thank you
Wow, why is this happening? Do any of you have the same problem? Phpbb has a feature where you have to approve a member’s registration before they become members. Does Bbpress have something similar?
Also, my akismet is not activated. I am using WordPress MU, the Buddypress Magazine theme. They are somewhat integrated. However, when a user signs up via the bbpress forums and not on the main page of the website which is WPMU, that user will not show up in dashboard of the WPMU, only the bbpress listing of users.
If I activate Akismet, will I kill my site?
-j
Hi Kevin, i added your recomendation but there’s one small problem. Now, the bbpress is calling both titles: from the blog and from the forums as you can see here: http://www.escoladinheiro.com/forums/
How can i say that i want it to exclude the blog one?
So here’s my thing:
– Is anyone working on the theme?
– If so, who?
– Can we get some form of notification when there’s been a theme update/bug-fix?
– How often is this site getting updates from the SVN?
– What software is running the static pages? (wordPress or hacked bbPress)
I ask this because I’m never sure if something is a bug from the nightly build, a theme bug, or a bug from (what appears to be) the hacked pages from bbPress.
If we take the HomePage as an example, and seriously “the homepage is broken” should be setting alarm bells off somewhere in Automattic; i’m not sure if this is down to someone trying to fix the theme, or a nightly build error, or compatability, or just not testing or what?
With respect, the theme roll out was half-assed and for the most part untested. I’m not fussed about the font-size issue; but once again the management issue behind it. Who thought it would be a good idea to take an untested 9 month old design/theme and put it onto live enviroment with ever changing software base (nightly builds) and then not test it??
*sigh* and I was trying so hard not to complain
Hi Paulo,
This is one of the main issues with bbPress and WordPress. Here is a quick and dirty fix which should solve your specific issue:
<?php if( function_exists('bb_title')) { bb_title(); } ?>
Put this in your WordPress header theme next to the closing title tag like this:
<title>
// WordPress code
<?php bloginfo('name'); ?>
<?php wp_title(); ?
// but this line after the existing WordPress code
<?php if( function_exists('bb_title')) { bb_title(); } ?>
</title>
Realistically though, in the long term, duplicating the themes in bbpress and WordPress is the best way forward.
=============
Additionally,
On your WordPress pages there’s a popup delivered from “MaxBlogPress”, that is running an annoying little script that messes with browsers. It keeps moving further down the page, so that when you hit the bottom of the page it keeps making it longer and longer and longer etc. Apart from being annoying, it made it look like your site had been hacked. I hope thats not the case Bro, but if it is, you can go looking for it in your code.
It doesn’t appear on the bbPress pages, only WordPress pages.
Hi Kevin, the problem is my header and footer are running a lot of custom codes for grabbing my subscribers and twitter counters for example. This information is grabbed from WordPress plugins that connect on Feedburner and Twitter API’s. I have also the problem that the blog uses a 960 grid system for the layout. I’m really unsure how to move the header and footer to my bbpress folder without crashing everything
Paulo – I really think the best thing for you to do is to copy the header and footer design from your main blog to your bbpress design.
This will stop problems like this. bbPress integrates with WordPress well from a member point of view, however the design aspect of it is still separate.
It honestly shouldn’t take you longer than 30 minutes to copy the design over. Give me a buzz if you are unsure.
Homepage returns a 404 page.
has written a Thesis port for bbPress?
Thanks.
Its active. I’ll delete the video posts. I guess I will have to pass on the video idea until one is made for my bbpress version.
I’m sure this is a dumb question; but how did you get your avatar on the site?
If you have access to subversion, it is easiest. If you don’t, you can download all the bbPress files, but you end up not getting the BackPress files.
svn co http://svn.automattic.com/bbpress/trunk/ ./bbpress
will get you the latest trunk version, which is basically 1.0.2 with bug fixes, plus login-less posting and subscribe to topic.
Otherwise, you have to get it here:
https://trac.bbpress.org/changeset/2432/trunk?old_path=%2F&format=zip
from the bottom of this page:
https://trac.bbpress.org/browser/trunk
Then you have to get BackPress.
http://backpress.automattic.com/browser/trunk
I’ve never done it this way; I use subversion normally, so I’m not sure how well this works.
I saw that yesterday but I thought it was me and autocomplete in my browser. Happens for me two, on two systems with either Firefox or Chrome.
Is there a downloadlink for 1.0.3?
Now the home page isn’t loading, it is redirecting to the install page.