Hi, Please have a look at my forum reply. Why is the second half of my reply is overflow out of the box. I want everything to be inside the box. Check here.
Reply Content Are Overflowing Out Of The Box
Published on November 27th, 2023 by kelixirrHow to add a topic button in bb press
Published on November 27th, 2023 by Sai PraveenHi
I wanted to know how can I add a button called Add a topic. When click it will show an option to create or add topic into desired forum as intended.
It will add the topic. How can I create it.
Highlight the first topic and the best answer
Published on November 26th, 2023 by kelixirrHi, I want to highlight the first topic that the user creates to ask his doubts so that it can stand out from other replies. I tried this code but I don’t know what’s missing here. I could not find the CSS classes for the first topics in their documentation.
.bbpress-forums .bbp-topics:first-child {
background-color: #000;
font-weight: bold;
}
Additionally, I want to highlight the best reply either by changing it’s color or by pinging it to the main topic so that new visitors won’t have to check every other reply. It will be helpful for the new users.
is there any way I can solve these two issues using css:
1. Highlight the first issue so that it stands out from the crowd of replies
2. Highlight or ping the correct/solution contained reply thread so that new visitors won’t have to read everything.
Profile Editing Page Customization / Custom CSS Help?
Published on November 25th, 2023 by illusorythrallI have my site set up on a very dark theme, and everything seems to be working properly.. until I get to the Profile Edit page. I’m pretty sure I can change the background color of the form boxes through custom CSS… but I don’t know how to do that. (I also need to change the colors of the fonts) .. Because currently it’s utterly un-readable. HELP!
The other problem is that the edit profile page for some reason changes the layout of the whole website. I use a full-width template, and it shrinks the width of the page to show the edit profile, and doesn’t seem to close that width, meaning it affects my page’s full-width footer, too – which just looks terrible. And I can’t seem to figure out how to edit the template to fix it. (I use Oxygen builder)
Forum
Published on November 25th, 2023 by testdevswe need to add a shortcode on this page https://www.clevercafecompany.com.au/chats/ above ‘Forums’ heading.
Is it possible to add through in function.php?
How do I Disassociate a group forum from the group
Published on November 22nd, 2023 by erinuiaI created a forum in a specific bbpress group. Now I would like to change the permissions so any logged in user can post in the forum (not just group members). How do I do this?
Slow bbPress Queries
Published on November 21st, 2023 by ahillmortonsHi,
We have been having issues with a bbPress forum we imported into. Our hosts have said we have some slow queries. Is this something we can alter in bbPress settings?
Reply from our hosts below.
Many Thanks,
Andy
We have lots of queries involving posts and postmeta tables that are notably slow:
# User@Host: [removed] @ [127.0.0.1]
# Thread_id: 517 Schema: [removed] QC_hit: No
# Query_time: 10.200091 Lock_time: 0.000118 Rows_sent: 10 Rows_examined: 2017628
# Rows_affected: 0 Bytes_sent: 195
SET timestamp=1699707197;
SELECT SQL_CALC_FOUND_ROWS wp_y1_4_posts.ID
FROM wp_y1_4_posts INNER JOIN wp_y1_4_postmeta ON ( wp_y1_4_posts.ID = wp_y1_4_postmeta.post_id ) INNER JOIN wp_y1_4_postmeta AS mt1 ON ( wp_y1_4_posts.ID = mt1.post_id )
WHERE 1=1 AND (
wp_y1_4_postmeta.meta_key = ‘_bbp_last_active_time’
AND
(
( mt1.meta_key = ‘_bbp_forum_id’ AND CAST(mt1.meta_value AS SIGNED) != ‘675217’ )
)
) AND ((wp_y1_4_posts.post_type = ‘topic’ AND (wp_y1_4_posts.post_status = ‘publish’ OR wp_y1_4_posts.post_status = ‘closed’ OR wp_y1_4_posts.post_status = ‘expired’)))
GROUP BY wp_y1_4_posts.ID
ORDER BY CAST(wp_y1_4_postmeta.meta_value AS DATETIME) DESC
LIMIT 0, 10;
It takes over 10 seconds to execute, examining over 2 million rows but only sending 10. This inefficiency can be due to unoptimized JOIN operations or lack of proper indexing.you can cosider using a database optimization plugin to improve indexing and query efficiency and Implementing a caching solution to reduce database load, especially for frequently accessed data.
Forum Index not showing
Published on November 16th, 2023 by tutfoxHey guys,
the forums index is not showing and causing the site design to break whilst topics pages remain displaying fine.
WordPress version: 6.4.1
Theme: Divi version: 4.23.1
bbPress version: 2.6.9
https://umaps.org.uk/forums/
Index slug /forums
Other pages called forums? No (bin empty as well).
I’ve done what was suggested in the bbp style pack and cleared static css files and disabled the option.
I’ve also set the permalink structure to post name and saved it a couple of times.
Can you help me with this?
Warm wishes,
Maria
editor tool bar not showing
Published on November 15th, 2023 by astrologiambI have two different admin. One of them shows the editor toolbar when I want to answer a thread, the other one does not show the toolbar. I have tried with different browser, incognito mode with no luck.
All other users show the editor with no issues.
mariablaquier.com
bbpress 2.6.9
wp 6.3.1
short code for displaying a category
Published on November 14th, 2023 by getfreeI have 3 categories (main forums) and a bunch of sub forums. I would like to display 1 main forum/category, the blogs, separate from the rest on the front page, but I don’t find the option to do it.
This only works for specific forums, not categories [bsp-display-topic-index show=”5″ forum=”10,11,12]
and this style adds a different style (the original) that I don’t want [bsp-display-topic-index].
So, how to display one or more categories using short templates?