ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Listing User Names

January 24, 2012 10:14am

Subscribe [2]
  • #1 / Jan 24, 2012 10:14am

    bthom62

    164 posts

    We have over 600 writers for our site

    A number of them are not current, but I wish to keep them listed in the system archives.

    What I would like to do is split the list of names into 2

    Alphabetical by current writers

    Alphabetical by old writers

    Can it be done?

    Thank you

  • #2 / Jan 25, 2012 3:25pm

    Shane Eckert

    7174 posts

    Hello bthom62,

    Thank you for posting your question in the forums.

    I believe the simplest way to accomplish this would be with user groups and a plugin called AC Member List. The plugin installs into your third_party directory.

    I tested the code out and this worked great for me. I created two member groups. “Active Writers” and “Retired Writers”. I then added the following code to a template.

    <b>Active Writers</b>
    
    {exp:ac_memberlist group_id="6" sort="username"} {username}
     {/exp:ac_memberlist}
    
    
    
    <b>Retired Writers</b>
    
    {exp:ac_memberlist  group_id="7" sort="username"} {username}
     {/exp:ac_memberlist}

    Let me know if this solutions works for you. I look forward to your response!

    Cheers!

  • #3 / Jan 25, 2012 3:37pm

    bthom62

    164 posts

    Thank you Shane I will try it out

    Brian

  • #4 / Jan 25, 2012 9:04pm

    bthom62

    164 posts

    I am on Expression Engine 1.7 and the site says this is for 2

    So I do not think I can use it

    Thank you

  • #5 / Jan 30, 2012 7:44pm

    Shane Eckert

    7174 posts

    Hello Brian,

    I am sorry for suggesting a plugin that is not compatible with your version of ExpressionEngine. My mistake!

    I am going to move this to the community section of the forums, maybe someone in the community has an idea.

    If you are good with PHP, you might think about writing an add-on like AC Member List for version 1.7.

    Have you thought about possibly upgrading to version 2.4?

    Thank you for posting on the forums.

    Cheers!

     

  • #6 / Jan 30, 2012 9:45pm

    bthom62

    164 posts

    No nothing about php, I came from the hmtl side of things

    I believe I am going to have to upgrade eventually

    I just am very cautious about breaking the site

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases