Quote:
Originally Posted by Erwin
Go to your getinfo template.
Add $userinfo[fieldx] underneath $userinfo[username] (x being the custom profile id number).
|
Whats this for a template in RC4? How is it called cause I can't find this string in several templates but there is none named getinfo
I create an extra field which is called DISPLAY NAME
The id is 5 cause its my first custom field
profilefieldid5
I went into my postbit_legacy Template and changed:
$post[username]
to
$post[field5]. I also tried $post[profilefieldid5]
but nothing works.
I want on ALL my pages the displayname to be shown.
Any idea what I am doing wrong? Please help me cause I need to implement this urgently.
Many thanks in advance...