Well, I never ever use the http:// way when I type in a link. It took a bit to realize that this is the problem.
And with matching requirements to URL, the display of url in message user info is that big long
http://www. displaying.
As you may know the message user info on left side has almost no space. It takes 3 lines to display a domain with 10 characters. And it looks ugly.
At least my way, you can save 7 characters (
http://) + 3 characters (www, depends on your redirecting). So now my method displays mywebsite.com in 1 line, whereas the normal way displays it as
http:///www.mywebsite.com in 3 lines.
But thanks, I learned a new thing today. I didn't know about the {$value} method for custom user fields.