2017-05-04, 09:21 PM
i'm looking to display specific custom profile fields on a custom php page, i think that {$post['fid1']} gets me the field but how do i send in the userid i need it to look up? It seems to be that it only works in postbit, is there another hook i can use? or toss me the table names and i'll write out the sql query myself 
<div> First Name's Favorite color: {$post['fid1']}</div>
<div> Second Name's Favorite color: {$post['fid1']}</div>
is basically what i'd be going for i'd have the userID's able to be hard coded.
Thanks!

<div> First Name's Favorite color: {$post['fid1']}</div>
<div> Second Name's Favorite color: {$post['fid1']}</div>
is basically what i'd be going for i'd have the userID's able to be hard coded.
Thanks!