Only one custom field displaying

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.
Post Reply
BrentNewhall
Registered User
Posts: 1
Joined: Thu Mar 11, 2010 7:03 pm

Only one custom field displaying

Post by BrentNewhall »

Months ago, I created a custom field for my database ("is_user_human", a drop-down field, used an anti-spam feature) in my phpBB 3.0.5 installation. No problems.

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 -->
Only is_user_human displays on the page. I've set "Publicly display profile field" to Yes on both fields, and in fact have set all the other checkboxes to be the same. Still, only is_user_human appears. I even created another field which exactly mimics is_user_human, and only is_user_human appears.

What am I doing wrong? Thanks in advance.

Link to forum.

Post Reply