Skip to:
Content
Pages
Categories
Search
Top
Bottom

Single line text field


  • Carsten Lund
    Participant

    @carsten-lund

    Creating a text box in Users -> Profile Fields, users are only allowed to write text in on single long line.

    Choosing Multi Line Area in the drop down also adds a tool bar which is not appropriate for users.

    How can I achieve a multi line textbox with all the text visible?

    Regards
    Carsten

Viewing 1 replies (of 1 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    Hi Carsten,
    Do you want to disable the toolbar(Rich text area) and use plain text area?

    If that is the case, you can put following line in your theme’s functions.php or the bp-custom.php(in the plugins directory)

    
    add_filter( 'bp_xprofile_is_richtext_enabled_for_field', '__return_false' );
    
    

    Hope that helps.
    Regards
    Brajesh

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar