Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Login

Published on April 27th, 2013 by murrayac

Hello All,

The function below redirects new registered users to the forum page once they register.

Is their anyway to redirect users to a new page on registration (with thanks for registration and forum login).
Then redirect form thanks for register page back to forum once they login.

add_filter('bbp_user_register_redirect_to', 'my_custom_redirect_function');
function my_custom_redirect_function($redirect_url) {
$forums_url = bbp_get_forums_url();
return $forums_url;
}

New editor ??

Published on April 26th, 2013 by Darren1981

Hey all,

Just noticed a new update and also noticed that this update removes the new editor.. Ive added the code to my custom functions file to make the new editor display..

Was there a reason the new editor was removed ?? I hadn’t had any issues with it as of yet and am not sure if i should revert back to the old one or not.

Regards, Darren

bbbPress performance

Published on April 26th, 2013 by Onebird

Hello,

I’m thinking to use bbPress for one of my websites that currently have around 500000 topics and 30000 registered users. Does anyone installed it on a large website? Did you had performance issues?

I’m wondering if bbPress does scale.

Thanks,
onebird

Creating reply shows topic 0

Published on April 26th, 2013 by RB2108

Hi .. I’m fairly new to bbPress and have been trying to get a feel for how it works by creating forums, topics and replies from the admin and front end. I have one problem in that when I try to create a reply to an existing topic in admin, the reply attributes allows me to select a forum but then the topic entry field always stays at 0. Then when I show all topics, the correct forum is displayed but underneath it shows (mismatch) in red.

Also, when I try to create the reply from the front-end, I get the message ERROR: Are you sure you wanted to do that ?

What am I doing wrong, please ?

Thanks .. Ron

Promoting extensions?

Published on April 26th, 2013 by Mike Stott

Hi

Is there a time / place location where I can promote extensions that have been written for bbPress (including discount codes?).

Is this the time and place? can anyone suggest an alternative?

problem with reply-permalinks

Published on April 26th, 2013 by ovizii

Not sure why but some are working some aren’t.

Working: http://www.die-kellerkinder.eu/forums/topic/world-of-tanks-t-3485-spotted-12-oclock-hetzer-engaging/page/71/#post-6266

Not working: http://www.die-kellerkinder.eu/forums/topic/world-of-tanks-t-3485-spotted-12-oclock-hetzer-engaging/#post-6284

They are one reply apart and one is working the other one isn’t 🙁

Conflict with Jetpack

Published on April 26th, 2013 by Lazylonewolf

There seems to be a conflict or something if used with Jetpack. Others users as well I have been having some problems.

Where to edit main forum page?

Published on April 26th, 2013 by Attention

Hi,

This is my main forum page where all forums are listed: http://vladimircuk.com/carolalt/forums/

Where is this page located and how do I edit it? I can’t find it anywhere in WordPress Pages admin.

Any advice appreciated.

bbPress 2.3.1 now available!

Published on April 26th, 2013 by John James Jacoby

Drop feedback about bbPress 2.3.1 here!

See the 2.3.1 milestone on Trac for changes.

From the blog post:

Also in bbPress 2.3.1, we’ve disabled the use of WordPress’s visual editor (aka TinyMCE.) The HTML editor is still available, and works extremely well. If you want to enable the visual editor again, we’ve added a code snippet to the codex that will turn it back on for you.

bbPress and WPML

Published on April 26th, 2013 by Rics1983

Hi, i’m using bbpress and WPML together.
The problem is that when i activate WPML plugin, the admin menu of bbPress disappear.
As soon i deactivate WPML, the bbPress menu appears.

Versions used:
Wordpress 3.5.1
WMPL 2.8.1
bbPress 2.2.4 (tried also 2.3 but the problem still remain)

Skip to toolbar