Quantcast
Channel: bbPress.org » All Posts
Viewing all 3658 articles
Browse latest View live

Determining Theme Layout for bbPress

$
0
0

Hello
I am using the latest version of WP and bbPress with iThemese Builder theme.
Through the theme functions I am able to show all parts of the forum on a particular theme layout, apart from the forum index page when the breadcrumb ‘forums’ link is clicked. This takes me back to the main template layout which does not have the forum wigdets as required on all forum pages.
I also have the same issue with the search results.

I have tried the following code but as I am not overly familiar with bbPress conditionals it does not solve the problem. I believe what I am look for is the correct information to go into this line:
if ( is_bbpress() && in_category( ‘page’ ) )

// create view for forums
function custom_filter_category_layouts( $layout_id ) {
    if ( is_bbpress() && in_category( 'page' ) )
            return '599b46ad5fa63';

    return $layout_id;
}
add_filter( 'builder_filter_current_layout', 'custom_filter_category_layouts' );

Any advice appreciated.

Mike


Reply To: php function to tell (in a template) whether it is bbpress?

$
0
0

Hi there
I know this is a very old post but I am also looking for conditionals to show a particular template layout. I have posted at the following link.

If someone could help me it would be appreciated.

Determining Theme Layout for bbPress

Regards
Mike

Custom error message for blocked users

$
0
0

I have a site where certain users are blocked from accessing the forums. But if they access the forum URL, all they get is a generic “that page can’t be found” message. Is there any way to customize this message to let them know that their user level has no access to the forums?

Closed topics

$
0
0

Hello.
I would like to create a forum with closed topics. The person just will be able to see the topic the admin and the person who create. Is there any way to do that?

And is possible to modify the new topics shortcode? I would like to remove the “Topic tag” and another options in some places. One time the topic are closed, there’s no function for this options.

Thank you for your attention.

Reply To: Closed topics

$
0
0

Private groups

and look at the topic permissions

This will allow you to set users to be able to create topics, but not reply

Reply To: remove Titel on forum main page

$
0
0

.forum .entry-title {display: none}

No bbp-themes folder

Reply To: No bbp-themes folder


Reply To: No bbp-themes folder

Reply To: How To Create A bbPress SideBar

$
0
0

ok, put it into the child theme and remove form the parent theme – that way it doesn’t get lost on updates

so you have a bbpress specific sidebar as per

Layout and functionality – Examples you can use


yes ?

If so then in your new bbpress.php replace

line 49 ish

<?php get_sidebar(); ?>

with

<?php dynamic_sidebar( 'bbp-sidebar'); ?>

Reply To: How To Create A bbPress SideBar

$
0
0

@robin-w,
Excellent – that works.

Thank you very much – your help is appreciated.

Reply To: Free WordPress theme that are bbPress ready?

$
0
0

@heero I know this thread is old but it still shows up 1st page when I search bbPress themes. So I thought it would be worth providing an upto date answer for future viewers.

The 1st stop I would recommend is checking out wordpress.org/themes where you can find thousands of themes.

However, if you don’t want to spend all day looking through their directory then check out Softwarefindr a platform were forum owners using bbPress give a shortlist of their recommended bbPress themes.

Reply To: Forums index does not work

$
0
0

@robin-w For some reason I have the same problem with the bbpress forum index. It does not work.

Here is the site link. But at the Forums level, no index.
The [bbp-forum-index] code is on the Forum created.

Any help would be great.

Reply To: Forums index does not work

$
0
0

the forums link seems to be

/forums/forum/forum which is a bit weird.

so can you confirm that you have a page called ‘forums’ with a permalink of ‘forums’ and the shortcode
[bbp-forum-index] in it?

Reply To: Forums index does not work

$
0
0

Yes I can confirm this.

That being said, I take the Forum page itself is the best place to issue the bbPress Index?


Reply To: Forums index does not work

$
0
0

can only think that you have a conflict

It could be a theme or plugin issue

Plugins

Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

Themes

If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

Then come back

Reply To: Forums index does not work

$
0
0

For some reason, after disabling a few plugins and even deleting the Forum.

The new Forum is still coming up with “/forums/forum/forum”?

Any idea?

Reply To: Forums index does not work

$
0
0

ok, think I have just had a thought

so you have one forum called ‘forum’ – yes ?

Reply To: Forums index does not work

Reply To: Forums index does not work

$
0
0

I think it is your theme, but of you are only having one forum, then you could create a page called anything and put

[bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]

you can find the ID of your forum by looking at the number in the url when esiting it ie in

dashboard>forums>all forums>edit forum

and use this page as your forum page.

It may work, it may not 🙂

Viewing all 3658 articles
Browse latest View live