T tsak76 Active member Jun 13, 2014 #1 i am showing some custom fields in templates and instead of displaying the text field it shows the internal value. why ?
i am showing some custom fields in templates and instead of displaying the text field it shows the internal value. why ?
Mike XenForo developer Staff member Jun 14, 2014 #2 That is what is stored. You would need to change the value to the correct output if necessary (or possibly use one of the helpers). Upvote 0 Downvote
That is what is stored. You would need to change the value to the correct output if necessary (or possibly use one of the helpers).
T tsak76 Active member Jun 14, 2014 #3 Mike said: That is what is stored. You would need to change the value to the correct output if necessary (or possibly use one of the helpers). Click to expand... the value doesnt allow spaces so if have a custom profile field option I Do not Know then the value can only be i_do_not_know which aint good to show in templates unless i can work it arround using the helpers if u tell me how Upvote 0 Downvote
Mike said: That is what is stored. You would need to change the value to the correct output if necessary (or possibly use one of the helpers). Click to expand... the value doesnt allow spaces so if have a custom profile field option I Do not Know then the value can only be i_do_not_know which aint good to show in templates unless i can work it arround using the helpers if u tell me how