I like the forum function of wordpress, but am not interested in blogs from wordpress. Do I have to install wordpress in order for bbpress to work?
A few people have expressed concerns about the growing number of template files included with the bbp-twentyten theme. Not counting CSS/JS/Images, we’re up to 32 individual template files to handle forums, topics, replies, loops, forms, users, and pagination. These concerns are totally valid, but mostly unavoidable.
The goal for bbp-twentyten is for it to be as simple to understand as possible without tons of proprietary functions or complex logic to figure out. To do that, we’ve split some of the files into ‘parts’ that focus on specific functionalities. Some of this doesn’t make a whole lot of sense right now because of lack of documentation, and it uses functions that are new to WordPress as of 3.0, but I’m confident it’s the best way to go.
When I think back to my beginning days of learning WordPress, a lot of what I did was butcher Kubrick and make my own frankentheme. I’m trying to keep that in mind here. Since the first place people naturally make changes is on the front end of their site, this theme should make that really easy to do.
We also have an empty folder for a theme named ‘bbp-default’ which will more than likely be a full-featured theme that flexes a bit more bbPress muscle.
I think when bbPress has more eyes on the code and more developers start integrating forum files into their themes, we’ll see some really neat things start to happen.
I have completed the first tutorial, but when I log in on wordpress, I am still not logged in on the forums.
I tried the Deep Integration on the Theme Matching tutorial, but when I do so I get an error on line 15 of the bb-config file.
My bb-press and wordpress are in the same database and the locks are on the salts, auth codes, etc.
Any help?
I have completed the first tutorial, but when I log in on wordpress, I am still not logged in on the forums.
I tried the Deep Integration on the Theme Matching tutorial, but when I do so I get an error on line 15 of the bb-config file.
My bb-press and wordpress are in the same database and the locks are on the salts, auth codes, etc.
Any help?
My rule regarding trac vs forums, is that the forums are traditionally for support and confirmation of an issue occuring, and the trac is for when bugs appear that can be duplicated and/or you have a suggested code change. You can even drop enhancement requests in the trac if you have a really neat idea, even better if you have a patch to match it.
Core developers live and breathe by the trac. If it isn’t in there, it doesn’t exist. It’s our diary of development, and without it our lives would be much more difficult. The trac is less social, and more developer speak. The forums tend to be a little more relaxed.
With WordPress 3.1 almost in its third release candidate, we can expect it to ship really, really soon. That said, it makes sense to drop 3.0 support and focus on 3.1. I’ve made sure we’ve stayed compatible with 3.0 this entire time, but it’s time to focus on the version of WP that the bbPress plugin will see the most use on.
Thanks to everyone that’s been testing on 3.0 installations. If you *really* want this to be 3.0 compatible, definitely open trac tickets and contribute patches to keep that support alive.
Try instructions from my article – bbPress deep integration
Try instructions from my article – bbPress deep integration
Right now, I’m trying to deep integrate bbPress with my current WP website. I’ve consulted a lot of forum but nothing seems to help me fix my problem. Here’s what happened:
When I included the line
require_once(‘/var/www/w3/wp-load.php’);
I can’t access my bbPress site anymore. It gives me an Error 500 instead. I don’t have any idea where to go from this. The tutorials online doesn’t help fixing this problem. It seems that this single line is having some attitude, I don’t know.
I consulted the error log and gives me some errors like this. I only copied few lines, but there are several similar error for different bbPress php files.
[Fri Jan 07 23:47:52 2011] [error] [client 18.96.6.7] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/w3/forum/bb-includes/backpress/class.wp-taxonomy.php on line 581, referer: http://domain.tld/forum/bb-admin/options-wordpress.php
[Fri Jan 07 23:53:55 2011] [error] [client 18.96.6.7] PHP Fatal error: Call to a member function get() on a non-object in /var/www/w3/wp-includes/cache.php on line 93, referer: http://domain.tld/forum/bb-admin/users.php
[Sat Jan 08 00:00:15 2011] [error] [client 18.96.6.7] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/w3/forum/bb-settings.php on line 186, referer: http://domain.tld/forum/bb-admin/users.php
I would really appreicate some help. I really would want to integrate both.
Thanks!
if all topics are deleted from a forum, freshness shows a time instead of showing ‘no post’ message.
wordpress 3.04 and branches_plugin-2778
https://trac.bbpress.org/ticket/1444
Does the plugin already have some function like the is_single() function in WordPress? Would be handy for the project I’m working on atm.
Can’t you use User Access Manager plugin?
https://wordpress.org/extend/plugins/user-access-manager/
If WP and BB are integrated? At least, that’s what I was hoping…
Can’t you use User Access Manager plugin?
https://wordpress.org/extend/plugins/user-access-manager/
If WP and BB are integrated? At least, that’s what I was hoping…
Had to resave permalinks as well.
I’m noticing more issues as well.
eg:
function _wp_get_user_contactmethods() in /public_html/wordpress/wp-content/plugins/bbpress/bbp-includes/bbp-user-template.php on line 721
when trying to edit a users profile in the front end.
incoming trac ticket.
They are already posted automatically I believe – https://irclogs.wordpress.org/
thats how it should be.
bbPress -> keymaster
WordPress -> administrator
I am good at fixing & troubleshooting myself. Please wait for someone to stop by and assist you.
If you want me to do it for you, then let me know – http://blog.ashfame.com/contact-ashfame/
thats how it should be.
bbPress -> keymaster
WordPress -> administrator
I am good at fixing & troubleshooting myself. Please wait for someone to stop by and assist you.
If you want me to do it for you, then let me know – http://blog.ashfame.com/contact-ashfame/
I have to say that the bb_user and the wp_user are the same userlogin (juanan)… so maybe it has something to say?
juanan bbuser is keymaster, but when I mix with WordPress juanan wpuser is only administrator
I have to say that the bb_user and the wp_user are the same userlogin (juanan)… so maybe it has something to say?
juanan bbuser is keymaster, but when I mix with WordPress juanan wpuser is only administrator
keymaster is only defined in bbPress, for WordPress its administrator only