You find out the templatesetid number by looking at your template sets and holding your mouse over the one you're using as your default. Around the end of the URL, you should see something like this:
templatesetid= -- after this, there should be a number. That's the one you want.
As for getting rid of the vB options groups: I'd start from scratch. Delete any templates you have and run this query on your DB:
DELETE FROM settinggroup WHERE title ='Quiz Options'
Then run this query (beware: this may not work proerly if you have certain other hacks installed):
DELETE FROM setting WHERE settinggroupid = 99;
|