Skip to:
Content
Pages
Categories
Search
Top
Bottom

Show bullet list on profile page


  • locker17
    Participant

    @locker17

    I want to make users able to add bullet or numeric lists to their profile page. Doesn’t matter if I chose wp user meta bio field or multiline xprofile field, both display lists in user profile as words with linebreaks (br). How can I avoid that and show it like it is saved in db?

    Same question here 3 years ago, unanswered.

    weird formatting with bulleted lists in user meta fields?

Viewing 1 replies (of 1 total)

  • locker17
    Participant

    @locker17

    If there is no solution for that, would it be possible to integrate the latest tinymce editor 7 via cloud on the given rich textarea xfield?
    How to avoid conflicts with the ancient integrated one 4.9.x?

    If I am using this I am able to use the cloud one but not on the xfield.
    function antipole_remove_rich_text() {
    return false;
    }
    add_filter(‘bp_xprofile_is_richtext_enabled_for_field’, ‘antipole_remove_rich_text’);

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