i got some questions about it!
in the last part of the instruction you posted this code:
Code:
\\- Add below: - \\
<if condition="$userinfo['showgt']">
<tr>
<td>$userinfo[gticon]</td>
<td><a href="#" onclick="gtwindow('$userinfo[userid]', 400, 200); return false;">$userinfo[googletalk]</a></td>
</tr>
</if>
</if>
</table>
</fieldset>
<fieldset class="fieldset">
<legend>$vbphrase[gameplattform]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<if condition="$userinfo['showwii']">
<tr>
<td>$userinfo[wiiicon]</td>
<td>$userinfo[wii]</td>
</tr>
</if>
<if condition="$userinfo['showxbox']">
<tr>
<td>$userinfo[xboxicon]</td>
<td><a href="#" onclick="openWindow('http://live.xbox.com/member/$userinfo[xbox].card', 210, 145); return false;">$userinfo[xbox]</a></td>
</tr>
</if>
<if condition="$userinfo['showps']">
<tr>
<td>$userinfo[psicon]</td>
<td>$userinfo[ps]</td>
</tr>
</if>
\\- The lines then should look like this: - \\
<td>$userinfo[psicon]</td>
<td>$userinfo[ps]</td>
</tr>
</if>
</if>
</table>
</fieldset>
</div>
</div>
</td>
</tr>
<tr>
<td class="tcat" width="50%">$vbphrase[additional_information]</td>
<td class="tcat" width="50%">$vbphrase[group_memberships]</td>
The parth with "The lines then should look like this"! What do i have to modify in this code?
i m not very familiar with PHP. Could someone expaline me what i have to do there?
i added the rest of the code in the themplates, but it looks like there are no changes!