I'm building my first site with drupal. And I made a custom user field: Full name. Now I want to get the value of this fild in my template to say “Hello, %username%”. How do I do that?
|
feedback
|
|
Depending on your setup/field name, something like this in
Then something like this in
Note that | |||
|
feedback
|
|
Clive's answer is correct except that you should use
If your site uses the Entity API module, you can also use a entity metadata wrapper like this
| |||
|
feedback
|