Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moderators

Published on September 22nd, 2014 by Icaroferreira

Hi,

How do I create a panel of controls for moderators on my forum?

Regards,
Icaro

Which need I use?

Published on September 22nd, 2014 by Icaroferreira

Hi,

Which plugins I need to use to leave my bbPress more robust, similar to IP.Board. I need to have the control panel for moderators and several other similar things with IP.Board.

Help me, Please.

Best Regards,
Icaro

Change Forum ID for a Given Topic

Published on September 22nd, 2014 by robsward

Hi,

How can I move a topic from one forum to another programmatically? I’m hoping to send a post variable with the new forum ID, and then update the topic like so:

// Update the Status Meta After Changes are Posted
if ( isset( $_POST['bbps_forum_option'] ) ) {

	$new_forum = $_POST['bbps_forum_option'];

	bbp_update_topic( $this->topic_id, $new_forum );

} // if()

Thanks!

Creating a New Query Object from within a Class

Published on September 22nd, 2014 by robsward

Hi,

I’m trying to retrieve a simple list of all forums on a site, for which I need to have a loop. I’m trying to create one from within a class in my plugin using this function:

public function forum_list(){

	$forums		= array();

	if ( bbp_has_forums() ) {
		while ( bbp_forums() ) {

			bbp_the_forum();

			$forum_id = bbp_get_forum_id();
			$forum_name = bbp_get_forum_title();
			$data = array( 'ID' => $forum_id, 'name' => $forum_name );

			$forums[] = $data;

		} // while()
	} // if()

	return $forums;

} // get_forum_list()

Which is called inside the construcor like so:

$this->forums = $this->forum_list();

This is telling me there is no object (Call to a member function get() on a non-object). The function works perfectly well outside the class, but inside it fails. What am I missing?

Css Error

Published on September 22nd, 2014 by Andrea Grillo

Hi,

i found an error in your css file. I read this media query:

@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
-webkit-text-size-adjust: none;
}

This rules does’nt work because it is semantically incorrect.
Normally the plugin works fine but if you try to minify your css file (I tested it with w3 total cache), the minify file generates an error and doesn’t work correctly.

Please, can you fix this ?

Thanks

Andrea

P.s.: I found this error on bbpress and buddypress wordpress plugins.

Redirect users to /forum after login

Published on September 22nd, 2014 by diggeridoo

Hi, I’ve read here that bbpress redirects users to the homepage instead user’s profile as wp does.
That’s perfectly cool, but I would like to redirect my users into the /forum’s page instead the home.
How could I change this redirection? (only for subscribers/participants role)

Thanks!
🙂

Spams In forum registration

Published on September 22nd, 2014 by mehaksethi

Hi

I am using bbPress plugin and getting so many spams, Please help how can I get rid of spams in forums registration and Topic Registration.

I need to secure the registration process. I’ve been battling spam bots all weekend. Please help.

Thanks

plugin clash with StToolkit

Published on September 21st, 2014 by Brentverco

HI guys

I have just installed bb press (2.54) on my wordpress site ( 4.0) with Edu theme by smooththemes

www.amsn.com.au

I was not able to see the forum menu on my dashboard. After some trouble shooting I have isolated to a plugin clash with sttoolkit by smoothemes. When I disable this plugin everything seems to work fine.

see this screenshot
https://monosnap.com/image/qRMOVXqJUq0klVP2o6K9ElX2xn1G8x#

Any ideas about how to fix this ?

cheers
Brent

buddypress private group is not visible in bbpress

Published on September 21st, 2014 by vizcano

hello, i hope you can help me.

i installed bbpress 2.5.4, i also installed buddy press 2.0.2, so i could have a private group forum.

this is what i want.

i want to have 2 forums. one for general public and another to vip public.
in general public forum anyone should be able to participate.
in vip public forum group only members can see and participate here.

so i installed buddy press to have this vip public group.
and i choose some vip members but when going to the forums… this group is not visible, not even to the vip members.

what am i doing wrong? or is my bbpress not compatible with the buddy press?

please help. and thanks

BBPress Awards Plugin

Published on September 21st, 2014 by LaunchFocus

Has it been created or should I develop this with my team? I believe it would be a great addition to BBPress; awards when a user gets a certain amount of replies or topics and custom awards you could add. If we get at least 15 replies of interest, we will develop this plugin. We will charge a small fee for a life-time license.

Our website – http://launchfocus.com

Look forward to your input.

Skip to toolbar