Posted by bjc5070 on April 27, 2011 at 10:38pm
I have a views block that is displaying a list of titles from a content type. I want to include with the title which user created the content as well as date information. I dont want to include the date the node was created. I want to include the data from the input date field. I hope that makes sense. maybe this is a better explanation...
node: title
authored by
date an event is taking place.
I have it working with just the titles, and I cant find the which fields if any will add the other two pieces of info. any thoughts? thanks in advance. see you at the next meeting.
Comments
views
Here's how I did it: I added the Date module and created a date field and displayed that one, not the post date. The User Name field is the one that will display the author. Good luck!
Added Fields
The fields you add to a content type will show up under the "Content" section of the Views fields.
"Title" and "Body" show up under the "Node" section though.