also In /includes/adminfunctions: modify print_choser_row (line 1161)to check for $tableid of user, usergroups
line 1161 before code change
PHP Code:
if (!is_array($GLOBALS["$cachename"]))
now what I want to know is where do I add your code before or after
also In /includes/adminfunctions_user.php around line 116 (construct_style_chooser)
line 116 before code change
PHP Code:
function construct_style_chooser($title, $name, $selvalue = -1, $extra = '')
is the code you are giving before or after the code that is there