I've collected a whole bunch of data from users using the http://drupal.org/project/nf_registration_mod,
so now I have a node_profile with various content types that contain the user data.

my problem is that I'm trying to display the data in a visually appealing way.
I've done some research into displaying content with the CCK module. and node-content.tpl.php files. but it doesn't seem to affect the content.

I guess my question is what is the best way to go about formatting a user profile page with content from nf_registration_mod?

Comments

michelle’s picture

Have a look at http://drupal.org/node/35728

Michelle

--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.

eotinfotech’s picture

Hi

My suggestion is to use views2, for displaying the data
http://drupal.org/project/views

Views gives you the integration between, user profile, CCK Content, node author and many more.
Once you extract the data by views, you can use themeing to format and display it.

let me know, if you have any issues to that we can help you !

Regards, and Have a nice day.

Prachait Saxena
---------------------------
(M) :- +91 9953 200 299
(W) :- http://eotinfotech.com/

michelle’s picture

That would be a good trick using views 2 on D5...

I'd sooner say use Panels if he's wanting to use a module to do it.

Michelle

--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.