Fleiding
02-26-2014, 02:25 PM
Alreade solved!
I am using this code in postbit_legacy to display some information. Members can fill in there ID on my website and a script automatically fills in fields 15, 16 and 17 and shows the outcome.
<vb:if condition="$post[field15]"><a href="http://3ds.pokemon-gl.com/user/{vb:raw post.field15}/profile/" target="_blank"><dt style="text-align: center; color: transparent;"><img src="http://d2iarw4exzbkon.cloudfront.net/{vb:raw post.field17}.png" alt=""></dt><dd style="line-height: 35px;">{vb:raw post.field15}</dd></a></vb:if>
The only problem I'm having now is that these values also appear in the About me tab on a profile page.
pgl_member_id:
S-398-2169-R
pgl_account_id:
c1b8c950-4924-11e3-8780-068eb5a70c9c
pgl_savedata_id:
5e9cb5b0-3e49-11e3-9760-068eb583598c
If I make the user fields private it won't show up on the profile page, but also in the postbit and that is the location I only want it to show.
How can I resolve this?
Solved by following Lynne's advice:
Have you tried changing the "Which page displays this option?" field for the User Profile Field? Try setting it to an "Options" one and it shouldn't show on the profile page.
I am using this code in postbit_legacy to display some information. Members can fill in there ID on my website and a script automatically fills in fields 15, 16 and 17 and shows the outcome.
<vb:if condition="$post[field15]"><a href="http://3ds.pokemon-gl.com/user/{vb:raw post.field15}/profile/" target="_blank"><dt style="text-align: center; color: transparent;"><img src="http://d2iarw4exzbkon.cloudfront.net/{vb:raw post.field17}.png" alt=""></dt><dd style="line-height: 35px;">{vb:raw post.field15}</dd></a></vb:if>
The only problem I'm having now is that these values also appear in the About me tab on a profile page.
pgl_member_id:
S-398-2169-R
pgl_account_id:
c1b8c950-4924-11e3-8780-068eb5a70c9c
pgl_savedata_id:
5e9cb5b0-3e49-11e3-9760-068eb583598c
If I make the user fields private it won't show up on the profile page, but also in the postbit and that is the location I only want it to show.
How can I resolve this?
Solved by following Lynne's advice:
Have you tried changing the "Which page displays this option?" field for the User Profile Field? Try setting it to an "Options" one and it shouldn't show on the profile page.