Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    Hi,

    That is not possible with the plugin. Would require a developer to customize the plugin code. Customziations to plugin is not something we can provide support for I am afraid due to our support and development load.

    Thanks

    Thread Starter dberg89

    (@dberg89)

    Can you at the very least please add 1 line of code in the next build to replace the commas with a newline?

    ultimate-member/core/un-fields.php line 2153 of the view_field function

    Add this line
    $res = str_replace(',', '<br />', $res);

    After
    $res = apply_filters("um_view_field_value_{$type}", $res, $data );

    Thread Starter dberg89

    (@dberg89)

    Nevermind. That would change every default instance.

    It would be nice if you guys added a checkbox case for the output to be displayed in a nicer format though.

    Plugin Author Ultimate Member

    (@ultimatemember)

    Will add this suggestion to our user feedback list. Thanks.

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

The topic ‘Checkboxes on Profile’ is closed to new replies.