Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] How can I get rid of 'user_settings_page_title' displaying


  • KS
    Participant

    @ksmithlondon

    A few plugins have the following:

    //settings page title
    public function user_settings_page_title() {

    echo ‘<h3>’ . __( ‘Private Message Preference’, ‘bpdmp’ ) . ‘</h3>’;
    }

    I really do not want a plugin heading, but I don’t know where/how to get rid of it (new to both BP and php). Any help with be very gratefully received.

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

  • danbp
    Moderator

    @danbp

    hi @ksmithlondon

    please give details…

    Which plugin are you using ? Where does the msg show ? Front, backend, both ?

    This is usually handled with a language file or using CSS display:none;

    Customizing Labels, Messages, and URLs


    KS
    Participant

    @ksmithlondon

    Hi Dan, thanks for answering.

    It appears in the plugins ‘Message privacy’ an ‘BP Profile Privacy’ and appears in the front-end (under ‘Settings’ so that the user sees a heading, but it’s inconsistent because not all of the settings options have a heading.

    I’ll try the CSS. Thank you.


    KS
    Participant

    @ksmithlondon

    Thanks. That worked perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] How can I get rid of 'user_settings_page_title' displaying’ is closed to new replies.
Skip to toolbar