Does anyone know of a way to make it so the poster's name (I am using the extended application form, so everyones name is out there somewhere...) is used instead of their username? I am a php noob so it is going to have to be either easy or dumbed down lol.
I just want it to display the author's name where the username in a post would usually be... or maybe in like the same font / area as the time tag after the username
I'm doing this as well -- but I just force my users to use "firstname lastname" as their actual username (If that makes sense!). Perhaps some sort of hack to the user registration page could achieve this, at least for new users. I.e. make users input firstname and lastname in two fields, and then have vanilla use that to create a user whose username "firstname lastname".