I had this hack installed prior to the 3.6.8 update and everything was fine. I performed the update and re-installed the hack. THe dropdown in the post work fine but I can't get the Computer Specs to show up in user profiles anymore.
In the instructions it says:
Code:
FIND:
<if condition="$show['membergroups']">
<dl id="membergroups_list" class="smallfont">
$membergroupbits
</dl>
<else />
<div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></div>
</if>
REPLACE WITH:
<if condition="$show['extrainfo']">
<dl id="additionalinfo_list">
$customfields2
</dl>
<else />
<div class="smallfont"><strong><phrase 1="$userinfo[username]">$vbphrase[n_a]</phrase></strong></div>
</if>
I don't have either one of those phrases. Help please.