Skip to:
Content
Pages
Categories
Search
Top
Bottom

Auto Remove Forum Post (bbpress)

Published on June 10th, 2014 by edgarpoe

Hi, I’m looking for any solution with regards to removing of forum posts to expire after 60 days?

I tried applying the solution found in this thread

expired topics


But this code is untested, any insights?

Any help would be appreciated!

How to get the topics of a specific user

Published on June 10th, 2014 by metalzade

Hi,

I’m trying to display the topics that the user created (the logged in user), The lack of bbPress documentation leaved me no choice than creating a topic on how to do it. Any thoughts on how to do this?

Reply doesn't work with TinyMCE enabled

Published on June 10th, 2014 by brashell

Following some of the code I found on the site to re-enable TinyMCE I am unable to reply to any comments. The TinyMCE box appears, but when you attempt to click inside it doesn’t allow you to. It appears that the iframe contents are deleted when the jQuery moves it to the temporary div. I have found this thread: https://wordpress.org/support/topic/tinymce-in-relation-with-nested?replies=1 as well as a few others I can’t seem to find now with the same issue. I attempted to get the jQuery working but with no luck, would appreciate if someone can file a bug report, I can’t figure out where to. Thanks.

Error when creating new topic and debug mode set to true

Published on June 9th, 2014 by dryan1144

Getting an error when posting a new topic, but only when debug mode is true in wp-config. Just want to make sure this isn’t an issue going forward. The topic does post when I revisit the forum, but the user is greeted with the following white screen error message:

Notice: Undefined variable: user_id in /home/myuser/mydomain.com/wp-content/plugins/bbpress/includes/common/functions.php on line 1225

Notice: Undefined variable: user_id in /home/myuser/mydomain.com/wp-content/plugins/bbpress/includes/common/functions.php on line 1231

`Warning: Cannot modify header information – headers already sent by (output started at /home/myuser/mydomain.com/dev/wp-content/plugins/bbpress/includes/common/functions.php:1225) in /home/myuser/mydomain.com/dev/wp-includes/pluggable.php on line 1121

This is on a clean installation with a fresh copy of bbpress 2.5.4. Zero plugins, zero bbpress template modifications.

Ideas? Can anyone else duplicate?

New and needing help.

Published on June 9th, 2014 by debi_c

HI,

new to this plugin.. .so far so good!! Great actually!! but I’m having trouble
1) understanding how to get the bbPress sidebar to show on my page without it showing on all the pages.

2) I tried setting up a bbpress.php page but I’m seeing where to choose that… the dropdown for the templates isn’t showing it. I renamed one of the existing templates to bbpress.php …but it’s not available to choose.

Not sure a link to the site would help since I have it set to maintenance mode…

TIA for the help.

Debi

ps…theme is Mantra, latest versions of both WP and bbpress

[what?] > Forums

Published on June 9th, 2014 by SeeingBlueS2

If you look at my forums http://test.greatarchitect.us/forums you will see the navigation reads

Elder Scrolls Online › Forums

Why does it say Elder Scrolls Online? Where is it getting this? In no way, shape, form, or fashion should this be occurring that I can tell.

Remove Featured Image on Forum Index

Published on June 9th, 2014 by cbazoe

Hello!

I’ve downloaded the Heaven’s Corner theme, and I’ve noticed that whenever I upload new media on my site, the forum grabs that image and sets it as the featured image on the forum index.

the page it’s happening on

Does anyone know how to stop it from doing that? I don’t want any featured images above it.

I’m using 3.9.1 of WP and 2.5.4 of bbPress

Is there a forum print plug-in?

Published on June 9th, 2014 by Meryl

Is there a plug-in or easy way to add a print button to a forum posting?

Thanks,
Meryl

Remove sidebar

Published on June 9th, 2014 by aborruso

Hi all,
I know that there are several post about it, but I’m not able to find a solution for my forum.
It’s password proteceted and I cannot send you any link.

– I have WordPress 3.9.1 and bbpress 2.5.4
– I use Twenty Eleven (I know it’s a bad theme for bbpress)
– I have copied the content of /wp-content/plugins/bbpress/templates/default folder in my theme folder
– I have edited all the php files of my /wp-content/themes/mytheme/bbpress folder and commented “get_sidebar()” function
– I have created forum.php and bbpress.php file starting from page.php template and commented “get_sidebar()” function

But I have always the sidebar (below bbpress).

If I use this code

function disable_all_widgets( $sidebars_widgets ) {       
    if ( function_exists('is_bbpress') ) {
        if (is_bbpress()) {
            $sidebars_widgets = array(false);
            remove_all_actions('bp_register_widgets');
            unregister_sidebar( 'bp_core_widgets' );
        }
    }
    return $sidebars_widgets;
}

add_filter('sidebars_widgets', 'disable_all_widgets', 1, 1);

all the widgets disappear, but I have always meta links.

I know I should change theme. Do you have some tips for this one?

Thank you,

Andrea

adding a search box for specific forums only or sub forums

Published on June 9th, 2014 by nolimit966

Hi,
My website has 3 different products which offer 3 different user groups which see content depending on the level of subscription they are on.
In relevance to this the website has 3 different forums silver, gold and platinum.

How can i add a bbress searchbox which only shows search results from the silver bbpress forum (and not show results which searches all of the forums)?

I was thinking of creating 3 different search boxes which are shown or hide depending on the level type (platinum would see a search all forums box, gold users would see a search gold forums box ect).

Any help would be grateful,

thank you

Skip to toolbar