Skip to:
Content
Pages
Categories
Search
Top
Bottom

About Me Box


  • 5696553
    Inactive

    Would it be possible to have Full HTML allowed in this Box?

    I want to be able to allow users to add there PSN Cards and Xbox Live Cards too

Viewing 1 replies (of 1 total)

  • r-a-y
    Keymaster

    @r-a-y

    Easiest way would be to grab the contents of your “About Me” xprofile field directly in your BP profile template.

    Say your xprofile field is called “About Me”:

    $about = xprofile_get_field_data( 'About Me', bp_get_the_site_member_user_id() );

    Then you can manipulate the $about variable however you want.

    Keep in mind you’ll have to apply your own HTML filters if you go about this way.

Viewing 1 replies (of 1 total)
  • The topic ‘About Me Box’ is closed to new replies.
Skip to toolbar