This topic is often pointed to for directions about creating custom profile fields. VB versions prior to 5.x.x allowed images to be displayed, as examples, for country flags, sports teams, zodiac signs & others. Creating the fields, hook, template, enabling hooks, & displaying fields as text works.
How to code to display a graphic for each field added? (Have seen the mod referred to, here & elsewhere, doesn't work.)
Hooks enabled, template created, field created, images uploaded to server. Overlooking something. Where to insert/add image call? What I've got in the conversation_fields template, thanks for input:
(Emoticon displays here using a colon, instead of <colon> )
How to code to display a graphic for each field added? (Have seen the mod referred to, here & elsewhere, doesn't work.)
Hooks enabled, template created, field created, images uploaded to server. Overlooking something. Where to insert/add image call? What I've got in the conversation_fields template, thanks for input:
{vb:data userInfo, user, fetchProfileInfo, {vb:raw conversation.userid}}
<vb:if condition="$userInfo['field18']"><li><label>{vb<colon>phrase field18_title}: </label> <span>{vb:raw userInfo.customFields.default.field18_title.val}</span></li></vb:if>
<vb:if condition="$userInfo['field18']"><li><label>{vb<colon>phrase field18_title}: </label> <span>{vb:raw userInfo.customFields.default.field18_title.val}</span></li></vb:if>
Comment