Ok, got field number 4.
{$post['4']}
placed that several places in postbit_classic template, but can't see it anywhere...
I did turn on "display on postbit" in the custom profile settings, and then it shows on the right side of the screen.
Tried saving the template as the default, and NewDefault.
Ok, GOT IT! See the screenshot that is attached.
It's the postbit template.
Templates & Styles / Templates / NewDefault Templates / Post Bit Templates / postbit
Line 7
Changed to:
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}{$post['fid4']}<br />
Where fid4 is my Name field I added in the profile.
{$post['4']}
placed that several places in postbit_classic template, but can't see it anywhere...
I did turn on "display on postbit" in the custom profile settings, and then it shows on the right side of the screen.
Tried saving the template as the default, and NewDefault.
Ok, GOT IT! See the screenshot that is attached.
It's the postbit template.
Templates & Styles / Templates / NewDefault Templates / Post Bit Templates / postbit
Line 7
Changed to:
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}{$post['fid4']}<br />
Where fid4 is my Name field I added in the profile.