The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How?
How would I come accross to editing certain fields in the 'Additional Information' area in your usercp (editing Profile)
I want to edit the HTML code for Biography and Interest's. I tried search for specific templates (register_customfields etc.) but none seem to be able to change this. My last option was to edit member.php to see if I can change something there. No luck Anyone got any ideas? |
#2
|
|||
|
|||
i'd install Logician's conditionals hack and do something like this in your register_customfields template:
Code:
[[($profilefield[profilefieldid]!=xx)]] <tr> <td bgcolor="$bgcolor"><normalfont><b>$profilefield[title]:</b></normalfont><br> <smallfont>$profilefield[description]</smallfont></td> <td bgcolor="$bgcolor"><normalfont><input type="text" class="bginput" name="$profilefieldname" value="$bbuserinfo[$profilefieldname]" size="$profilefield[size]" maxlength="$profilefield[maxlength]"></normalfont></td> </tr> [[/($profilefield[profilefieldid]!=xx)]] [[($profilefield[profilefieldid]==xx)]] <tr> <td bgcolor="$bgcolor"><normalfont><b>$profilefield[title]:</b></normalfont><br> <smallfont>$profilefield[description]</smallfont></td> <td bgcolor="$bgcolor"><normalfont><select class="bginput" name="$profilefieldname"><option value="xx">Blah</option><option value="xx">Blah2</option></select></normalfont></td> </tr> [[/($profilefield[profilefieldid]==xx)]] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|