Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to add user profile link to specific menu?

Published on September 18th, 2015 by dayan89

Hi,

I have two menu areas on my website: main and top. I would like to add user profile link to top menu only.

I found this example, which was were useful: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#8-add-edit-profile-to-a-wordpress-menu But it adds link to both menus, top and main. I would like to add user profile link only to top menu, without adding it to main menu.

Can you help me please?

Is it possible to loop bbp_register_view ?

Published on September 17th, 2015 by wpman

I have a taxonomy:location
I try to register views for all terms.but it doesn’t work.


function taxonomy_custom_views() {
$args = array('orderby'=>'asc','hide_empty'=>true);
$terms = get_terms(array('location'), $args);
foreach($terms as $term){
$location_term=$term->slug ;
$location_name=$term->name ;
bbp_register_view( $location_term , __( $location_name ),array('tax_query' => array(array('taxonomy' => 'location','field' => 'slug','terms' => $location_term,),),), false );
}
}
add_action( 'bbp_register_views', 'taxonomy_custom_views' );

Remove author column

Published on September 17th, 2015 by ahsaaron

Hi

How would I be able to remove the author column in posts?

I have BBpress set up so that it uses only one forum, and I have linked that one forum to the menu items in my themes menu.

It seems to be a bit bloated with the author column right now.

displaying all topics from a category

Published on September 17th, 2015 by lfeddern

Hi,

I have a catagory with several different forums in it. I would like to display the most recent topics from the category. Am I right in thinking there is no shortcode that allows this?

Could I achieve this by just getting them to display some how by forum id? If I have to query the latest topics from certain forums which function would I have to use? I have looked at the docs but the functions don’t seem to be documented.

Thanks for any help;

Alphabetic Pagination

Published on September 17th, 2015 by sittle

By default in topics(

Viewing 25 topics - 21,126 through 21,150 (of 27,135 total)
Viewing 25 topics - 21,126 through 21,150 (of 27,135 total)
will give) pagination as

1 2 3 4…..n

Can anyone let me know how to make it alphabetical pagination as

A B C D ….Z

Thanks in advance

Installed but no editor visible

Published on September 17th, 2015 by grbarrie

Hello, I’ve installed bbPress on my development server and everything worked perfectly. Now I have installed on my live site and the installation went smooth but when I create a new forum the tool bar for the editor doesn’t appear. I can add content and hit submit, but there is no way to format it with the absence of the toolbar. Any suggestions?

Thanks,

Graeme

import 2 forums into one bbpress? how to ?

Published on September 17th, 2015 by AilyRoot

Hello

We have 2 invision boards to move into bbpress, but we want to merge 2 bbpress forum into one, is it possible? and how to do it please?

Integrating bbPress with Page issues

Published on September 16th, 2015 by tw_crowther

WordPress Version: 4.3.1
Theme: Omega
bbPress Version: 2.5.8

Issue: I installed the bbPress plug-in. Created a Forum called Forum, and created one Topic so I can test. All bbPress settings are left as default.

I created a Page called Forums and added this page to my site navigation.

My issues are 3 fold.
1) When I click on “Forum” in the site navigation to access the page I created I do not see any forum imbedded on this page, all I see is are the words “Archives” then the title “Forums” in the main body of text.
2) If I click on the title Forums this does direct me to the bbPress Forum I created – How do I integrate the Forum directly onto the “Forums” custom page I created?
3) I notice the Forum URL is <sitename>/forums/forum/forum/ is there a way to remove 2 of these levels so the URL is simply <sitename>/forums

I hope this makes sense and you are able to help.
Kind regards,
Tom.

Help With aMember Integration

Published on September 16th, 2015 by tvirtual

I am trying to add a forum to my site and have it protected by aMember. The user must have access to a certain product in aMember in order to access the forum. I’m totally confused as to whether I should be creating a bbPress login page or if the user should login through aMember. Nothing seems to be working.

Can someone help map out how this should look with the two integrated? I don’t want the user to have to login twice and I don’t believe they should since aMember and WordPress share a database (I think). Thanks for any assistance you can provide. Or if you know someone that would do this for a fee that would be great too. 🙂

Thank you,
Tanya

Forum not recognizing logged-in members

Published on September 16th, 2015 by salocime

I’m having an issue where members are having to log out and log back in to access the forum. They can access any other part of the membership site, but if they close the browser or who knows what, the forum is not seeing them as logged in, and because I have it set to private, it just says, “Oops, that page can’t be found.”

What to do? That’s a real hassle.

Skip to toolbar