Hey Labrocca! I notice you haven't applied to fix for the quick theme problem! Were you aware that there is one? 
Just in case you didn't and don't want to look for it, I have pasted it below!

Just in case you didn't and don't want to look for it, I have pasted it below!
zaher Wrote:The issue isn't in the mod it self, it is in MyBB functions, exactly build_theme_select function to fix it open inc/functions.php
find
replace withCode:if(!$tid)
{
$themeselect .= "</select>";
}
Code:if($tid)
{
$themeselect .= "</select>";
}