The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
AboutMe Tab @ User Profile
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 !! Please help me Thanks In Advance SorentoUltimate |
#2
|
||||
|
||||
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: HTML Code:
<if condition="$id == 'aboutme'"><dt>xx</dt><dd>yy</dd></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|