How do I remove (0, 0) in the forum name
https://img.skitch.com/20111001-xg13d1cg6xajfu79u41ahwdmkj.jpg
Thanks in advance!
How do I remove (0, 0) in the forum name
https://img.skitch.com/20111001-xg13d1cg6xajfu79u41ahwdmkj.jpg
Thanks in advance!
Hi,
Is there a plugin that allows users to select or type a “mood” in BBPress? I’ve been searching for this functionality but haven’t been able to find it.
Thx.
~P
Getting the following when trying to view the Forum or Topic using BBPress at this site: http://thechannelatbowen.com/residents
It directs me to the forum and topic pages but then states that there are no Forum or Topic entries. They are clearly there (in the sidebar) and i put them in on the back end but they don’t show up.
I’m using BuddyPress and BBPress for the forums and i think i have them set-up properly but not positive.
Any suggestions?
Any and all help is greatly appreciated. I’ve been struggling with this for 3 days now.
i had bbpress installed and as far as i know this was working
then in stalled buddypress… took the check off the buddypress forums and now this is my problem
http://site.com/wp/members/member-name/
this page turns up blank
I have set the local time to UTC–4.
On front-page.php, the displayed time appears to be subtracting 4 hours from the local time for the first forum listing only. The times of all other forum listings are correct. <?php $t1=get_topic(forum_last_topic_id()); echo date(“D M j, Y g:i a”, bb_offset_time(strtotime($t1->topic_time))); ?>
On forum.php, the displayed time for all topics are correct. <?php topic_time(“D M j, Y g:i a”); ?>
On post.php, the displayed time appears to be subtracting 4 hours from the local time for the first post only. The times for all subsequent posts are correct. <?php echo date(“D M j, Y g:i a”, bb_offset_time(strtotime($bb_post->post_time))); ?>
Any ideas why the time would be different (and incorrect) for only the first forum on front-page.php and only the first post on post.php?
bbPress automatically adds the class “reply” to when editing a reply to a topic. Does this class do any anything? I’ve had to remove it using jQuery due to an incompatibility with my current theme. The theme is already using the class “reply” for the reply link on posts, which means that every on the edit reply page get styled like that class.
Kasper
So, everything appeared to import successfully from my old bbpress version to the new 2.0 version, but when I went to recount everything I got an Internal Server Error. Any help would be appreciated.
So I was able to import my old forums over from the old version of bbpress to the new 2.0 version successfully, and I can still see the forums using my old theme, but when I try to view the forums using the Twenty Ten theme, I cannot see the the bp forums or groups. There is no error message – the forums just don’t show up (or the groups that the forums were built under).
Assistance with this would be greatly appreciated. My site is http://varsitysmack.com.
I don’t like to for anything use plugin cause of that I coded this code to show any user total number of posts in topics 
<?php
global $bb_table_prefix;
$user_id=get_post_author_id();
$query1 = "SELECT COUNT(*) FROM ".$bb_table_prefix."posts WHERE poster_id = $user_id AND post_status = 0";
echo "<li>Posts: ".$bbdb->get_var($query1)."</li>";
?>
So enjoy it 
EDIT: I forgot this! You must put it in post.php where the other post author information is
After installing the new 2.0 plugin and trying to import my old forums, I get an error after I click ‘Proceed’ when during the part where I’m asked to ‘Enter the full path to your bbPress configuration file i.e. bb-config.php:’.
The specific error says this:
Warning: require_once(/home/content/40/6611140/html/varsitysmack/bb-includes/class.bb-query.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/40/6611140/html/varsitysmack/wp-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 154
Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/40/6611140/html/varsitysmack/bb-includes/class.bb-query.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/40/6611140/html/varsitysmack/wp-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 154
I’m not sure what I need to do to fix this, but it is pretty important that I get the forums up and running as soon as possible. 99% of the content of my site is through the bbpress forums (I have a discussion forum site) and while I’m very excited about this upgrade (especially about the content now being custom post types), my site is essentially down until I get this resolved.
Any help that anyone will be able to provide is greatly appreciated.