I’m tired to edit database manually for move some message from one topic to another…
Needs message move option
Published on December 25th, 2009 by jurasiksMySQLi support
Published on December 24th, 2009 by LexeyHello everybody!
Unfortunately I have no mysql extension installed on my hosting. Has anyone the latest version of BBPress with MySQLi support?
bbPress IRC Transcript 12/23/2009
Published on December 24th, 2009 by GautamThe meetup on 23rd December.
“What, just because it’s two days before Christmas we can’t rock the bbPress? In summary: anonymous comments from filosofo and email from photomatt (me) on deck, bug fixes to make things sing, PeteMall will be directly committing fixes, and hajii will be bug gardening.”
Check the conversations here – https://bbpress.org/blog/2009/12/2009-12-23-meetup/
list of unread posts
Published on December 24th, 2009 by MikadoHi,
I dream of a mod which would show the list of the unread messages by comparing the user’s meta_value of meta_key “last_online” with post_time of every post.
Anyone has already made this?
Quoting comment
Published on December 24th, 2009 byI am considering using bbpress for a big project, especially for the opportunity to complemented with BuddyPress.
But I am surprised by the note that you can not make quoting a previous post, which virtually every forum engine allows.
Can you tell me how to work around this problem? Or if it’s planned for the next release?
Forum display rows not displaying right
Published on December 23rd, 2009 byHey guys,
I have a weird forum display issue and have no clue what I’m doing wrong. (My site is NewsTalkPA.com)
I’m trying to get the lower forum section on FrontPage.php and Forum.php to display like this:
CATEGORIES_TOPICS_POSTS_(GRAVATAR)_LAST POSTER_LAST POST (see: http://newstalkpa.com/)
1) Everything seems to be working for the first 3 headings (which are standard), but the “Gravatar” and “Last Poster” seem to show up in the wrong rows (the Gravatar and Last Poster for the corresponding sections appear one row off.)
I have no clue why this happens. It’s probably something very silly.
Any idea what I messed up in the coding?:
2) Also, any advice on getting the LAST POST to generate a clickable link to that post (right now the link is not clickable)
Thanks in advance as I am stumped!
<?php if ( bb_forums() ) : ?>
<h2><?php _e('Forums'); ?></h2>
<table id="forumlist">
<tr>
<th style="width:20px;"></th>
<th style="width:660px;"><?php _e('Categories'); ?></th>
<th><?php _e('Topics'); ?></th>
<th><?php _e('Posts'); ?></th>
<th style=padding:0px><?php _e('<i><b><font size=+1><font color=#a81817>!</font></font></b></i>'); ?></th>
<th><?php _e('Last Poster'); ?></th>
<th><?php _e('Last Post'); ?></th>
</tr>
<?php while ( bb_forum() ) : ?>
<tr<?php bb_forum_class(); ?>>
<td class="num" style=padding:2px><img src='http://newstalkpa.com/graphics/redfolder20.gif' width='30' height='20'><br></td>
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><small><?php forum_description(); ?></small><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
<td class="num" style=padding:0px>
<?php echo "<img src='http://www.gravatar.com/avatar.php?gravatar_id=".md5(bb_get_user_email($topic->topic_last_poster))."' width='24' height='24'><br>"; ?>
</td>
<td class="num">
<small><a href="<?php user_profile_link($topic->topic_last_poster) ?>" ><?php topic_last_poster(); ?></a></small>
</td>
<td class="num"><a href="<?php $topic = $GLOBALS['topic'] = current( get_latest_topics( array( 'number' => 1, 'forum' => get_forum_id() ) ) ); ?>"><?php topic_title(); ?></td>
<?php endwhile; ?>
</table>
<?php endif; // bb_forums() ?>
bbPress Forum within WPMU Subdomain Blog?
Published on December 23rd, 2009 byI’ve searched for hours but can’t find out how to accomplish this…
If I have WPMU subdomain blogs installed at: blogname.domain.com, how do I install a bbPress forum within one of these subdomain blogs at: blogname.domain.com/forum?
Since there is no actual subdomain configured within cPanel and the WPMU subdomain blogs are virtual, I don’t have a folder there to install bbPress into.
I only need to install a bbPress forum within 1 WPMU subdomain blog, however, I will take a solution that does this for all subdomain blogs, if need be.
From there, I’m assuming that I can integrate the bbPress installation(s) with WPMU so that user accounts can be shared, like usual?
Need to figure this one out very soon!
Thank you!!
Linking to commenter's profile
Published on December 22nd, 2009 by Hard Seat SleeperCan anyone tell me how to link to the current commenter’s profile page? ie:
http://www.mysite.com/forum/profile/username
currently the template I’m using links to any url specified by the author (usually his own website), but I want everyone’s name to point to their profile page on my forum.
using bb 1, and the function looks like this
function post_author_link( $post_id = 0 ) {
if ( $link = get_user_link( get_post_author_id( $post_id ) ) ) {
echo '<a href="' . esc_attr( $link ) . '">' . get_post_author( $post_id ) . '</a>';
} elseif ( $link = bb_get_post_meta( 'pingback_uri' )) {
echo '<a href="' . esc_attr( $link ) . '">' . get_post_author( $post_id ) . '</a>';
} else {
post_author( $post_id );
}
plugin developers – an idea
Published on December 22nd, 2009 by krisklHi!
maybe it was already discussed, but it has occurred to me (as a newbie without programming skills)
we all know plugins need updating, or developing to make bbpress more functional
so, my idea is, instead of paying some developers privately to make our forums works, to fix this or that plugin,
it would be better to pay from this forum, to do it and they could package these plugins for everyone to share!
it was a sad news re _ck_ and donations.. or rather lack of them, but maybe my idea would work better?
we all need work done, and sometime we have to pay someone anyways, but at least this way community could benefit
Kind regards
Kris
Akismet bug in bbPress
Published on December 22nd, 2009 by hpguruAkismet options page says show “This page is displayed moderators, or greater, in their capacity as the user level.”. Moderators can see bar Akismet stats in admin, but they were directed to the Forum homepage. Administrator has access to that normally.