I am not able to post a youtube video with this program and I am the admin.
I have latest stable version of bbpress
thanks
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!
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
What versions of bbPress and WordPress are you using?
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.
Install bb-benchmark but that won’t show why the sheer connection number has increased.
bbPress only uses one connection per page load, but the number of queries can vary.
3. Is it possible to use WordPress blog’s header on bbPress (Replacing forum header with blog’s header) without integration?
Yes, it is possible. I did it for my own website, and i dont experience any kind of performance problems (yet).
4. Page Views is not appearing in the forum menu. How to fix that?
There’s a plugin for that …
And for the rest i must say. Use the search button more often, there’s a whole world of answers on youre questions, just throwup a searchphrase, and you will be amazed what you could find
Are you just talking about moving a topic in your bbPress install to a different forum in the same bbPress install? At the bottom of the topic page (in 0.9.0.4) there is a drop down “Move this topic to the selected forum: ” with a list of forums. That is how you would move a topic from one forum to another in the same bbPress installation. If you don’t have that link at the bottom of the topic page, you probably don’t have permission to move it (i.e. you’re not keymaster, admin or moderator.) Members can’t do this on their own. Some one in charge needs to do it.
1. No, that is to prevent search engines from caching a copy of your site. It will still be indexed, you’re just telling the search engine not to cache the site.
2. PHP. You need to do a little PHP that says “if this is the first post, then show the adsense, otherwise, don’t.”
advertisements after the first message
3. It’s not that easy. It’s better to create a bbPress template that looks like your WordPress template. But you can read others experiences by browsing the integration tag.
4. Why do you think page views should be showing up? That’s not built in.
What version of bbPress did you install, and what plugins did you install?
0.9 supports subforums, but in 1.0 categories are built in. To me, a category is a parent forum that does not allow posts. It’s not built in to anything but the 1.0 alphas right now.
This plugin states that it works up to 0.9.0.2:
https://bbpress.org/plugins/topic/forum-is-category/
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!
err.. (1.)forums with different databases or (2.) just different forums in ONE bbPress Install?
1. export database, import to the new one except of the options- tables and so on
2. Log in to bbPress, go to your Topic you want to move (frontend), go to the bottom of the page to the “move topic to” section and select the forum you want. Click on “move” or something similar – done.
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
kswif:
You mean you trying to get it working like I have on my site?:
http://newsedge.webjunk.com
Admin Can Post Anything, from _CK_ is a great plugin and works perfectly in the latest stable version of bbPress.
Is there anyway to make both Administrator and Moderator able to insert html content?
Best regards,
Filipe Deschamps
we only have bbpress running on a shared host.
Are you running anything else, or just bbPress? Is this your own server or a shared host?
hi all,
i’ve been running a small private bbpress forum for about 6 months now. overall things have been working quite smoothly. we have one persistent problem though; our sql connections occasionally spike and max out giving us the “oh dear” page until things settle down. until a few weeks ago i was blaming our host, but now that i’ve been monitoring the server with ‘mysql administrator’ i can see that it’s the connections that are the problem. usually we’ll be running just fine at about 10-20% connection capacity and then wham, spike to 90-100% and down we go for a few minutes (occasionally more).
how can i figure out what’s causing these spikes? any help would be greatly appreciated.
What version of bbPress are you using?
Is it integrated with WP?
I would like to submit an anti-spam plugin I have made for bbPress. How do I submit it to the bbPress plugins browser? There seems to be no info on this either on the site or in the forums.