Hello,
i’m using bbPress on a website. I want to integrate two links, to show all topics which are “unanswered” and which are “answered”. Do you know, how to do this?
Also, i want to have like a “sticky reply in a topic”. Do you also know how to realize that?
Thanks! 🙂
I would like to add metadata to replies depending on a checkbox that the user selects. The function I think I will need to use is add_post_meta but one of the parameters is post_id. What would I put in this as the reply would not be created yet and so I believe it won’t have an associated ID yet?
I suppose it is the same concept as replying to a topic as the text the user writes will go into the post’s (with a postID) ‘main’ data. So basically I would like to do the same thing but adding to the metadata. Hopefully, that makes sense and someone knows the solution.
Thanks!
Hello, I recently created a forum website using bbpress and dispute theme, but I just want when someone login to your account they will directly land to my discussion forum.
please tell me how I can do it?
Is there a way to append text to the reply form using JavaScript?
I have this function
window.onload=function() {
document.getElementById("toggle-check").addEventListener("click", funct1);
function funct1() {
if(this.checked) {
document.getElementById('bbp_reply_content').innerHTML = "clicked";
} else {
document.getElementById('bbp_reply_content').innerHTML = "notclicked";
};
};
};
which is used when the user clicks a checkbox that I have made. I would like the text to be appended to the reply form at the end of their message, depending on whether or not they have clicked the checkbox. Currently, the .innerHTML is not working when there is text already in the reply form but it works when the reply form is empty.
Has anyone got any ideas on how to do this? Maybe there is a text variable that stores the user’s message that I can append to – if so what is the name?
Many thanks
My forum, topic and reply pages are unnecessarily displaying list icons before every item. Attached is a screenshot. I tried switching the pages to fullwidth with Elementor. However, using this stops the titles from displaying.
Here is the url of the page: https://aceworldpub.com.ng/forums/
The problem is that sometimes with a combination of some plugins (firstly started with Acy Mailing)
- bbPress admin menu items disappear.
- Keymasters are able to access the pages but can’t reply.
- Participants can’t access the forum pages at all.
Acy Mailing did some investigation and it turned out that this issue comes out when bbPress is calling the function wp_roles. WordPress version 5.7.1
Here is their comment:
After some investigations and tests, it appears the issue is coming from the BBPress plugin.
In AcyMailing we are calling a WordPress core function (wp_roles) which gives the user roles.
AcyMailing is called before BBPress and this is what creates the issue. It seems that whenever an other plugin is calling this function before BBPress, its role system is not working properly and doesn’t give access to its content.
Whichever plugin who calls this WordPress function before them will create the problem.
As an example we created a test plugin which only call this function and does nothing else and it also prevent BBPress from working properly (I have attached this test plugin).
I tried in every way but I couldn’t …
I have a large vbulletin forum that is no longer online that I would like to get back online and switch to bbpress.
On-line I have found various articles that suggest switching first to phpbb and then to bbpress but nothing seems to work.
I also found 2 sites that offer paid migration but the figure is very high.
Is there anyone who could help me?
I can also pay for something but since it is a forum that will have very few users, I cannot give much.
Thanks
I would like to leave the download link disabled for those who are not logged in, how can I do it?
https://prnt.sc/12jdvhh
I’m using the plugin bbpress-ajax-replies I found from this thread here.
Works great on desktop, and even when I simulate mobile on Chrome developer console. But when I actually access on mobile (Android), clicking on the reply button reloads the page, so ajax doesn’t seem to be working.
Any idea what could be going wrong? Thanks in advance for any help or advice given!
I am currently using the Twenty Twenty theme. The theme is causing jumbled text on the forum page.
Forum Page
I have tried both bbPress and BuddyBoss. I have the same issue. I contacted BuddyBoss, they stated there is an issue with the Twenty Twenty theme. I contacted the admins at the Twenty Twenty theme. They told me to go to bbPress for support. I cannot locate the issue in the code.
See Twenty Twenty theme ticket
I also completed the additional troubleshooting steps:
- Deactive plugins – this did not solve the issue
- Themes – switching the themes fixes the issue. I contacted the Twenty Twenty theme authors. They told me to contact you.
- Selecting the default permalinks – I am already using the default permalinks
- Repair Forums – this did not solve the issue
- Using WP Debug – no debug issues appeared
- Diagnose Javascript errors – there are no javascript errors appearing
I have basically tried everything besides resetting my WordPress website. Nothing seems to work.