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/
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.