I have two problems after I have installed bbpress 0.90.4 .
1, when I registered new user in server for testing, it can’t sent a email, so I can’t get a password.
2, the forum only run in my server computer, user’s computer got 404 error after registered and click the button. Why doesn’t run in user computer?
How to fix these problems?
Does this make any article a forum topic?
and does each reply on the forum topic, go in the same WP article comments?
Someone can help me with this error? It appears immediately after installation! I dont understand what it means. I will appreciate if someone know this issue.
Warning: include(/web/htdocs/www.svilupposolidarieta.it/home/forum/bb-templates/kakumei/front-page.php) [function.include]: failed to open stream: No such file or directory in /web/htdocs/www.svilupposolidarieta.it/home/forum/bb-includes/template-functions.php on line 17
Warning: include() [function.include]: Failed opening ‘/web/htdocs/www.svilupposolidarieta.it/home/forum/bb-templates/kakumei/front-page.php’ for inclusion (include_path=’.:/php5/lib/php/’) in /web/htdocs/www.svilupposolidarieta.it/home/forum/bb-includes/template-functions.php on line 17
If you want to see directly the website:
http://www.svilupposolidarieta.it/forum/
P.S. I’m Italian
Our developers heavily customized bbpress. But now I can’t seem to figure out how to delete threads from the admin. Can someone please send me the steps for deleting a thread from the admin? Thanks.
thanks.
ps:
I created a ticket in trac yesterday about this topic, but it has been deleted today.
I don’t know why.
Sam Bauers listed as a mentor here:
https://codex.wordpress.org/GSoC2009#Community.2FEvent_Organizing_Framework
You might think this is another question about integrating bbPress with WordPress, but it’s not! I’m building a new website, and I would like to use bbPress as the support forums for it. The website has it’s own users table and stores the usernames as a varchar(255) and the passwords as varchar (255). All passwords are stored as sha1 hash. Basically what I want to do is to only have one place to login, that being on the main site, when the login is successful it’ll also set a cookie so the user may also use the bbPress forums. I would also like to use the avatar people upload to that site for the avatars on the forum. So here’s a few questions:
1. Is this even possible to set the cookie for bbPress from the login outside of bbPress?
2. Where should I start looking or poking?
3. For the avatars where should I start looking?
Thank you very much and if you need more information about my setup, please ask!!
I am not sure how to fix this. Please help!
I upgraded from 0.9.0.1 to 0.9.0.4, and now, in the forum views section, one single forum will not load.
http://bedbugger.com/forum/
Scroll down to forum views and click “Treatment.”
Every other forum view will load. It’s just the one.
Is there any kind of tag filtering plugin that will allow me to allow users to choose more than one tag to search on, and produce a cross section of posts that have all of the tags?
Here is what I was trying to get some kind of multi-language support going:
Index: bb-includes/l10n.php
===================================================================
— bb-includes/l10n.php (revision 2040)
+++ bb-includes/l10n.php (working copy)
@@ -2,6 +2,9 @@
function get_locale() {
global $locale;
+ if (isset($_GET))
+ $locale=$_GET;
+
if (isset($locale))
return $locale;
Then I go to: http://bitfreedom.com/help/?lang=ja and it supplies that language. Great, but of course none of the links that bbPress generates has the ?lang=en_US option set. So I guess, is there a plugin for this?
I’m not looking for (but would be better than nothing):
Something that lets a user set their language, and changes the language when logged in.
I am looking for (ideal plugin):
Something that allows multi-language support by virtue of URL location and/or variable (as above). What language you are viewing makes more sense to depend on the URL, not on your login. Especially, since forums are also useful to the public when they don’t have a login to begin with.
Even just being able to set the language on a per-forum basis would be good, then I could just make different forums for different languages.
I guess I can modify my theme to include “language translation” links and keep my current hack.
Any ideas?