Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom Registration Link plugin compatibility

Published on December 28th, 2011 by dbrowdy

Hey guys, I could use a little help. I’ve installed a plugin on my WP to change the default registration link so as to avoid spam bots. I’d like to edit my bbPress “Registration Page” template to work with this new link.

Can anyone tell me how to change it from:

“wp-login.php?action=register”

to

“wp-login.php?action=example”

I’d really appreciate it. I’ve tried digging into the code and it’s not super clear to me.

Upload images

Published on December 27th, 2011 by il_dandi

Hi! I’ve installed bbpress forum on WP and now I’d like to know if it’s possible to upload images in each post. I’d like allow users to show images in each post

Thanks

Where to manage subscribed threads?

Published on December 27th, 2011 by offbeatempire

bbpress allows members to subscribe to threads to receive emails notifying them of new posts in a given thread.

Where can users manage their subscriptions? Do they have to return to each thread manually to unsubscribe, or is there a page where they can view all their subscribed threads?

[bbPress 2] How to disable the forum description field

Published on December 27th, 2011 by

How do I disable the forum/topic description field that show up on top of each forum/topic page?

I thought the code below would work but it doesn’t.


/home/www/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php


function bbp_no_get_single_topic_description ($param) {
return true;
}
add_filter ('bbp_get_single_topic_description', 'bbp_no_get_single_topic_description');

How to disable Tags in bbPress 2?

Published on December 27th, 2011 by

How do I disable the Tag functionality in bbPress 2?

Disable sub-forums in bbPress 2?

Published on December 27th, 2011 by

I don’t want to use sub-forum at all in bbPress.

How do I configure bbPress 2 so that there is only one forum (no sub-forums)?

How to make bbPress 2 display on the front page?

Published on December 27th, 2011 by

How do I make bbpress 2 to display on the front page (root level)?

I just installed WordPress 3.3 with the bbPress 2.0.2 plug-in for http://example.com

But do see the actual forum, you have to go to http://example.com/?post_type=forum

How to I make ?post_type=forum display on the frontpage of http://example.com ?

I Will Not Eat Spam (+ Dr Seus)

Published on December 26th, 2011 by Dan Milward

We still have a problem with spam and bbPress. We’re still getting 40+ spam posts a day. We have tried quite a few things to get rid of this problem but nothing seems to be working.

Currently our site is running the latest version of bbPress, we have the Akismet Plugin activated & running, and we also have the Stop Spammer Registrations reCAPTCHA Plugin for new user registration.

We have tried the reCaptcha for bbPress 2.0 this didn’t make much difference and we couldn’t use this Plugin in conjunction with the spammer registration Plugin so have removed it for now for testing.

We are running out of ideas and things to try. Here is an image illustrating the crap being posted on our forums: http://instinct-downloads.s3.amazonaws.com/bbpress-spam.jpg

Can anybody else relate to this?

Forums pages and components

Published on December 26th, 2011 by il_dandi

Hi! I’ve installed bbpress on WP… all works ok but I don’t know how to add

– registration area

– last messages area

– etc..

I’ve searched on google but I don’t know how to insert these in my pages

Thanks

Configure layout and CSS

Published on December 26th, 2011 by il_dandi

Hi! I’m trying to use bbpress in WP with Contrast theme

I’ve seen that when I go at www.domain.com/forums

I show forum texts without styles and CSS… simple text without any style applied

How Can I show bbpress forum with right style?

Thanks

Skip to toolbar