Published on October 7th, 2013 by lordyuanshu
Just finished up going from bbPress 1.0.1 to 1.2 to 2.4. Importing everything seems to have gone fine, though when viewing a forum it shows 1 post for each topic (when there are many more than 1 post).
Wondering if anyone has encountered this? I’ve done the recounts in the tools (after deleting much spam).
Biggest reason it is an issue is for the ‘freshness’ aspect; it is not updated after a post since it has each topic with only 1 post (in turn, it shows the most recent topic instead of most recent post).
Thanks.
Published on October 7th, 2013 by lordyuanshu
Just finished up going from bbPress 1.0.1 to 1.2 to 2.4. Importing everything seems to have gone fine, though when viewing a forum it shows 1 post for each topic (when there are many more than 1 post).
Wondering if anyone has encountered this? I’ve done the recounts in the tools (after deleting much spam). http://www.lordyuanshu.com/forums/forum/destiny-of-an-emperor
Biggest reason it is an issue is for the ‘freshness’ aspect; it is not updated after a post since it has each topic with only 1 post (in turn, it shows the most recent topic instead of most recent post).
Thanks.
Published on October 7th, 2013 by SA8001
Hi,
I’m trying to integrate the Cartpauj PM plugin with my new install of bbPress.
I want to add a private message link to member’s profile page, so when they click the link it pre-poluates the ‘To’ field in the message.
I’m using…
<?php if($page = get_page_by_title('title of the page for messages'))
{
$link = get_permalink($page->ID);
echo '<a href="'.$link.'?pmaction=newmessage&to='xx'">
<span class="pm">Message
</a></span></a>';
} ?>
But I’m stuck at what ‘xx’ should be.
If I use .$user_ID.
echo '<a href="'.$link.'?pmaction=newmessage&to='.$user_ID.'">
It pre-popluates my user name correctly. Anyone help with what I need to use to pull in the ID of the profile the message link is attached to? I’ve tried '.bbp_displayed_user_field( 'ID' ).' – that pulls the correct ID number but places it outside of the clickable link
Anyone steer me in the right direction?
Thanks in advance
Published on October 6th, 2013 by CC-Cailin
I saw some bugs I need fixed, have been fixed for v2.4.1
When will that be released? I would like to know before installing any patches.
Published on October 6th, 2013 by CC-Cailin
I added the recent topic widget to my site, and ticked the boxes “show date”, “show author”, but those two settings aren’t showing, even though they are selected. It only shows the topic title.
I activated the twenty twelve theme to make sure it’s not a css problem, but I had the exact same problem still.
I am using WordPress, Buddypress, and BBpress combination.
I hope someone can help me!
Published on October 6th, 2013 by lazyym
Where do I change this language? Thanks!
Published on October 6th, 2013 by niuserre
bbPress 2.4
WP 3.6.1
running on localhost
I need to add a class to bb_forum_class and since 2.1 I thought that this should work:
<?php bbp_forum_class('clearfix'); ?>
But it’s not adding the class, can anyone tell me what I’m doing wrong please?
I think the relevant bit of core for this is:
function bbp_get_forum_class( $forum_id = 0, $classes = array() ) {
$bbp = bbpress();
$forum_id = bbp_get_forum_id( $forum_id );
$count = isset( $bbp->forum_query->current_post ) ? $bbp->forum_query->current_post : 1;
$classes = (array) $classes;
// Get some classes
$classes[] = 'loop-item-' . $count;
$classes[] = ( (int) $count % 2 ) ? 'even' : 'odd';
$classes[] = bbp_is_forum_category( $forum_id ) ? 'status-category' : '';
$classes[] = bbp_get_forum_subforum_count( $forum_id ) ? 'bbp-has-subforums' : '';
$classes[] = bbp_get_forum_parent_id( $forum_id ) ? 'bbp-parent-forum-' . bbp_get_forum_parent_id( $forum_id ) : '';
$classes[] = 'bbp-forum-status-' . bbp_get_forum_status( $forum_id );
$classes[] = 'bbp-forum-visibility-' . bbp_get_forum_visibility( $forum_id );
// Ditch the empties
$classes = array_filter( $classes );
$classes = get_post_class( $classes, $forum_id );
// Filter the results
$classes = apply_filters( 'bbp_get_forum_class', $classes, $forum_id );
$retval = 'class="' . implode( ' ', $classes ) . '"';
return $retval;
}
Published on October 5th, 2013 by damien990
bbpress version 2.4
Can any body help to create a FORUM with this security?
thanks
Published on October 5th, 2013 by FreeWPress
Hi all, in my forum forum freshness and topic freshness is not equal, in some case is ok, but forum freshness do not show correct parameters, only topic freshness show perfetc destination url, but forum freshness link and info is not correct.
If i click, or go in first page or last post not is correct and have another 3 o 4 post before..
Have you this issue? In this forum bbpress.org have this issue for older posts!!
Why??
Published on October 5th, 2013 by asukachan
WordPress 3.6.1.
bbPress 2.4
website: animey.info
hello,
I´m using bbPress for my wordpress blog. But I have got a problem. I wanted to add a private and a hidden forum but when I create them with that settings it switches to “public” after publishing. I don´t want that unregisted visitors have access to this forums. Though, I read that the forums are fully and seamlessly integrated into BuddyPress Groups. I am not using BuddyPress. Could that be the problem? Or is it possible to use bbPress without BuddyPress?
greetings
Asuka