• Resolved deeveearr

    (@deeveearr)


    Hi guys,

    I just wondered if there was a setting somewhere that allows you to remove the ‘forum dashboard’ legend from the admin bar?

    Real estate is pretty scarce up there, and having ‘forum dashboard’ excluded would save 14 characters of space.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @deeveearr,

    You can use the code below:

    remove_action('admin_bar_menu', 'wpforo_add_adminbar_links', 999);

    Just put it in the active theme functions.php file.

    Another way. You can install the Loco Translate plugin and change the phrase “Forum Dashboard”. You can cut off the phrase and keep the only FD for example.

    Thread Starter deeveearr

    (@deeveearr)

    Hi @gvectorssupport

    I used the first method and it works really well – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove ‘Forum Dashboard’ From Admin Bar?’ is closed to new replies.