Scanu
09-12-2012, 11:20 PM
Hi there! I need to make a 'fake' user profile field, in postbit/_legacy i can do this
$template_hook['postbit_userinfo_right_after_posts'] .= '<dt>Example</dt> <dd>' .$post['userid']. '</dd>';
Can i do the same on member.php page? Thanks in advance for your help
$template_hook['postbit_userinfo_right_after_posts'] .= '<dt>Example</dt> <dd>' .$post['userid']. '</dd>';
Can i do the same on member.php page? Thanks in advance for your help