Log in

View Full Version : Usergroup dropdown in admin settings


necrotic
08-06-2005, 04:25 AM
Hello everyone,

I'm working on integrating some features of our website with vBulletin 3.5 rc2 and I was wondering how I could add a Usergroup dropdown to a custom setting in the admin area. I looked and couldn't find any way of doing it.

Thanks for the help!

Andreas
08-06-2005, 11:46 AM
print_chooser_row('Some description Text', 'Form-Varname', 'usergroup', $currentsel);

necrotic
08-06-2005, 03:17 PM
Thanks. I still had to do some hacking to remove the description DIV (or make it appear to be gone).