• The description field isn’t being output by PP_Field_Type_Location->edit_field_html(). I can enter one when editing the profile field, and it’s shown in the fields list like all other field types. But there’s no output, and no hooks to enable output.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Steve Taylor

    (@gyrus)

    I’ve managed to fix this for now, in the /members/register.php template. Just after $field_type->edit_field_html(); I put:

    if ( $field_type->name == 'Location' ) : ?><p class="description"><?php bp_the_profile_field_description(); ?></p><?php endif;

    Let me know if the plugin itself will be fixed.

    Plugin Author shanebp

    (@shanebp)

    Fixed in version 1.6

    Sorry, for some reason the field description call was removed from class-pp-field-type-location.php

    Thanks for bringing this issue to our attention.

    • This reply was modified 6 years, 5 months ago by shanebp.
    • This reply was modified 6 years, 5 months ago by shanebp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘description not output’ is closed to new replies.