Search Results for 'bbpress'
-
Search Results
-
I recently installed bbpress and AWPCP Classifieds. Whenever a user clicks the edit button to edit their post, it takes them to a page that asks for the Ad email and access key. This page is default with AWPCP and is called -Edit Ad. Inside that page is the shortcode [AWPCPEDITAD]. I disabled the AWPCP plugin to test and the result was when a user clicked the edit button, it then just shows the shortcode text from the -Edit Ad page. I am little more than a beginner when it comes to web development. I have built a few websites but they are all basic and mostly wordpress sites. This is the site address if you would like to look at it. https://meltdowncnc.com/wordpress2/
The site is for testing. Hopefully once it is done, I can put it into service for my club. Thanks if anyone can help.
I have bbPress installed and turned on in the settings. But the forum is not accessible for members in the User Profiles. What did I miss?
Hello bbPress Community,
I hope this message finds you all well. I’m currently working on a bbPress forum and would greatly appreciate some insights from the experienced members of this community.
I’m in the process of customizing the forum layout and functionality to better suit the needs of our community. Specifically, I’m interested in learning:
Effective Customization Techniques: What are some successful methods you’ve used to customize the look and feel of your bbPress forums?
Optimizing User Experience: Are there specific features or plugins you recommend for enhancing the overall user experience on bbPress?
Dealing with Common Issues: How do you address common issues or challenges that may arise during the customization process?
Any tips, recommendations, or lessons learned would be incredibly valuable. Your expertise can greatly contribute to the success of our forum.Thank you in advance for your time and assistance. I look forward to hearing from fellow bbPress enthusiasts!
Best regards,
Topic: bbpress range of user
Hello, some plugin or something with which I can rank the user according to the number of responses or publications that the user finds made.
Hi,
What plugin do you use to drag and drop images directly into posts?
I haven’t found anything worthwhile yet, I just tried GD bbpress Attachments, but the image is not integrated into the post…
Thank’sTopic: FORUM USER ROLES
Sorry I tried to research but I cannot find how to set the FORUM USER ROLE in bbpress.
Can someone help please. Thank you in advance.
Topic: BBPress Serious CSS Issues
Serious css issues I am facing:
1. My reply content are overflowing out of the box and subsequent replies are not properly inheriting the CSS styles even of the buddress and the styles that I added. Check my site here: https://neuraldemy.com/forums/topic/subscription-payment-related-queries/
Other questions that I need help with:
1. How to allow the use of Markdown in forum editor?
2. How to highlight the first topic so that it can stand out from the crowd of replies just like wordpress org forums main topic.
3. How to keep the author’s details and photo above the content (just like the WordPress org has) and shift this line “This topic was modified 1 day, 4 hours ago by XYZ.” below the content.
4. How to allow admin or moderator to highlight the best reply of reply that contains solution or to ping the solution reply below the main topic.Hi, 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.I 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?
Topic: Slow bbPress Queries
Hi,
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.
Topic: Forum Index not showing
Hey 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.9Index 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,
MariaTopic: editor tool bar not showing
I 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