Hi there,

I'm rather new to Drupal. I am busy porting an existing site to Drupal5. I installed CCK and created some content types.
Now I'm stuck with the following problem:

I made a node reference to a specific content type.
By default, it show all titles of that content type. But I'd rather only want to list the published nodes.

I've also created an user reference. It shows the username by default. Is there any way I can show other information of a user (profile), by example the Fullname contents?

I can only find theming information about displaying the created content, not for altering the content of the form itself.

Thank you for your help.

Comments

mariano.barcia’s picture

We used a patch to feed the selection list of referenceable nodes with the contents of a view. See this thread http://drupal.org/node/78825#comment-134881.

I guess Usernode would help when working with users. Hope this helps.

--
Mariano Barcia