I'm setting up custom profile fields for my site then I realized that when you go to http://mydrupalsite.com/user/n (where n is an integer), you will see the profile categories sorted alphabetically. It results into my site displaying the "Contact Information" category before "Personal Information" which is supposed to be the first category. Now, I tried modifying profile.module by replacing all the "ORDER BY category" strings to "ORDER BY fid" but still to no avail. I don't know how to proceed anymore. And this issue is starting to annoy me. Help will be greatly appreciated.

Comments

lanesharon’s picture

This may be what you want:
http://drupal.org/node/59338

I used it to sort on a field I had set up (graduating year) and it worked great. What I would really like to do though, is categorize the profiles based on that element (year). So I can have separate links (nodes) for each graduating year. If you find anything like that in your travels, let me know

Take Care, Sharon

inthahousejamin’s picture

e.g. 1: Personal Information 2: Contact Information

Not ideal but it works.

Ben W