I use node_profile, so I would like to make a select box showing more information than username. I have tried to use a view in my user_reference component, but there isn't any option to choose one.

Any hint on why it don't appear?

Comments

enboig’s picture

Category: support » bug

I checked and form appear ok, so I removed the views fields from the ['advanced'] fieldset and it solved the problem:

 //         $form['advanced']['advanced_view'] = array(
         $form['advanced_view'] = array(

I have this problem with my custom theme but also with garland.