By nydrupalfan on
Hello,
I am creating a facebook feature for a drupal site using the profile module. I discovered that the module can produce user lists by entering the desired category value into the URL (ex. ?q=profile/profile_class_year/2006). Is there any way to sort these search results? They seem to be sorted randomly so far.
Also is there any way to theme the result pages without hacking up the module code directly?
Thanks for your help!
Comments
Also is there any way to
Take a look at the user profile snippets page which includes a section on theming:
http://drupal.org/node/35728
Nice, that page looks like a
Nice, that page looks like a great resource for theming individual profile pages.
I'm still wondering if it is possible to theme (or at least sort) the profile pages that list multiple users (when you go to a URL that includes a drop-down menu list choice). Anyone know?
Oh, you want to theme the
Oh, you want to theme the user list pages. I am looking to do that too:(