PDA

View Full Version : AboutMe Tab @ User Profile


SorentoUltimate
10-01-2009, 11:30 AM
Hello,

i need your Help,

i want to add a field between ABOUT xxxxxx and first field

i attache a picture to explain that i want !!

https://vborg.vbsupport.ru/attachment.php?attachmentid=104997&stc=1&d=1254400196

Please help me

Thanks In Advance
SorentoUltimate

Lynne
10-01-2009, 02:41 PM
Do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

And then you'll see the title part (About Administrator) is in the memberinfo_profilefield_category template. You can write a condition in there based on the $id (I think) and put something before the fields:
<if condition="$id == 'aboutme'"><dt>xx</dt><dd>yy</dd></if>I didn't style that at all. You'll have to do that.