That's a great idea! That's something that Mythotical would have to edit... Mine would show up like this:
Public Name
"Registered Username"
OK You guys know how to add profile fields to the postbit right? Well if you go into the template add this and it should work as a postbit modification:
Option One:
Code:
First Name: $post[musername]
That should come out (as in the picture):
Original Username: Eternia
This is option two:
Code:
First Name: <a class ="smallusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
It'll be the same outcome but it'll turn out with the orginal username as a link to the profile like it originally would.
Screens Provided