So I’ve successfully integrated WordPress and bbPress, and have been messing around with it! It’s great, but I’ve been receiving this error every time I delete a topic. (The topic still gets deleted, it’s just. . . I have to hit “back” in my browser, but having an error at all still bugs me.)
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE status=0 AND user_id>0 AND size>0 AND post_id IN (SELECT post_id FROM bb_p’ at line 1]
SELECT count(*) as count FROM WHERE status=0 AND user_id>0 AND size>0 AND post_id IN (SELECT post_id FROM bb_posts WHERE post_status=0 AND topic_id=25)
Warning: Cannot modify header information – headers already sent by (output started at /my/absolute/path/forum/bb-includes/db-mysql.php:130) in /my/absolute/path/forum/bb-includes/pluggable.php on line 232
Any insight on this would be greatly appreciated, thank you!
Can’t get to post youtube videos, do you just type in the youtube link
I downloaded the latest release of bbPress. I uploaded all the files/folders to my site. I even deleted them and uploaded them again to see if it fixed it. I get to the install screen and when I click “let’s get started” I get the following error about 200 times.
Warning: cannot yet handle MBCS in html_entity_decode()! in /home/content/t/b/i/tbiznet1/html/bbpress/bb-includes/wp-functions.php on line 113
Fatal error: Cannot redeclare wp_validate_auth_cookie() (previously declared in /home/alwaysbe/public_html/thefashionstudent/wp-includes/pluggable.php:497) in /home/alwaysbe/public_html/thefashionstudent/wp-content/plugins/freshly-baked-cookies.php on line 52
what could be causing this? I am able to log into wp and bbpress with the same username/password but I would really like to be able to only have to log in and log out one time.
I tried using the other plugin (Ann’s plugin) but when I activated it I could no longer access the website and got a fatal loop error page until I deleted the plugin file.
It seems that bbPress didn’t have the sidebar & widget system.
Why?
Hello,
I have started a bbPress forum on my site. But not being able to do few things properly and hence seeking help. Kindly guide me.
1. My page header section contains a meta tag like this…
<meta NAME=”robots” CONTENT=”noarchive”>
Is this OK? I guess this is used to block spiders, isn’t that?
2. I want to show a adsense ad inside the first post only. But when I edited the Post.php and reloaded the post page, I found that the ad is appearing in every post. How to limit that ad for the first post only?
3. Is it possible to use WordPress blog’s header on bbPress (Replacing forum header with blog’s header) without integration?
4. Page Views is not appearing in the forum menu. How to fix that?
Waiting for some helping hands. Thanks in advance.
– Bapun
Hello bbpress forum!
I successfully integrated bbpress into my WordPress installation. I have shared user database and header/footer function.
Now I want highlight the Forum Tab in the header menu, of course only when people are showing forum pages. I read in this forum that I can use $forumpage variable. So, I can use it in a conditional function, like <?php if ($forumpage = TRUE) { echo ” id=”current””; } ?>
But, such variable is always TRUE, also in non bbpress page.
Where is the trouble?
Sorry for my little english!
Hi,
Is there a template similar to functions.php in wordpress where you can integrate a backend in to control various bits and pieces of bbpress?
Thanks,
Richard
I search around the forums and found a patch that allows sub-categories but it is for the older 0.8 version and was wondering if there is anything available for the newer 0.9 version.
Thanks,
Taku
I know this may be a simple question, but I’m re-doing my forums and I would like to move some topics that are already being posted on to a different forum. Please help. Thanks.