PDA

View Full Version : Separating Custom Fields


mashby
02-27-2003, 03:53 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 one field that I use 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?

sabret00the
02-28-2003, 04:38 PM
this is info i'd also be really really interested in, someone help

Dean C
03-02-2003, 10:59 AM
This is not possible without hacking the php files :)

- miSt

mashby
03-05-2003, 02:58 AM
Actually it IS possible. Once I changed the name field it worked like a charm. :)

Insead of using name="$ bbuserinfo[field5]" I used name="field5" and it works perfectly. :D