• Resolved JDK1313

    (@jdk1313)


    I would like to show users listed by last names and possibly without the avitar. Also the list is showing going down in a diagonal pattern on the page. I just want it in a straight list. I just need a clean list resembling this info from the user list:

    Arps, Kevin
    kevin.arps@shearlinkcapital.com
    ShearLink Capital
    AUM (Millions): $375
    Strategy: Long/Short
    Head Count: 9

    I’m not sure what I need to do to achieve this.
    Thanks in advance!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    Simple User Listing isn’t imposing any CSS/style rules, so you need to tweak your theme to get the style you want. Normally, this would be a single column list, but I’d guess your theme is applying a “float” rule.

    As far as changing what is displayed you can create your own templates for SUL. See the FAQ. Sorting by last name is also covered in the FAQ.

    If you need help doing this, I am currently taking gigs in exchange for donations to USA Team Handball women’s national team.

    Thread Starter JDK1313

    (@jdk1313)

    I would be happy to donate to the team in exchange for your services!

    Plugin Author HelgaTheViking

    (@helgatheviking)

    Ok, can you get in touch via my contact form ? This is pretty straightforward, and I can probably do it today/tomorrow. I will need to know more about your custom meta, such as head count. And will probably need to see your site/theme.

    Thread Starter JDK1313

    (@jdk1313)

    I used the contact form. Can you help with this?

    Plugin Author HelgaTheViking

    (@helgatheviking)

    Apologies. I crashed my site over the weekend, so I never received your contact.

    Here’s a quickly modified content-author.php template that should be a good start, since I don’t know what your user meta keys are named:

    https://gist.github.com/helgatheviking/9c205b3e8f725c4d99afcde81c701a36

    The content-author.php file goes in your theme’s simple-user-listing folder, which you will need to create.

    I added a little CSS that you should add to your style.css to display it without bullet points.

    And per the FAQ you need to use this shortcode:
    [userlist meta_key="last_name" orderby="meta_value" order="ASC"]

    to display the users, ordered by last name. Hope that helps.

    Thread Starter JDK1313

    (@jdk1313)

    Thank you. I played with the code a bit and got everything to work!

    Plugin Author HelgaTheViking

    (@helgatheviking)

    Great! If you found my gist helpful, I would really appreciate any donation you can make to my handball team: https://www.youcaring.com/wnt-norca Thanks!

    renevm

    (@renevm)

    I Could use some help for this program.

    I am in assisting the site manager removing some bugs, and one appears to be in this add-on.

    Could you guys please check the following link, en give me an idea where I should look for solving the looks?

    Here is the link, please scroll down to see how it SHOULD look.

    http://demegafoon.nl/smoelenboek/

    Plugin Author HelgaTheViking

    (@helgatheviking)

    Revenm, the plugin add no styles, and all styling is handled by you in your theme. I don’t provide support for that and am busy playing sports at the moment so can’t even offer to assist in exchange for a donation.

    renevm

    (@renevm)

    Thanks Helga,

    I was already assuming a Style problem.

    Enjoy Sports!.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Show users by last names first in alphabetical order in a straight list’ is closed to new replies.