Does this module works with Drupal 5.x?
If not, do you plan to release a 5.x version?

Comments

aaron’s picture

i'm not sure at this point. i haven't worked on this module in a few months, and i think there might be better solutions for what this module is trying to accomplish that i haven't fully investigated, for instance using user_nodes and views. the short answer is not this month, and i probably won't even seriously look at the issue until may or june.

drupal777’s picture

Well, it is now June.

The one thing that your module does that none others that I've found so far allow is an alphabetic pager with an embedded menu. There may be other functionality your module offers that isn't duplicated elsewhere, as well, but this is the one thing that stands out for me.

I have posted an issue under Site User List at http://drupal.org/node/149885 which details the functionality I'm looking for. That module allows for sorting predicated on profile fields, but it doesn't allow for a pager of any sort, nonetheless an alphabetic one.

If you do decide to upgrade to 5.1 I would request that you allow the use of at least one profile field as an alternate sort/display column in lieu of user name. I have code for that as it relates to the alphabetic list options, if you want to see what I've done. I've done it in both 4.7 and 5.1, in case looking at what I've done would be helpful to your efforts to upgrade, let me know. I've not upgraded any other modules, so I'm sure that what I've done is hackish at best, but it is functional for the alphabetic lists, anyway.

If you decide not to upgrade for 5.1, you might look at the above module with an eye towards providing a patch for the paging, since you have already coded that once.

aaron’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » aaron
Category: support » feature

working on this now. should have a branched release later this week.

aaron’s picture

Version: master » 5.x-1.x-dev
Status: Active » Fixed

That's done. Drupal777, could you open a new feature request for the new features you want, so it doesn't get lost in the shuffle? Definitely feel free to share the code you have!

Thanks,
Aaron

Anonymous’s picture

Status: Fixed » Closed (fixed)