The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Separating Custom Fields
I know I've seen this answered somewhere, but for the life of me I can 't find it, nor can I remember how to do it.
In the "modifyprofile" template, I would like to stop using the $ customfields and instead manually place them where I want within the template. This way I can group them better than they are in just one big chunk. For example, one field that I use is for MSN Handles, I wanted to put it under the Yahoo field. I was successful in getting the field in place, however, when I edit the field, the field is not updated. So, clearly I'm missing a step. This is the code I'm using for the MSN Field, which is field number 5 in the database: Code:
<input type="text" class="bginput" name="$bbuserinfo[field5]" value="$bbuserinfo[field5]" size="30" maxlength="30"> |
#2
|
|||
|
|||
Change the name. I don't remember what it should be (field5 or something) but it definitely shouldn't equal the value.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|