View Full Version : Profiel Field: radiobutton to single-selection menu
Sychev_S
04-21-2007, 01:05 AM
Is there anyway to turn radiobutton profile field into single-selection menu?
Not easily, as far as I can see, you would need to delete the old one and then create a new one, as the way the profile field works is that you select the type of field first before you get the other options to change.
But the downside of this is that the new profile field would have a new name fieldx - where the x is the next available field id available.
Princeton
04-27-2007, 12:08 PM
try ...
UPDATE 'profilefield'
SET
type='select'
WHERE
profilefieldid=XX;
EDIT XX to whatever the profile field ID is; also, you may have to add table prefix if you have one.
Sychev_S
04-27-2007, 05:20 PM
Thank you very much!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.