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/
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
i saw that too, but it’s not in the zip (even the old ones) and there’s no link.
i saw that too, but it’s not in the zip (even the old ones) and there’s no link.
@Willabee
bbp_is_forum(), bbp_is_topic(), bbp_is_reply().
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.
I have WP running at / and bbPress at /forum/.
This is the configuration I’m using:
http://gist.github.com/770180
Note that there was an error in one of the rules Sam posted:
rewrite ^/topic/([^/]+)/?$ /bbpress/topic.php?id=$1 last;
should have been
rewrite ^/topic/([^/]+)/?$ /topic.php?id=$1 last;
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.
bleh, the one time I didn’t.
brain bug then
looking through the comments I see mention of bbpress-guangzhou 0.2.2 zip
So is that part of the main download? or do you need to download it separately?
looking through the comments I see mention of bbpress-guangzhou 0.2.2 zip
So is that part of the main download? or do you need to download it separately?
so why then would the dev say ‘compat with bbpress’? when he should obviously know better?
so why then would the dev say ‘compat with bbpress’? when he should obviously know better?
@Rich Pedley
Try reactivating the plugin.
@Ryan Gannon
Ok, figured that out. bbp_has_topics() doesn’t return the query. You’d have to use bbPress functions like bbp_topics(), bbp_get_topic_title() etc.
Nice work ashfame, thanks
I don’t think that is going to happen anytime soon even if it is going to be like that.