You know how you can use {.username.} to get the username of the reader, how do you get the {CustomField1} ? I have a custom field.
So say i have a custom field for user's profile called "custom1" it would be {$post['custom1']}? Doesn't work...
No, you use the ID of the field, not the name of it, as clearly indicated in the article.
where can I find the id of it? it's not in the templates...
It says the ID on the main page of the Custom Profile Fields section of the Admin CP ... in a column labeled, shockingly, "ID"
{$post['fidX']}
Change the X to the ID. It does indeed say that on the Wiki:
Quote:Custom profile fields can also be accessed and displayed through {$post}. The format is {$post['fidX']} where X is the ID of the custom profile field.