Skip to:
Content
Pages
Categories
Search
Top
Bottom

Filter Breadcrumbs

Published on May 28th, 2013 by DNBrawler

I don’t want no redirecting load delay. I want a straight LINK to another page. I need to filter the /forums root, need to make it send my users elsewhere.

Default login-form snippet

Published on May 28th, 2013 by Shmoo

Just curious,

When I sneakpeak in the ShortCode section I notice you can call the login form by.

<?php bbp_get_template_part( 'form', 'topic' ); ?>

This works great inside my templates and the bbPress login form pop’s up where I need him to be.

View post on imgur.com

But now I need to add some classes for CSS reasons and I wandering where I can find the code-snippet of the default form used.

?

Forum search not working

Published on May 28th, 2013 by Ravi Kasarla

I have installed the bbpress latest version 2.3.2 and added the bbpress forum search widget in side bar.

When i used to search the forums, I am always getting the below error message as search result.

“Sorry, but nothing matched your search criteria. Please try again with some different keywords.”

I tried with “https://wordpress.org/plugins/bbpress-search-widget/” and “https://wordpress.org/plugins/search-bbpress/” plug-ins but the result is same.

Please suggest the solution to overcome this issue.

Ugly shadows on my forum :/

Published on May 28th, 2013 by sublbc

Hey all, i run this site, and im determined that it should all be ran by wordpress, its all going great etc. But, as soon as i installed my forum, i see that it uses this ugly style, with background color etc.

What id really like is no shadow on the text, no background, small border around the different forums and thats pretty much it.

Heres before: http://puu.sh/32WkF.png
Heres how i want it to be: http://puu.sh/32Wpf.png

I hope you understand my problem :/
Ive read this https://codex.bbpress.org/step-by-step-guide-to-creating-a-custom-bbpress-theme/ but i cant seem to find the necessary files.

I hope you can help me out 🙂

converting from vbulletin 4.2.0

Published on May 27th, 2013 by koolthing

Hi, I’m thinking get rid of vbulletin and looking to switch to bbpress. Is there a converter for this? and if there is a converter, this converter successfully convert everything? I mean, users, topics, posts, passwords, forum permissions.

thanks in advance.

Login Widget

Published on May 27th, 2013 by BlackLotuss

Hello!

I’ll be direct here and get to the point, I did not like bbpress so I do not use it for forum purposes. Now the only thing I find really usefully is the login widget it comes with, so I was wandering if there is a way to just have this login widget installed as a separate plugin, since having bbpress installed just for this one thing is kind of an overkill.

Cheeers

Manually list a bunch of forums based on their IDs

Published on May 27th, 2013 by Shmoo

I just deleted my previous work where I had grouped all my forums inside Categories and made all forums solo – no parent Forums anymore.

The only question I have is how do I manually query for forums based on ID’s.

On the forums-archive template ( forums index ) I would like to group all my forums manually together, fake ‘categories’ I will make of static HTML inside the archive-template and now i’m only searching for a piece of code how to list them.

Lets say:

Name fake cat. in HTML
– (forum_id = 23) forum_name – topics – replies
– (forum_id = 37) forum_name – topics – replies
– (forum_id = 15) forum_name – topics – replies

I wished this would work..


<?php if ( bbp_has_forums( array( 'forum_id' => 23 ) ) ) : ?>
<?php bbp_get_template_part( 'loop', 'forums' ); ?>
<?php endif; ?>

Fixed bug JS in the default theme

Published on May 27th, 2013 by axeleus

After installing the plugin and view the topics, found in the Error Console

Error: TypeError: $(...).on is not a function
Source: /wp-content/plugins/bbpress/templates/default/js/topic.js?ver=2.3.2
Line: 22

Fixed bug with changing the .on to .live at line 22 and 27

I try to keep my bbpress forum simple

Published on May 26th, 2013 by helibosse

I am new with both WordPress and bbpress and I need your help. I have managed to set upp bbpress forum, but I want the pages to be as simple and clean as possible. So, I want to get rid of right hand column, the navigation column, which I am not going to use anyhow. On the normal WordPress pages I have found how to disable this feature, but not for bbpress.

I am using Theme Twenty Twelve, and I have downloaded both WordPress and bbpress this week, so I guess I have the latest version.

Moderator cannot moderate posts

Published on May 26th, 2013 by mangtimo

I’m having issues with user role capabilities.
Keymaster & Moderators could not moderate any post. (except the super admin account)
I need to set the roles into:
site role: Subscriber
forum role: Moderator

Tried multiple combinations of roles, just can’t moderate.
Prior to this, I’ve used the reset user roles because I’m getting the error:
“You do not have permission to post”
That’s despite any user role I’ve created. After that was fixed, I encountered this.

Fresh install. Multisite, Buddypress 1.7.2, BBpress 2.3.2

Skip to toolbar