Does anybody know of any drupal sites that have attractive and dynamic user profile pages? I am searching around but so far I don't see anything interesting. For example, check out this page: http://www.commun-it.org/community/timh/

This has an extensive user profile and a beautiful and elegant display. I want to create this type of thing on my drupal site and am wondering if it's possible...

Comments

lionheart8’s picture

I am sure through a combination of modules, what you want seems possible.

Chad_Dupuis’s picture

The options for customizing the user profile are limitless and I can see no reason why you cannot create something like the site you specify.

While there are modules that will help to a degree, most of the work will be done with a custom user profile template and some php.

I have an article on my website:

http://media.yinyanghouse.com/web-management-help-articles/customizing-t...

This article should give you a general idea and some code examples for what you want to accomplish. An example of the profile is here - http://www.yinyanghouse.com/user/2 . You could, of course, make it anyway you want with some relatively simple css changes. But the bulk of the information that you would want in a profile is there.

visionforge’s picture

Thanks for your help. Ok, well if I knew how to build modules, this is the module I would build, a single module that puts together an awesome user profile.