One had an issue and PM me to look at what could be causing an issue with 4 players showing up in their profile here is a fix for this:
If you used this inside your memberinfo_customfields:
Quote:
- Edit the memberinfo_customfields template
- Add the following at the end:
Quote:
<tr>
<td>
$myplayercode
</td>
</tr>
|
Replace with:
PHP Code:
<if condition="$profilefield[profilefieldid]=='5'">
See the 5? Remove this 5 with the profile ID that's within your User Profile Field Manager when you set up the new field within the user profile.
This is only for the ones that are facing 4x players within their profile or perhaps multiples

So we went for an if conditional and found this to work fine even with a new install!
Best regards!