I recently created a second custom field, "interesting" (a Numbers field). I want this field to be displayed underneath the user's avatar on each post page.
Here's the relevant code in viewtopic_body.html:
Code: Select all
<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}::</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- END custom_fields -->
What am I doing wrong? Thanks in advance.
Link to forum.