Have you ever wanted to change the mojoPortal WelcomeMessage text to display something besides "Signed In As: Joe Davis"?
Well, if you have mojoPortal 2.3.6.1 or higher, it is quite easy. You can override it in your skin's layout.master file by setting a property on <portal:WelcomeMessage like this:
OverrideFormat="My name is {0}", or if you only want the user name then you could put OverrideFormat="{0}"
The {0} is replaced by the user's display name.
I prefer OverrideFormat="Welcome Back, {0}" which displays "Welcome Back, Joe Davis" very nicely.
Hope this helps you out. If it did, please spread the word through Twitter or Facebook!
Happy mojo-ing,
Joe Davis