PDA

View Full Version : Separating Custom Fields


mashby
02-27-2003, 10:59 PM
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:

<input type="text" class="bginput" name="$bbuserinfo[field5]" value="$bbuserinfo[field5]" size="30" maxlength="30">

Can any share some insight in what I'm doing wrong?

filburt1
02-27-2003, 11:01 PM
Change the name. I don't remember what it should be (field5 or something) but it definitely shouldn't equal the value.