Skip to:
Content
Pages
Categories
Search
Top
Bottom

Creating Page Showing Only One Forum Its Corresponding Topics/Discussions

Published on October 28th, 2020 by mkbond

Hello, there!

We work with BuddyBoss but with a primary focus on forums/topics with bbPress.

So I’m having issues with the hierarchy of forums and discussions and… I’m trying to have a page for each forum — with all of the discussions listed as a post grid (not BuddyBoss’ Forum Grids, need this to vary from page to page). So with regards to taxonomy and filters, I want to have the parent category defined as a particular forum, and the children categories to be the discussion within that same forum. Example: Need different pages for Recipes, and need a page for Desserts (forum) that shows all the different desserts (discussions/topics), not showing all the other forums (Desserts, Main Dishes, etc.) and their discussions (turkey, asparagus, etc).

I’ve been playing with Beaver Builder and Gutenberg blocks, but it seems that some plugins have issues reading Custom Post Types, which is what forums and discussions/topics are. And the ones that can, like Beaver Builder, will only let you show the Post Type as Forums, and then you can filter to what forums you want to show, but if you only pick one, then it’s just one lone block. And if I set the Post Type to Discussions, then I have to list each discussion, one by one to display on the page (so each time someone creates a new topic/discussion, it would have to be added to this list).

We are currently using Beaver Builder but I’m definitely open to other ideas for this. Here’s the Beaver Builder post I made if any of you are familiar with it: Standard Posts Module to Display Category’s Sub-Categories (Child)

Any ideas or methodologies? I have a web app dev background and am not afraid to modify the functions.php or other files on the backend. See below for what I attempted based on Beaver Builder’s documentation. The second argument for ‘post_parent’ didn’t take, but the post_type did, if I’m not mistaken… leadershipx being the id for the Posts module, but I’ve been looking into wp_query as well (never coded anything yet with wp_query, but happy to learn).

function fl_builder_loop_query_args_filter( $query_args ) {
  if ( 'leadershipx' == $query_args['settings']->id ) {
    $query_args['post_type'] = array( 'topic' );
    $query_args['post_parent'] = array( '4773' );
  }
  return $query_args;
}
add_filter( 'fl_builder_loop_query_args', 'fl_builder_loop_query_args_filter' );

WordPress v5.5.1, BuddyBoss v1.5.3 (I don’t know where to find bbPress version inside BuddyBoss, but we have the most up-to-date version of BuddyBoss, so I would assume it’s the most recent version of bbPress)

Site: https://www.mycionetwork.com/

Buddypress is not appearing in my page editor

Published on October 28th, 2020 by emusicnetwork

Hello, I’m creating a networking site using site ground. I installed buddypress currently trying to edit my home page, but buddypress isn’t appearing when I click to edit homepage. The frontend editor isn’t appearing the top toolbar like on the video toolbar. Do I need to delete and reinstall buddypress or is there a specific way through the settings to activate the front/back end editor? Please help

Know all the features

Published on October 28th, 2020 by alexisfontana

Hello,

I would like to know if your extension allows you to do these things :
– Create a group to join (administrator approval to join) to view certain topics
– Ability to move a topic from one group to another
– In topics, that members can share photo and video content and links in addition to text.
– In the member’s space, possibility to create a photo album with the modification of the privacy of this album
– Show the latest topics at the top
– Ability to alert an administrator if content needs to be reported
– Online chat to exchange between members
– Being able to vote for a message in a topic

Thank you in advance for your contributions.

We look forward to hearing from you,

Forum description

Published on October 27th, 2020 by lordrayden

Hi team,

I am trying to put a description of each of the forum rooms I created;however, I can only put a description in the category.If what I defined is a category and I fill in the description field below it shows in the forum page but it does not shows when I define a forum room under a parent category.

Can someone tell me how to do this and why the description does not show in when you define a forum under a parent category? How can I do this?

Thanks!

How can I insert short codes under/above topic pages?

Published on October 27th, 2020 by truth4vahid

How can I insert short codes under/above each topic page or whole topic and reply page?

translating the page and user not working

Published on October 26th, 2020 by ginsek56

Hi, I’m translating the page, but when I click on the user, it redirects me to the Slovak version, how do I set it to fit in the Czech version on the Czech version? THANK YOU !

Screen : https://ibb.co/z2bt41D

how do I set up a redirect here?

Published on October 26th, 2020 by ginsek56

Hello, please, how do I set up a redirect here? Since it redirects me to the SK version of home and I need it to redirect me to the CZ version of home, if it can’t be changed how do I remove the click? Well thank you.

Screen : https://ibb.co/zHGqZGC

bbp-search on a single forum

Published on October 26th, 2020 by talbotp

Hi,

Is anyone aware if it is possible to constrain a search to one forum.

For example, we currently use

Please enter some search terms above

, but we want to use something like

Please enter some search terms above

etc.

I’ve seen this https://sevenspark.com/tutorials/how-to-search-a-single-forum-with-bbpress, but it seems outdated, and i’ve seen other forums say that it no longer works.

Thanks for the help!

Customization

Published on October 26th, 2020 by wenlu

I’m new to WordPress and I wonder how can I customize bbPress without using elementor tool? There are 6 content are in my sidebar which is Home, Listings, My Posts, Forum, Settings and Profile. But now I want to remove the my post content from the sidebar. Can you guys help me to solve it.

Sorry for asking this stupid question.

I have a problem here my forum is small when I look at it on the index

Published on October 25th, 2020 by cgauthey

Hello,
I have a problem here my forum is small when I look at it on the index I would like to take the full width of the page.

How to do what code I will be able to enter in the CSS

See here https://perso-blog.fr/buisness-strategie/forums/

Skip to toolbar