Great little fix and nice clear instructions. Thanks
If any one else wants to allow users to use the board defaults if they haven't picked a format or to explicitly use them, then you can make the following change to the two case statements:-
PHP Code:
....
case 'Forum Defaults':
break;
default:
// Do nothing
}
I put the 'Forum Defaults' option at the top of the list of options in the two custom profile fields.