I have installed the most recent version of this plugin and discovered a bug/limitation. I have six blog types in my config. The first type has two subtypes numbered 0 and 1. The second has 11 numbered 2 through 12. The third has has four subtypes and the then two types each have the same 40 subtypes. As soon as I try to create a subtype with
$blog_subtypes[100] = ‘Russian Studies’;
$blog_subtypes[100] = ‘russianstudies’;
$blog_subtypes[100] = ‘personal’;
$blog_subtypes[100] = ”;
The site returns a blank page when visited. Deleting the 100th subtype returns the normal page display. So it would appear that there is an issue with having more than 100 subtypes. Is there a way to fix this? Thanks.