Ive managed to add a new personal tab to my personal profile, and managed to add a new custom field to it.
but it shows only the data and i'd like it to show the catagory and the phrase itself
it looks someting like this:
Tech comp info
2.5GB
3.00GHz
when actually it needs to be looking like this:
My Computer (Cutstom catagory)
-Memory (Custom feild name)
--2.5GB (Data)
to add the data i did this:
Code:
<if condition="$userinfo[field5]">$userinfo[field5]</if>
how do i make the filed name and the catagory show aswell ?