CreateMyBB Support Forums
Custom Profile Fields - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: General Support (https://support.createmybb.com/forumdisplay.php?fid=6)
+---- Forum: Solved Support (https://support.createmybb.com/forumdisplay.php?fid=26)
+---- Thread: Custom Profile Fields (/showthread.php?tid=265)



Custom Profile Fields - HP Super Sleuth - 07-12-2006

Is there a way at all to make the custom profile fields show up in a user's postbit/post info? I'd really appreciate any and all help with this. Thanks.


RE: Custom Profile Fields - Justin S. - 07-30-2006

Yes. All you need to do is add this to the postbit template in your Admin Control Panel:

Code:
$post[fidX]
where X is the ID, which you can find in the custom profile field management page in the Admin CP.

Note that any HTML entered in these fields will be rendered as HTML by the browser.

Sorry for the late reply.