Hello,
I’m not sure what to call them — on the forum here there are content tags with a green background that show on the forum page such as “installation,” “troubleshooting,” etc. to designat the type of post it is.
I have “topic tags” enabled in bbpress — but the content tags I’m mentioning above seem to be a different thing and I cannot see where to set them up. Is this a default bbpress feature or is this coming from a separate plugin? How can I set that up?
Thanks
Hello Everyone,
I really need your help because I created my own fields on ACF but they do not appear on the front end. According to ACF, it is completely compatible with BBpress (reason why I chose this plugin) but it only appear on the back office…
I already saw here all the topic discussing about ACF but no solution about the front end problem.
What have I to do ?
Many thanks for your help !
Is there a function that returns all the replies when the topicID is passed into a function?
Some example code is below for better understanding of the function I am asking about –
$args = array(
'post_parent' => $NUM, // ID of the topic
'order' => 'ASC', // Order of the replies (ASC or DESC)
);
$replies = bbp_get_replies_function( $args ); // function i would like
$response = array(
status' => 'success',
'message' => $replies,
);
https://www.acghub.net/forum/.
It is normal to create a separate page for the forum: https://www.acghub.net/anime/
单独为论坛创建一个页面是正常的:https://www.acghub.net/anime/
Hi
I would like to customize the labels on the login page at
bbpress login, password fields and the button text.
I see some related PHP code at https://codex.wordpress.org/Customizing_the_Login_Form#Make_a_Custom_Login_Page
Could you please suggest how to add that code to my website? Thank you so much!
Hi, I’m thinking of hiding some items in forum & topic page as follows:
Forum page:
1) to hide forum information
2) to hide topic viewing information
see screenshot: https://paste.pics/KS7KD
Topic page:
1) to hide topic information
2) to hide post viewing information
3) to hide topic header (author & posts)
see screenshot: https://paste.pics/KS7MF
Are there any CSS codes that can achieve that?
I’m just setting up bbPress on my site (WordPress 6.1.1, custom theme non-Block Editor/Gutenberg).
I found interior forum pages are working but the main landing page was not. I was able to work around that by setting up a regular page and using the
shortcode, but I see the user profile pages are still not working (and they are doing exactly what the forum index page was doing before).
Here’s an example:
https://icscalendar.com/forums-home/users/room34/
It’s possible this is a problem with my theme, but I’m not immediately sure what might be wrong (and I’d like to fix this without having to test for plugin/theme conflicts because this is my live site and I don’t have a staging environment set up… yet).
I’m guessing it may be a routing issue… I do have some code in my theme that uses the template_include filter.
I found that something gone wrong with topic display shortcode:
I used [bsp-display-topic-index show='20' forum='6,8,14'] in my topic display, but found out that bbPress sidebar couldn’t display any widget in the same page.
After I shifted to
, bbpress sidebar back to normal (ie, can display widget)
Is it some kind of glitch? How to solve it if I really want to use bsp display shortcode somehow?
I have to say that I’m pretty impressed by the fact that GD bbPress Tools Pro plugin has sent today news regarding the update to the next big version (7.0) and Milan will be upgrading the topic and replies system to a completely separate table.
He says that this will increase efficiency for an obvious reason (indexing of wp_postmeta for such large amount of data in many forums is obviously one of the Achilles talon of bbPress).
But to some extent I feel that this will be like a “fork” of the bbPress project.
I’m uncertain if Milan is a regular user of these forums, but I would like to see your opinions on this movement. I’ve been using GD bbPress Tools for ages because it really complements well all my devs for bbPress on my forums (and I don’t have to be duplicating the code to perform most of the features that he has already implemented), but I’m pretty skeptical that this could be a major caveat for future releases and too much attachment to Milan (in case something happens to him, and considering that this is not open sourced).
I’m not sure either if he will be implementing this for the free version in the WordPress repo.
Furthermore, I may also ask this in his private forum, but I was looking for more opinions in this official forum.
PS: Yes, Milan is around as expected @gdragon
I’m using shortcode bbp-topic-index as my forum frontpage. I would like to style my page similar to how it look like in bbpress support forum. My question is how do I highlight those forum names beside each topic created?
see screenshot: https://paste.pics/KPDVE