Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forums under categories alignment?

Published on January 14th, 2014 by jernatety1

How to get the forums to line up underneath each other instead of next to each other on forum home?

Here is how I’d like it.

Category Name
– Forum 1 (0,0)
– Forum 2 (0,0)
– Forum 3 (0,0)

This, (below) is how it looks on my forum home

Category Name
– Forum 1 (0,0) Forum 2
(0,0) Forum 3 (0,0)

Make changes to bbpress without losing them on updating.

Published on January 14th, 2014 by faithlee

Hi all, I know that to make changes to a theme in wordpress you use a child theme to avoid losing the changes upon updating the files. I am doing this and it works fine.

My issue is doing the same for a plugin. Does anyone have any idea on how to make changes to the css files and some php files without losing the changes when I update the bbpress file?

Any help would be greatly appreciated.

Thanks

Faith

Forum root

Published on January 14th, 2014 by koendb

I want my forum root to display the a list of forums instead of their parent categories.
I am able to do this using these shortcodes on a page I added myself:





You can see this working on my forum page. This is how I want my forum root to look.

But when navigating the forum, the breadcrumbs link to the ‘real’ forum root. When I add
echo do_shortcode('');
to the template file of this page it adds the categories index again (just like

would).

How could I get the individual forums on the forum root OR change the links in my breadcrumb?
Thank!

WP 3.8
bbPress 2.5.1
Website: 24Baby

redirect loop while using post-name as permalink

Published on January 14th, 2014 by masadmin

Hi,

I am getting a redirect loop while accessing forum posts. The index page of forums (forum lists) works fine bur none of the forums works.

This will work fine when we use default hyperlinks but we can use only %post-name% permalink due to our site structure.
Can anybody provide a solution to this problem

Thanks

Users don't receive notifications for new topics created in admin

Published on January 14th, 2014 by marcuswhit

I have several users subscribed to a forum, and they all receive email notifications when a new topic is created in the regular way through the front end. However, if a user creates a topic for that forum via the admin area, they don’t receive notifications.

Is this by design? I would have thought the behaviour should be the same regardless of how the topic is created.

bbPress is extremely slow for large forums

Published on January 14th, 2014 by Donta

I recently migrated a large forum from another platform. The forum is quite large (1M+). The issues I am having is that opening individual forums is slow and opening threads is pretty much the same. 20 seconds – 30 seconds sometimes. I am running the latest bbpress and the site runs on a dedicated server and had no issue with the previous forum platform.

It is truly frustrating. I would truly appreciate if someone can point in the right direction of what to look for?

Create Topic then redirect to a landing page

Published on January 14th, 2014 by shearamariz

Hi,

I just want to know if it’s possible, that after creating a topic you will be redirected to a landing page?

Thanks.

Polldaddy shows rating on bbpress forums

Published on January 14th, 2014 by 5ngua

Hi,
As title said, Polldaddy shows rating on bbpress forums. This is not a wanted feature. I know there is option to exclude pages to displays rating. But when there are so many forums and sub-forums, we will be tired of excluding them.

Hope there will be a better solution for this.

Thanks,

Can't get margin to display correctly

Published on January 13th, 2014 by nzguyyy

I am new to CSS and trying to change the formatting of my post-content div. My forum home page, and topic pages look okay but the margin in my post content page isn’t quite right. I can fix it by inspecting element and performing the change below, but then it reverts to being broke again.

I change it to this:

#bbpress-forums .post-content p {
margin: 0px 0px 0px !important;
display: block;
}

but then it reverts to this:

#bbpress-forums .post-content p {
margin: 0px 0px 20px;
display: block;
}

Any idea what I’m doing wrong? Forum is here:

http://www.planitnz.com/new-zealand-travel-forum

Can't fix margin of post content box

Published on January 13th, 2014 by nzguyyy

I am new to CSS and trying to change the formatting of my post-content div. My forum home page, and topic pages look okay but the margin in my post content page isn’t quite right. I can fix it by inspecting element and performing the change below, but then it reverts to being broke again.

I change it to this:

#bbpress-forums .post-content p {
margin: 0px 0px 0px !important;
display: block;
}
but then it reverts to this:

#bbpress-forums .post-content p {
margin: 0px 0px 20px;
display: block;
}
Any idea what I’m doing wrong? Forum is here:

http://www.planitnz.com/new-zealand-travel-forum/

Skip to toolbar