Ok, I corrected the problem, but I had to do some hacking.
In register php after code
PHP Code:
$options['showimages'] = iif(bitwise(REGOPTION_IMAGE, $vboptions['defaultregoptions']), 1, 0);
$options = convert_array_to_bits($options, $_USEROPTIONS);
I added
PHP Code:
$vboptions['styleid'] = 0;
Then I ran the following query
Code:
UPDATE user SET styleid=0;
This reset all users to style 0 (use forum default). If they later change it I don't give a crap.
I just wanted A) Newly registered users to use the forum defaults. The hack accomplished that. B) is to go back and catch those that registered while this bug was in effect and put them on style 0.
Now, if there's a setting I could have set to get this effect let me now. And don't tell me to go to vboptions>style&language settings>Forum Default because that menu does
NOT give you the option to set users to "Use forum default" (style id 0)
This, in my opinion, is a bug.