Hi;
The “Add new” link that is just below “Latest Discussions” title in bbpress frontpage messes my bbpress theme.
Latest Discussions
Topic — Add New »
Whenever you click that “add new” you are taken to a new page with this link; …/bbpress/?new=1 and I can see the header and footer ok but sidebar and post-form are messed.
Which template files are used to create the ?new=1 page? I can’t locate my mistake.
Has there been any attempt to have a youtube be posted in a forum?
Thanks
I’m not a php coder yet and am learning. How would I go about making when I click “register” on bbpress to shoot it to my wordpress registration instead?
The reason why is because I have it setup so that WP users can also log on the forum, but bbpress signups don’t work with WP.
Thanks
<?php
require_once( '../wp-blog-header.php' );
$bb->WP_BB = true;
define('WP_BB', true);
Start of config is as per above, but get the following error:
Fatal error: Call to a member function on a non-object in /home/jefferss/public_html/blog/forum/bb-includes/functions.php on line 503
Any ideas?
Hi all people,
I want to translate bbpress in Italian. I want to translate the last stable version so I am going to do this all by myself.
Could you point me on the right step to do the translation?
I have installed poedit but exactly which are the files to edit? po, mo, etc.. how do I find/create them and then, when the translation is finished, where I put the translated one?
Obviously all my work will be freely available when it’s finished.
Thanks for your attention.
https://bbpress.org/documentation/integration-with-wordpress/
Reference to this, I have set my pointers to my wp directory and it doesn’t take anything from it.
Is this the correct way for this part??
$bb->wp_table_prefix = ‘wp_table_prefix’; // WordPress table prefix. Example: ‘wp_’;
It’s very frustrating that this two great packages can’t be implemented easier.
Thanks
This is a bbpress forum suggestion:
- In ‘options’ add a number of posts visible before archiving. Selecting a number e.g 10 would see a eleventh post moved to page 2.
- Add a ‘more’ tag option if its a lengthy post
- How about tabbed browsing for forums?
Hey all,
I have a WP/BBpress integrated site. You can see it at:
http://www.tattooeddad.com
and
http://www.tattooeddad.com/bbpress/
Thank you for all your hard work!
This is a little different to the other private forum threads I could find.
I’m looking for a way to set up several private forums (fora!? what’s the plural?) that only members for that forum can see and post in.
Are there any plugins or hacks that can do this?
I’m thinking about changing my wp installations over to wpmu so I can have more artists projects but I would (probably) like to keep my bbpress as the main page.
There seems to be a bit of difficulty with integrating wpmu with bbpress.
Am I better off waiting until at least bb 1.0?