FreeWPress could you show us what code you use ? i want it to display also on my site http://tinyurl.com/qyxul3j
I would be grateful for this tip 🙂
Thanks and best regards!
$retstr = sprintf( esc_html__( 'This forum contains %1$s, and was last updated by %2$s %3$s.', 'bbpress' ), $topic_text, $last_updated_by, $time_since );

Warning: sprintf() [function.sprintf]: Too few arguments in /xxx/xxx/xxx/wp-content/plugins/bbpress/includes/forums/template.php on line 187
bbPress Version 2.4.1
WordPress 3.7.1.
Buddypress Version 1.8.1
WPML Version 3.0.1
.
.
.
I need help please,
David
$retstr = sprintf( esc_html__( 'This forum contains %1$s, and was last updated by %2$s %3$s.', 'bbpress' ), $topic_text, $last_updated_by, $time_since );

I still didn’t figure it out whats wrong.
Yes totally.
You can create a full width page forum if you wish – if your theme has a full width page option then just create a full width page, put the index shortcode within it [bbp-forum-index].
But it may be better to have a separate sidebar, so that you can have login and latest posts – see http://www.gospbc.co.uk/forums for an example.
Once you have installed bbpress, then install a plugin called bbPress WP tweaks. it gives you a forum specific sidebar, so you can add login and latest posts widgets
You can also use a plugin called “widget logic” with your normal sidebar to control what widgets are seen on what pages. For instance a widget will not appear if you use the logic !is_bbpress()m or will appear if you use is_bbpress()
Yes, create a page called say “foumsd2 and put the following shortcode in
[bbp-forum-index]
There’s a full list of shortcodes at
https://codex.bbpress.org/shortcodes/
Hello, I have installed bbpress and added a forum and topic.
WordPress and BBPress are both the latest version.
The forum shows in a really odd way with items stacked on top of each other.
http://imagphoto.com/forums/forum/new-forum/
Secondly, the breadcrumb link to the forum results in a 404 http://imagphoto.com/forums/forum/
Yet the parent link in the breadcrumb works http://imagphoto.com/forums/
Is it possible to use pages and the shortcodes to have the forum within a page so that I can control the settings of the page and maybe dump the sidebar to see if that corrects the issue? I checked the documentation but could not see anything about this specific issue.
Many thanks for your help 🙂
You should check if the table wp_bb_posts has been created in your database. Otherwise, you should create it manually:
CREATE TABLE IF NOT EXISTS wp_bb_posts (
post_id bigint(20) NOT NULL auto_increment,
forum_id int(10) NOT NULL default 1,
topic_id bigint(20) NOT NULL default 1,
poster_id int(10) NOT NULL default 0,
post_text text NOT NULL,
post_time datetime NOT NULL default ’0000-00-00 00:00:00′,
poster_ip varchar(15) NOT NULL default ”,
post_status tinyint(1) NOT NULL default 0,
post_position bigint(20) NOT NULL default 0,
PRIMARY KEY (post_id),
KEY topic_time (topic_id, post_time),
KEY poster_time (poster_id, post_time),
KEY post_time (post_time),
FULLTEXT KEY post_text (post_text)
) ENGINE = MYISAM;
Hope it works.
It did for me.
I’m not seeing this on any of my installs, try running the ‘Repair BuddyPress Group Forum relationships’ repair tool https://codex.bbpress.org/repair-forums/
I am not that familar with mod_fcgid but a quick search landed me here if that might help
https://wordpress.org/support/topic/500-internal-error-when-creating-package?replies=6#post-4873684
Dropbox are using the old bbPress ‘Standalone’ 1.x version with some custom theming, though I wouldn’t recommend installing this old version as I am quite sure they have lots of customizations in the backend to get around the known numerous issues with the old version.
Go with the new version https://wordpress.org/plugins/bbpress/installation/
Then start customizing the templates to the style you want
https://codex.bbpress.org/theme-compatibility/
Same problem, it’s just hanging.
What stage do you get to though now?
(As you shouldn’t be seeing “Delete users WordPress default passwords Deleting previously converted data” etc)
“Deleting Conversion Table… Failed”
This is fine, it just depends on if bbPress used a conversion table to do the conversion or it used the source database tables correctly.
As well as the actual users there are a lot of bots etc. (e.g. AdsBot Google, Ask Jeeves Bot)
These are special phpBB user accounts that I haven’t found a way to ignore importing just yet and must be manually removed after importing, see the follwing for a list of them all.
https://codex.bbpress.org/import-forums/phpbb/
Hi,
I wonder if there is a notification box or area for a user to see if his topic is under moderation? or a page. It seems to be hassle for the user to receive it via email. Also, I know there is a plugin called bbpress moderation but I don’t want to use it as it will slow down my site. I want everything to be just php code under the bbpress.
Can anyone help me? Thanks.
Currently the Forum Root is titled Forum Archive by default and there is no way to change it from the back-end. This is still impossible even when the Forum Root is partnered with a wordpress page optimized with a SEO pluggin like All In One SEO or WordPress SEO By Yoast.
So I think I going to modify the code to get this done, but I need your instruction, please help.
And how can I request this possibility as a default feature in the next BBPress realease? I think many people will thank it.
Thanks in advance,
Hung.
Every css template can have different class and code.. We must to see a specific code to made one solution for you.. If you have possibility to run this site in one webserver we can help you, but in this conditions is titanic…
No, unfortunately not. 🙁 Also not with ! important.
Although these are exactly the two titles that I want to enlarge! The only that works is the solution with inherit, but that just increases all fonts in the forum and I do not want that. It also destroys the layout. I’m certainly not a CSS professional, but I have changed so much and it all worked. Why does this one not work?? I really do not understand what’s going on.
Is there any way to ask one of the bbpress-people?
WP 3.7.1, BP 1.8.1, bbPress 3.4.1. Forum is within a Group.
I’ve recently been seeing Internal Server Errors when trying to make new forum posts and replies. After clicking the Submit button it takes about 40 seconds and then the error appears. Interestingly, the UTL in the address bar changes to that of a recent post.
I have checked the server logs and see these 2 lines:
[warn] mod_fcgid: read data timeout in 40 seconds
[error] Premature end of script headers: index.php
This is a recent development and, to the best of my recollection, I haven’t changed anything.
Any insights would be much appreciated.
Cheers
Following is my loop-forums.php – I still don’t understand where the title is coming from…
<?php
/**
* Forums Loop
*
* @package bbPress
* @subpackage Theme
*/
?>
<?php do_action( 'bbp_template_before_forums_loop' ); ?>
<ul id="forums-list-<?php bbp_forum_id(); ?>" class="bbp-forums">
<li class="bbp-header">
<ul class="forum-titles">
<li class="bbp-forum-info"><?php _e( 'Forum', 'bbpress' ); ?> </li>
<li class="bbp-forum-topic-count"><?php _e( 'Topics', 'bbpress' ); ?></li>
<li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? _e( 'Replies', 'bbpress' ) : _e( 'Posts', 'bbpress' ); ?></li>
<li class="bbp-forum-freshness"><?php _e( 'Freshness', 'bbpress' ); ?></li>
</ul>
</li><!-- .bbp-header -->
<li class="bbp-body">
<?php while ( bbp_forums() ) : bbp_the_forum(); ?>
<?php bbp_get_template_part( 'loop', 'single-forum' ); ?>
<?php endwhile; ?>
</li><!-- .bbp-body -->
<li class="bbp-footer">
<div class="tr">
<p class="td colspan4"> </p>
</div><!-- .tr -->
</li><!-- .bbp-footer -->
</ul><!-- .forums-directory -->
<?php do_action( 'bbp_template_after_forums_loop' ); ?>
Hi all,
I can’t find where the title output is coming from. I want to wrap it in a <h1>. In the default templates it starts with <div id="bbpress-forums"> and the title’s output is before that. But where is it coming from? I can’t find it.
Alright, so just making a php scrip with this:
<?php mail(‘MyEmailAddress@domain.com’,’Subject of the e-mail’,’This is the body of the e-mail!’); ?>
sends me an e-mail. This leads me to believe the problem is indeed not with my host but with WP/BBP…
You need to get that code error resolved before worrying too much about the email issue, get it resolved then see if the email issue still persists.
Some troubleshooting tips:
Disable plugins one by one to find the error
Switch to a standard theme
Good luck!
Also when users try to recover password, they see the same wp-login.php page displaying just code. I this an issue with the server not being able to send emails or something?
I’m quite new to WP and don’t know anything about PHP, so please don’t mind me asking stupid questions…
Anyway, so I’ve installed the bbPress plugin, set up a forum, etc. and now I want users to be able to register and post. When users click the register button and fill in their details, they’re taken to domain.com/wp-login.php which displays just code.
When they refresh the page they get a login screen, but they’ve not received a password. Users are created and visible in the admin panel.
Do they not get an e-mail because the page wp-login.php page is broken or the other way around? Or is it something entirely different? I’ve searched around for a while but nothing that seems to answer my question.
Site: http://convoy-games.com/index.php/forums/
Don’t mind the theme/layout/colors. Wanted to get functionality before visuals.
Thanks!
Are you using the WXR Importer?
There was a ‘Google Summer of Code’ project recently and the WordPress importer was forked and updated, if you have issues with the standard version maybe give that a try.
Details and links can be found via https://make.wordpress.org/core/author/frederickding/
Yes you are right ability to put swf into the wordpress forum is crucial. I’ve got how to do it. Looking stupid but it works. Here is the code:
<object width=”399″ height=”270″>
<param name=”movie” value=”http://dev4ata.com/aa/Seasons.swf”>
<embed src=”http://dev4ata.com/aa/Seasons.swf” width=”399″ height=”270″>
</embed>
</object>
here is the result:
http://dev4ata.com/?topic=woman-is-angel&paged=3#post-12575
I was also using a Child Theme of Woothemes Canvas Theme. In my case, it was resolved using the following (I found this solution in this site – http://www.pootlepress.co.uk/2013/06/65-tips-tricks-and-css-tweaks-for-woothemes-canvas/):
Fix for BBPress and Canvas (5.2 and higher)
———————————————
Matty Cohen from WooThemes provided the fix for this one 🙂
Add a file called “bbpress.php” into your child theme. This file can be downloaded here: https://gist.github.com/mattyza/1b01583441b11c8d04d0
Add the following code in the designated area of your “functions.php” file: https://gist.github.com/mattyza/f210cadb7f70188d513d
I figured I should go where the code and may assert.
Thank you again