By cstachris on
Hi,
I'm using Views2 module and trying to list a content-type in some sort of table like this:
Smith John 0412341234
Smith Joan 0443214321
However, it is coming out like this - (the title field is not in the view):
Smith John 0412341234 Title: wrong title 1
Smith Joan 0443214321 Title: wrong title 2
The title of the node is completely not used on these content-types, which is just a person with their telephone number.
How do I get rid of the 'Title: title of node' from my view listed here.
The settings are done in manage fields for the content type, then selecting the field (which is node reference to other node types) and at the bottom in the 'advaced' views section and selecting the view to use.
Hope this makes sense, and I hope someone can help me :)
Chris