Hello all,

I was wondering how to display my freeform result pages like on drupal.org:

example: http://drupal.org/profile/industries/press

They way it exsits on my site right now is just a single col list of usernames with no header title. Is there a simple way to create this?

Comments

potential’s picture

I would like to know this too. Outputing the user avitar along with the name would be outstanding.

Thanks!

chcgeek’s picture

Have you tried enabling the profile module?

Just a guess. :)

Barbara
aka "Chaplain Geek"

potential’s picture

Foodster’s picture

check here to Make the user list page compact (two or three columns, by css only) http://drupal.org/node/90248

here for Customising the user list layout (for Drupal 4.7) http://drupal.org/node/46156

Person who loved FOOD and DRUPAL

Foodster’s picture

i had created a freeform at profile, and get it displayed the customize user profile. but when the form item clicked. it show a blank page with title only.

Home
People that like <em>singing</ em >

the link where i clicked http://www.mysite.com/profile/profile_hobbies_interests/singing

i had created the profile_listing.tpl.php and modified the template.php like instructed and when go to http://www.mysite.com/profile i see the user listing like drupal.org

Person who loved FOOD and DRUPAL

Foodster’s picture

i receive this error at my watch dog

Location	http://www.mysite.com/profile/profile_hobbies_interests/singing
Referrer	http://www.mysite.com/user/1
Message	Unknown column '$query' in 'where clause' query: SELECT u.uid, u.access FROM users u INNER JOIN profile_values v ON u.uid = v.uid WHERE v.fid = 16 AND $query AND u.access != 0 AND u.status != 0 ORDER BY u.access DESC LIMIT 0, 20 in /home/mysite/public_html/includes/database.mysql.inc on line 121.