hi folks,
Though Views 2 offers endless possibilities I can't really figure out how to output the "Submitted by" field like it is shown in a node. I have a custom theme function to output the submitted by info. Something like "by author, published on 1.01.2009".
As far as I see it, Views can output this line only in two seperate fields -> User:Name & Node:Post Date. However these two fields will be rendered on two separtated lines, which is not what I intend.
Does anybody know, how to fix this with CSS or do I simply miss this field in the Views UI? (The field in the node template would be $node->$submitted and I just want to output this in a View, preferably with the custom theme function theme_node_submitted($node), since it entails the desired XHTML)
thanks
Comments
Comment #1
deshilachado commentedIf you click on row desing: fields you can switch between fields or node or you can just change the settings for the one already chosen.
I assume you have chosen fields, so click on settings and make the fields mentioned in you post inline. If you wish to do so, enter a separator between the two fields.
Comment #2
theusualsuspect commentedthanks for showing me, I must have missed it..
Comment #3
deshilachado commentedyou're welcome
Comment #5
summit commentedBookmarking, thanks for this. Helped me a lot!
greetings, Martijn