
10-21-2012, 08:33 AM
|
|
|
Join Date: Jun 2011
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ForceHSS
Code:
INSERT INTO `profilefield` (`profilefieldid`, `profilefieldcategoryid`, `required`, `hidden`, `maxlength`, `size`, `displayorder`, `editable`, `type`, `data`, `height`, `def`, `optional`, `searchable`, `memberlist`, `regex`, `form`, `html`, `perline`) VALUES ('5', '0', '0', '0', '250', '25', '5', '1', 'input', '', '0', '0', '0', '1', '1', '', '0', '0', '0')
This won't put the name in for you. You will need to sort that out yourself at least this is a start for you
|
Please give me an example of how to add profile field "abcd"
|