1. Home
  2. Knowledge Base
  3. Customizations
  4. CSS
  5. Hide the “Move” Option for a Discussion or Forum Reply

Hide the “Move” Option for a Discussion or Forum Reply

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:

  1. Go to BuddyBoss > Theme Options
  2. Under Custom Codes, enable CSS
  3. Append the following code:
#bbpress-forums .bs-dropdown .bbp-admin-links a.bbp-reply-move-link {

    display: none;

}
  1. Save changes.

Note: Any modifications are considered as custom work already. Know more about our Support policy here:
https://buddyboss.com/support-policy/

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.

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form

To speak to our Agency consultant, fill in the form found at our Contact Page.