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.
@ Gautum
Thanks, but these do not seem to work on the frontpage of the forum?
I’m having trouble passing a variable ‘tag’ to forum.php using $_GET, maybe because permalinks are enabled?
For example, when I do this URL:
http://mysite.com/bbpress/forum.php?id=999&tag=444
It just redirects to forum 999 and ignores the tag value, so I get:
http://mysite.com/bbpress/forum-name/
I’m using Nicer Permalinks plugins if that matters.
Any ideas?
Thanks!
I have the plugin (2785) installed on 3.04 and 3.1 RC2. Both installations are Multisite, use Month & Name permalinks, and the bbPress Twenty Ten theme. When I click on a forum name in 3.04 it takes me to my front page, but 3.1 RC2 responds as expected. I’ve tried deactivating and reactivating the plugin and theme with the same outcome, but switching permalinks to the default fixed the problem.
If you’re sure it’s a bug post on Trac.
If you have weird things happening straight after upgrading, I’d suggest posting here first. Because upgrades aren’t smooth yet.
@johnjamesjacoby
Is it better to post here first and then if confirm, then post to trac?
@Cashman
https://trac.bbpress.org/browser/branches/plugin
Go to zip archive at bottom of page
@Rich-Pedley
I feel the same since I’m not a developer
Is there a link to download for testing?
With only the basic intergration, I can get my bbPress install running smoothly. WP logins and BB logins seems to work with each other fine. Yes, everything else works pretty well as expected. However, I can’t seem to have the deep integration work for me.
I will really appreciate if I could get the deep integration work since I badly need it to get the purpose of my site.
With only the basic intergration, I can get my bbPress install running smoothly. WP logins and BB logins seems to work with each other fine. Yes, everything else works pretty well as expected. However, I can’t seem to have the deep integration work for me.
I will really appreciate if I could get the deep integration work since I badly need it to get the purpose of my site.
Try instructions from my article – bbPress deep integration
Try instructions from my article – bbPress deep integration
I usually do, though sometimes if I’m unsure I prefer to get a bit of feedback first
For bugs where you’re comfortable creatIng a trac ticket, save yourself the work and don’t worry about cross-posting it here. We get email notifications on all trac activity, so we see them there right away.
Thanks for your work master5o1. Before default font was big and looks much better now. bbpress lacks mobile viewing. Vanilla forum 2.0.16 has this right out of the box and they really got it working good.
Thanks for your work master5o1. Before default font was big and looks much better now. bbpress lacks mobile viewing. Vanilla forum 2.0.16 has this right out of the box and they really got it working good.
Just bumping for letting people know of its existence.
Just bumping for letting people know of its existence.
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!
Nevermind. Found the answer I needed here
https://trac.bbpress.org/ticket/1222
Not sure how I missed it.
Nevermind. Found the answer I needed here
https://trac.bbpress.org/ticket/1222
Not sure how I missed it.
May be they require deep integrated setups like pageline forums. but you will still need to find the bbPress counterpart
May be they require deep integrated setups like pageline forums. but you will still need to find the bbPress counterpart
I’m trying to open up search on my bbPress install, I can search, it works properly. What I decided, for now, was to not show the Recent Results, but only the Relevant Results, the problem is that some of the Relevant Results are not displaying a proper link to the post.
This line in /bbpress/search.php is the issue, I think, but I can’t figure out how to correct it.
Line 12:
Code:
$bb_query_form->BB_Query_Form( ‘post’, array(), array( ‘per_page’ => 5, ‘post_status’ => 0, ‘topic_status’ => 0, ‘post_text’ => $q, ‘forum_id’, ‘tag’, ‘topic_author’, ‘post_author’ ), ‘bb_recent_search’ );
Whatever I set the ‘per_page’ array to, that is the number of Relevant Results that do not work properly at the top. So since it’s set to 5, the first 5 results under Relevant Results do not work, but 6-end do.
What can I do to correct this? Thanks,
nope. a possible chance you can do somewhat with deep integration but that may be more efforts than its worth.
I think there is a plugin for that. Zaerl visibility does what you want perhaps. Search https://bbpress.org/plugins/
nope. a possible chance you can do somewhat with deep integration but that may be more efforts than its worth.
I think there is a plugin for that. Zaerl visibility does what you want perhaps. Search https://bbpress.org/plugins/