‘Admin Add Users’ works now.
There seems to be a problem with ‘Post Notification’ which will be fixed within the next days.
It’s possible that Private Forums is doing things correctly and that it’s really core bbPress that causes the bug to show up with that plugin.
I would like to add a drop down list to the post-form.php file, and I found the following on how to do this, but I am not understanding on how to grab the value after someone has posted a new thread.
Would it be possible to get additional help with this?
Line 137 of /bb-includes/template-functions.php is where that’s defined. I don’t know if there is a way to override that with a plugin or not, but that’s where you will find the text.
https://trac.bbpress.org/browser/trunk/bb-includes/template-functions.php#L137
Hi all
Plz help me, I’ve read everything there is to read about problem emails & have also tried installing sambauer’s bb_mail fix plugin with no luck.
I had bbpress 0.9 installed on a previous hosting provider & the system would send out emails to new registrants without any problem.
However, I have moved to a new hosting provider that requires authentication for the mail to be sent, and will not allow “localhost” as the outgoing mail server. Where do I find the php file that allows me to change it from localhost to a specific “outgoing mail server” domain?
Is it even possible?
Thanks
Hi,
I’m currently using the K2 theme for bbpress, and I’d like to add a little nav bar right below the header with links to the main site…
The nav bar is just basically button images next to each other in a row.
Problem is I don’t know how to do this, it seems like you can only touch the CSS?
I messed up when I installed BBpress on my wordpress site initially so that wordpress database integration didn’t work. I’ve fixed it though with one mistake. My wordpress admin account does not have admin powers for BBpress and the current BBpress admin account won’t work since BBpress now only looks at the wordpress database. I can access the mysql database directly through cpanel and phpmyadmin. How do I edit my account entry so it has bbpress admin powers?
My educated guess would be because it’s grabbing the link within the title, the plugin that alters the page count is not getting unhooked yet.
Try adding on a new line after global $topic;
remove_action( 'bb_get_option_page_topics', 'bb_custom_topic_limit', 200);
It’s occurred to me there might be a bug in my plugin where I don’t have that matching ,200
on the end of the same remove_action line. If I remember correctly, actions have to be unhooked with matching priority numbers to how they were added. So maybe try adding the ,200
also.
Remember that bbPress’s “topics per page” setting must be set to the actual number of posts you want listed on a topic page.
My educated guess would be because fel64’s plugin is grabbing the link within the title, so the plugin that alters the page count is not getting unhooked yet.
Try adding on a new line after global $topic;
in fel64’s plugin:
remove_action( 'bb_get_option_page_topics', 'bb_custom_topic_limit', 200);
It’s occurred to me there might be a bug in my plugin where I don’t have that matching ,200
on the end of the same remove_action line. If I remember correctly, actions have to be unhooked with matching priority numbers to how they were added. So maybe try adding the ,200
also.
Remember that bbPress’s “topics per page” setting must be set to the actual number of posts you want listed on a topic page.
The newest 0.9 kakumei theme has a fix for post-author-info overflow that I think you are referring too. I posted an alternate hack around here somewhere…
Here you go:
https://bbpress.org/forums/topic/heres-a-trick-to-fix-kakumei-author-info-overflow
I am attempting to move my bbPress site over to a server running lighttpd – I’m running into problems converting over the rewrite rules.
I have modified the lighttpd config files successfully to get WordPress, Magento, and some other apps working under lighttpd, but have not been able to find any examples for bbPress. Has anyone done this successfully?
Is your bbPress site integrated with your WordPress site (for example, does it share the same users table)?
What plugins do you have installed on your bbPress site.
http://svn.automattic.com/bbpress-i18n/uz_UZ/ should work for you now. You’ll need to authenticate with your username (“shooh”) and password.
the way to do add bbpress functions into wordpress is to add:
if ( !defined(‘BBDB_NAME’) )
require_once(ABSPATH.’bbpress/bb-load.php’);
into the wp-config.php file, just before the closing ?>
When installing bbpress I was asked if I wanted to integrate. I successfully added the secret keys and such.
But, when I went to enter the database info so that the users would be synced, it said my database info wasn’t correct. So I went on without doing that part.
Then when I logged in to bbpress for the first time I went to Manage>integration (or something like that). I tried entering the database info again. It took me to the login page. I tried to login and it said that my username is wrong.
So, I tried to register a new account and I got the following error:
Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /home/webmagne/public_html/unlimitedbusinesscards.com/forum/bb-includes/db-mysql.php on line 156
How can I fix this?
Should I just start over with a new install?
Hi,
I installed bbpress with wp and it all went smoooth. Now when I am trying to view the demo post which is created by default I get: “Error 404 – Not Found” and that of Word Press and not bbPress. Please help me fix.
Thanks.
This fix is not applied, and when I apply it to your CSS, the background is white as expected. If you cannot wait for the new theme, I think I would just make this minor change.
I think you might have some things cached in your browser that is preventing you from seeing changes. Can you use a different browser, or a different computer, or clear your cache? I think once that’s done, you will see some problems fixed. Both this one and the JavaScript error appear fixed to me.
Well, I only installed the BBPress about 2 days ago…
Trunk means the error has been fixed in the code repository but it hasn’t been packaged into a new release yet.
You can get the latest trunk code here:
https://trac.bbpress.org/changeset/1428/branches/0.9?old_path=%2F&format=zip
I have no idea if there are any problems with that release though. You only need one tiny fix for this problem.
Also, it seems like you have a lot of interesting things going on with your installation based on the number of threads posted here. I suspect there is more going on than just a couple tiny, unrelated problems. If you can afford to do it without losing any work, you might want to try a fresh installation and start from scratch.
I want to show the login form/status from bbpress in my wordpress site.
but if I get put in “login_form();” I get: Fatal error: Call to undefined function.
How do I add the bbpress functions into wordpress?
Wow you are right. Well that’s one for Trac to be certain!
Do you know how to file a bug in trac.bbpress.org or would you like me to do it?
Hi all
Plz help me, I’ve read everything there is to read about problem emails & have also tried installing sambauer’s bb_mail fix plugin with no luck.
I had bbpress 0.9 installed on a previous hosting provider & the system would send out emails to new registrants without any problem.
However, I have moved to a new hosting provider that requires authentication for the mail to be sent, and will not allow “localhost” as the outgoing mail server. Where do I find the php file that allows me to change it from localhost to a specific “outgoing mail server” domain?
Is it even possible?
Thanks
The bbpress-i18n repository is organized by {language}_{COUNTRY} directories.
Is the correct directory for your translation
uz_UZ
?