I am not sure what custom fields you made or what they should look like.
Pm me your site URL please, I will register and have a look see.
--------------- Added [DATE]1334362726[/DATE] at [TIME]1334362726[/TIME] ---------------
Your board is shut off.. I can't see anything..... I will check back later
--------------- Added [DATE]1334365974[/DATE] at [TIME]1334365974[/TIME] ---------------
Ok...
In your memberinfo_block_aboutmetemplate you have the following code.
In your image above you show "Any Other People & Location".
You will see that in the bottom of the code below.
You will need to make each of the custom profile fields listed below & edit the memberinfo_block_aboutmetemplate to reflect custom profile field id's to get them to show again.
Code:
<!-- $ block_data [fields] -->
<table width="100%" border="0" cellspacing="4" cellpadding="4">
<tr>
<td>
<if condition="$userinfo[field7]!=''">
<!-- field 1 block -->
<fieldset class="fieldset"><legend><strong>Field 1: $userinfo[field7] ($userinfo[field7])</strong></legend>
<b>Field 2:</b> $userinfo[field8]<br />
<b>Field 3:</b> $userinfo[field9]<br />
<b>field 4:</b> $userinfo[field10]<br />
<b>Field 5:</b> $userinfo[field11]<br />
<b>Field 6:</b> $userinfo[field12]<br />
</if>
</td>
<td>
<if condition="$userinfo[field24]!=''">
<!-- field 2 block -->
<fieldset class="fieldset"><legend><strong>Field Name 2: $userinfo[field24] ($userinfo[field28])</strong></legend>
<b>Name ere:</b> $userinfo[field24]<br />
<b>Name Here:</b> $userinfo[field25]<br />
<b>Name Here:</b> $userinfo[field26]<br />
<b>Name Here</b> $userinfo[field27]<br />
<b>Name Here</b> $userinfo[field36]<br />
<b>Name Here</b> $userinfo[field37]<br />
<b>Name Here</b> $userinfo[field38]<br />
<b>Name Here</b> $userinfo[field39]<br />
<b>Name Here</b> $userinfo[field40]<br />
<b>Name Here</b> $userinfo[field46]<br />
<b>Name Here</b> $userinfo[field47]<br />
<b>Name Here:</b> $userinfo[field48]<br />
<b>Name Here:</b> $userinfo[field50]<br />
<b>Name Here $userinfo[field52]<br />
<b>Name Here</b> $userinfo[field54]<br />
<b>Name Here:</b> $userinfo[field56]
</fieldset>
<!-- /field 2 block -->
</if>
</tr>
</td>
</table>
<dt class="shade">Any other people:</dt>
$userinfo[field57]<br />
<dl class="list_no_decoration profilefield_list">
<dt class="shade">Location:</dt>
<dd>$userinfo[field5]</dd>
</dl>
</li>