• Resolved zhadum59

    (@zhadum59)


    Hi,

    Are there shortcodes besides the basic [wppb-register][wppb-edit-profile] [wppb-register role=”author”] so we can display on page :

    • a simple list of the fields of the logged-in user profile
    • some of the fields of the logged-in user profile (name, nickname, telephone, for example)

    ?

    Thx !

    https://ww.wp.xz.cn/plugins/profile-builder/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Are you trying to display user data inside a page? Can you tell me what version of Profile Builder are you using? Custom fields are available only in the paid versions and we are not allowed to use these forums for premium plugins.

    If you have a paid version please submit a support ticket.

    You can use this mini-plugin http://www.cozmoslabs.com/wp-content/plugins/download-monitor/download.php?id=52

    Download and install it like any other plugin. Then you can use this shortcode [user_meta] like so:

    Email: [user_meta key=”user_email”]
    Display Name: [user_meta key=”display_name”]
    First Name: [user_meta key=”first_name”]
    Last Name: [user_meta key=”last_name”]
    Description: [user_meta key=”description” wpautop=”on”]
    etc…

    Best regards,

    Thread Starter zhadum59

    (@zhadum59)

    Wow, thx a lot!

    That’s exactly what I needed 🙂

    One last thing : I can’t find the right meta syntax in order to display the Website “Default – Website” (there’s no meta name for it in the fields list).
    I’ve tried [user_meta key=”user_website”] or [user_meta key=”website”], it still doesn’t show anything…

    can you tell me what it is and/or where I can find a full list of the metas that can be used?

    Thx again !

    Thread Starter zhadum59

    (@zhadum59)

    (Im using the 2.3.2 free version)

    Hi,

    Try user_url and let me know if it works for you. Here you have a list with all the meta names for all the default fields.

    Best regards,

    Thread Starter zhadum59

    (@zhadum59)

    Great !

    Mille mercis !

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

The topic ‘Shortcodes for fields’ is closed to new replies.