• Resolved chuckanutadmin

    (@chuckanutadmin)


    The shortcode said that if I wanted to display all fields to leave the short code as [user-list field_name=’ ‘] and it would list all the fieldnames. However, I am only getting the email address associated with the account. When I change it specifically to First Name or any other field name it only displays one of them. How can I get it to display all or most of the information they input?

    https://www.ads-software.com/plugins/front-end-only-users/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Chuck,

    I think you may be confusing the field_name attribute with the display_field attribute. The field_name attribute allows you to filter users by a specific field value. It doesn’t control which fields are displayed in the user list. That’s the job of the display_field attribute. For example, you could do something like: [user-list display_field=”First Name,Last Name,Email”]. The display_field attribute doesn’t have a display all feature. You have to set which fields you want to display.

    Thread Starter chuckanutadmin

    (@chuckanutadmin)

    So I have used
    [user-list display_field=”First Name,Last Name, Email, Mailing Address, Phone”]

    all the names match the fields. However, on the page all it shows is the First and Last Name.

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Chuck,

    Have you tried the shortcode without the space before the fields, like the following?

    [user-list display_field="First Name,Last Name,Email,Mailing Address,Phone"]

    The issue might stem from the fact that the plugin is reading the other fields as ” Email”, ” Mailing Address” and ” Phone” instead of “Email”, “Mailing Address” and “Phone”.

    Let us know how it works out for you.

    Best,

    Thread Starter chuckanutadmin

    (@chuckanutadmin)

    Yes that worked thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Displaying directory information’ is closed to new replies.