1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

Could We Get Member Count Added To The Guild Collection?

Discussion in 'Census: General Discussion' started by Dethdlr, Jan 15, 2012.

  1. Dethdlr

    Dethdlr Guest

    Any chance of getting the total number of members added to the guild collection somewhere?  Either in the <guild> node like the accounts attribute or in the <members> tag?

    Either: 

    <guild accounts="100" membercount="150">

      <members>

        <member dbid="12345" name="Somebody"/>

        (149 more member nodes go here)

      </members>

    </guild>

    Or:

    <guild accounts="100">

      <members membercount="150">

        <member dbid="12345" name="Somebody"/>

        (149 more member nodes go here)

      </members>

    </guild>

    I'd prefer the first one simply because it would be slightly easier but the second one might make more sense.  And call it whatever of course, membercount is just an example.

    Right now, the only way I know of to get the count of how many characters are in a guild (accurate from the guild collection) is to pull back the entire list of members and then count how many were returned.  This seems very inefficient when all I want is a count.

    Thanks,

    Dethdlr




     
  2. DanKinney

    DanKinney Guest

    I'll take a look.  Shouldn't be that difficult.

    -dan

     
  3. feldon30

    feldon30 Guest

    Think of the server hamsters. ;)

     

Share This Page