help with custom profile fields

General topics relating to phpBB3 to be posted in here.
Post Reply
stall20080
Forum Member
Forum Member
Posts: 14
Joined: Wed Dec 31, 2008 11:53 pm

help with custom profile fields

Post by stall20080 »

ok some reason i have make a custom profile field and if i make a different one they do the same this is my code


<!-- IF S_PROFILE_xbox_gamertag -->
<tr>
<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{PROFILE_xbox_gamertag_NAME}: </td>
<td><b class="genmed">{PROFILE_xbox_gamertag_VALUE}</b></td>
</tr>
<!-- ENDIF -->
<!-- BEGIN custom_fields -->
<tr>
<td><a href="http://profile.mygamercard.net/{postrow ... IELD_VALUE}" target="_new">
<img src="http://card.mygamercard.net/mini/{postr ... VALUE}.png" border=0>
</a></b></td>
</tr>
<!-- END custom_fields -->

yes im add xboxlive tag to profile, it works fine but the problem is if i make a differnt custom profile field i get two images of the gamertag like its taking thr value from both,

how can i stop this, as i would like to add more then one custom profile,

and if anyone know how i could do this i would be grateful, i wanted to add a custom profile hidden for user but admin and mods can see, ( a note for each other)

but like i said i cant add more than one custom code until the first problem solved,
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: help with custom profile fields

Post by LDM »

Sorry mate, have no knowledge on the Xbox Gamer tag modification, you'd be best asking the author of it.
stall20080
Forum Member
Forum Member
Posts: 14
Joined: Wed Dec 31, 2008 11:53 pm

Re: help with custom profile fields

Post by stall20080 »

its not a mod i have made it myself, but this is the first time i used custom profile fields, so by looking at it would you say its right, or do i need to add anythink at the bottom, if you was mading a custom field would you have the same ?? :beg:
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: help with custom profile fields

Post by LDM »

Post Reply