Skip to:
Content
Pages
Categories
Search
Top
Bottom

Plugin Integration to Topic Post Form

Published on December 6th, 2016 by bradwabbott

Hi,

I use ZotPress reference manager and the WP plugin. I would like to include the Zotpress plugin’s functionality for searching for the references I have already recorded in Zotpress and then insert them into my topic.

I am just looking how to modify the topic post template in bbpress so that it shows this plugin interface for Zotpress.

I have looked on the forum how to do this, but I cannot find how the bbpress template inserts the plugin interface for other plugins. This plugin’s reference insertion interface shows up in the standard worpress new blog template page fine. I would like to do the same for bbpress topic post template.

I used wordpress 4.6.1 and bbpress 2.5.11. Any help would be really appreciated.

Thanks,

Brad

How to Subscribe to Sub-Forums?

Published on December 6th, 2016 by piratesjv81

Hopefully someone can point me in the right direction on this. Our site is trying to gain a functionality on its forums in which members can subscribe to specific sub-forums (in addition to topics). Maybe I’m incorrect, but it seems like bbpress offers this but whenever I create the sub-forums I don’t see the “Favorite/Subscribe”options in the top right. Any thoughts on how to add this for individuals sub-forum levels?

Here’s an example: on the following page direct scheduling is a sub-forums that I would like to add the functionality to. ideally, if a user registers they will receive an email notification whenever a new topic is created in this specific sub-forum only.

https://www.navao.org/forums/forum/navao-forum-bbpress-main/

PHP changes not showing

Published on December 6th, 2016 by Thomas_k

Hello,

I’ve tried to get the forum layout from my website from the standard layout to the bbp-style-pack alternate template layout. Because it didn’t work within the plugin i replied to a topic already started by someone and got in a conversation with @robin-w (see topic here: https://bbpress.org/forums/topic/forum-style-setup/).

After trying a lot of things nothing worked and i’m still trying to get this working. I’ve put the loop-forums.php in my theme directory, changed it in the editor within WordPress but nothing changed. And this make me concern that something is not right. How is it possible that changes made to this copy of loop-forums.php are not showing?

Is there anyone that can help me out with the layout and with the fact that the edits to the php file are not showing?

Thanks in advance,

Thomas

Plugin does not work bb-pres

Published on December 6th, 2016 by chui90

Version 2.5.11 When you install the plugin and aktiviruesh it does not appear in the console not have a menu for the plugin. Help solve the problem

Permalink Problems – 301 Redirects Back to Homepage

Published on December 6th, 2016 by alexjewell5r

Hi! We have bbpress installed on a relatively large wpengine-hosted wordpress site. Suddenly, about a week ago, all pages started redirecting back to the homepage. Annoyingly, changing the permalink settings back to “Plain” fixes the issue, but that kills our SEO and breaks all hardcoded links back to our forum. We’ve set it to Plain on our production site temporarily, but need Postname permalinks to work again. On our staging site, you can see how any page does a 301 redirect back to the homepage (example: http://fiverrforum.staging.wpengine.com/categories/welcome/community-rules-guidelines). Wpengine support says that our htaccess files look good and are standard, and insist the problem lies with bbpress. They’re adamant the problem relates to a setting within bbpress or with how bbpress is handling permalinks. I’ve tried disabling plugins to see if it’s a conflict of some sort, and the issue persists. Any advice or assistance would be greatly appreciated!

404 headers for user profiles

Published on December 6th, 2016 by pavelevap

Hi,

I can see user profiles without problem, but I am using Redirection plugin which is logging 404 requests and all pages for public user profile are considered as 404. I also tried to check HTTP headers and it also returns 404 even if profile is accessible. Any idea why?

Thank you!

Recent topics/replies from private forum are not displayed in widget. Why?

Published on December 6th, 2016 by Valery Kondakoff

Hello!

One of the forums on my site is set to ‘private’.

Recently I noticed, that topics and replies from this forum are not displayed in the Recent topics/Recent replies widget for the users, which role is set to Participant. Topics/replies are visible in the widget if I change the users role to Moderator.

If there is a way to display them to the Participants?

bbpress Search widget doesn’t work with my theme

Published on December 6th, 2016 by mohamedouqas

my bbpress search widgets does not work with my theme
im using biscayalite theme 2.1.1
and bbpress 2.5.11
wordpress version 4.6.1
however when i change to default theme the search works fine
the probleme with changing my theme is that i did a lot of work on my theme i can’t afford to redo the work .
is there any solution to this probleme without changing the theme ?
thank you

authors BBpress ignore an big problem (SLOW)

Published on December 5th, 2016 by senatorman

It look like the authors off BBpress ignore an very big problem that the performance goes bad on big forums.
They can’t test this, because they have no big testforum, so they think BBpress is fast enough, but it isn’t

PLEASE PUT YOUR TIME IN THIS PROBLEM, IF YOU WILL MAKE BBPRESS GROW.

Take a look of my forum. 1100000 posts, 72000 topics, 50000 members.

www.opel-forum.nl

Child theme css overrides bbPress css

Published on December 5th, 2016 by laalpert1

Hello –

I’ve created a copy of bbpress.css in my child theme’s folder, but edits to this file don’t seem to be taking precedence over the child theme’s css file. Possibly something to do with the enqueue function in the child theme’s functions file, but I don’t know enough about that to check that.

I’m using WP version 4.6.1, bbPress version 2.5.11 and a custom child theme. The site’s forum page is here: www.amersa.org/forums.

The child theme functions file includes this function:

if (!function_exists(‘inspiry_enqueue_child_styles’)) {
function inspiry_enqueue_child_styles(){
if ( !is_admin() ) {
// dequeue and deregister parent default css
wp_dequeue_style( ‘parent-default’ );
wp_deregister_style( ‘parent-default’ );

// dequeue parent custom css
wp_dequeue_style( ‘parent-custom’ );

// parent default css
wp_enqueue_style( ‘parent-default’, get_template_directory_uri().’/style.css’ );

// parent custom css
wp_enqueue_style( ‘parent-custom’ );

// child default css
wp_enqueue_style(‘child-default’, get_stylesheet_uri(), array(‘parent-default’), ‘1.1’, ‘all’ );

// child custom css
wp_enqueue_style(‘child-custom’, get_stylesheet_directory_uri() . ‘/child-custom.css’, array(‘child-default’), ‘1.1’, ‘all’ );

}
}
}

Is this what’s causing the issue? Thanks.

Skip to toolbar