Introduction
By default, BuddyBoss does not provide a built-in option to hide the Move action for discussion or forum replies. However, you can use a simple CSS workaround to remove the Move option from the reply actions dropdown in bbPress forums.
Custom Workaround
Follow the steps below to hide the Move option for forum replies:
- Go to BuddyBoss > Theme Options
- Under Custom Codes, enable CSS
- Append the following code:
#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-reply-move-link {
display: none;
}- Save changes.
Troubleshooting and FAQs
Q1: Who is affected by this change?
A: This hides the Move option for all users who can see forum reply admin links, including moderators and administrators.
Q2: Will this remove the ability to move replies completely?
A: No. This only hides the option from the interface. The functionality still exists in the background.
Q3: Does this apply to both forums and discussions?
A: Yes. Since BuddyBoss discussions are powered by bbPress, this applies to both forums and discussion replies.
Q4: Will this affect desktop and mobile views?
A: Yes. The CSS applies across all screen sizes.
Q5: The code is not working on my site. What should I do?
A: If the code is not working, submit a ticket to the support team for assistance.