Quote:
Originally Posted by cyberphere32
Hello,this time i picture something i need i need another thin in user cp wich will users see in my profile !
Can someone do it ?
Like this (i made it fast so its not the best,but you see the point):
|
In Member Info Find and Change this code:
[html] <td class="tcat" width="50%">$vbphrase[group_memberships]</td>[/html
Change where it says $vbphrase[group_memberships] to whatever the title is. Than Change this code:
HTML Code:
<if condition="$show['membergroups']">
<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_a_member_of_the_following_groups]</phrase></strong>:</td>
<else />
<td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
</if>
</tr>
$membergroupbits
</table>
To have something like this:
HTML Code:
=<if condition="$post['fieldX']">Fieldx Prefix:<br /> $post['fieldX']</if>
Just change field X to the field # and it should work.