Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove a forum category from latest discussion.

Published on March 25th, 2009 by

Is there a way remove a specific forum category from the latest discussion list?

I have tried editing in functions.bb-topics.php

From

function get_latest_topics( $args = null ) {

$defaults = array( ‘forum’ => false, ‘page’ => 1, ‘exclude’ => false, ‘number’ => false );

to

function get_latest_topics( $args = null ) {

$defaults = array( ‘forum’ => false, ‘page’ => 1, ‘exclude’ => 13, ‘number’ => false );

13 being the category number I wish to remove. This does work in removing forum 13 from latest discussion unfortunately it also removes forum 13 completely lol

Upgraded to 0.9.0.4, can’t login

Published on March 25th, 2009 by bedbugger

I can’t login as admin/keymaster after the upgrade. (I followed the upgrading instructions, deactivated all plugins before upgrade).

During the upgrade process, when it asked for the configuration information, I used the same information that was in my old bb-config file in the appropriate boxes.

Please help!

How to display topic starter name on front page?

Published on March 25th, 2009 by

I want to display topic starter’s name near the topic title. How to do it?

New Stop Forum Spam API Plugin; Block Fake User Registrations

Published on March 24th, 2009 by

Hey Guys,

I get hundreds of fake forum users who register on my forums here: http://reviewtrip.com/traveltalk

Even though I use the plugin Human Test, I still get these spam users. So I decided to create a plugin that hooks into StopForumSpam API to stop these guys.

You can download and find the instructions here:

http://reviewtrip.com/blog/stop-forum-spam-api-plugin-for-bbpress

Let me know what you guys think!

Pluggin/theme for posting banner ads

Published on March 24th, 2009 by

Hi,

Is there a theme and a pluggin I can get so I can put some banner ads on my forum?

Email optional for anonymous users?

Published on March 24th, 2009 by

I’m using the Anonymous Posting plugin by Aditya Naik (2.2_ck_mod_1.2.0) and its working great.

I would like to make the email field in the post form optional, and to insert a dummy address like <ip>@mydomain.tld if no email is given in the form.

I’ve looked for a filter to add this functionality but I’m a bit stuck.

Anyone who have a bit more experience with BBPress plugins mind giving me a pointer?

./Al

Plugin: Wall, guestbook on Profile?

Published on March 24th, 2009 by

Is there a plugin that allows other forum members to leave guestbook messages on another persons profile page. It’s kind of important when wanting to show peoples reputations on the forum.

I got me a fatal error on good ol’ line 72

Published on March 24th, 2009 by

I installed bbpress and went to activate it and got the following message on the plug-in page…

// Bail here if no key is set
if (!bb_get_option( 'akismet_key' ))
return;

I’m assuming this has something to do with my API key? No Idea.

-D

Functions.php came with unexpected t string

Published on March 23rd, 2009 by

I haven’t edited anything, before even installing I get the unexpected t string error and this

bb-includes/functions.php on line 2256

It’s a blank line, here’s what’s above it:

function bb_nonce_ays( $action ) {

$title = __( ‘bbPress Failure Notice’ );

$html .= “t<div id=’message’ class=’updated fade’>nt<p>” . wp_specialchars( bb_explain_nonce( $action ) ) . “</p>nt<p>”;

if ( wp_get_referer() )

$html .= “” . __( ‘Please try again.’ ) . ““;

$html .= “</p>nt</div>n”;

$html .= “</body>n</html>”;

bb_die( $html, $title );

}

exluding “user on” from topic feed title

Published on March 23rd, 2009 by Avaz

I’m displaying latest forum posts using RSS:

<?php require_once(ABSPATH . WPINC . '/rss.php');
wp_widget_rss_output('http://localhost/bbpress/rss.php', array('items' => 5, 'show_author' => 1, 'show_date' => 1));
?>

and the code above displays as follows:

admin on “Test topic” 13/03/2009 admin

Now, how can I exclude “admin on” part from the title?

Skip to toolbar