I'm trying to place my own theme settings into a drupal subtheme. i've used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings.php is uploaded here in case you'd like to see it. what it does is choose vocabularies for categories and tags, making it easier to port wordpress blogs to drupal.

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

so, the thing seems to be in mytheme.info it seems i need to place a default value here in order to have the settings saved. but i guess it doesn't make any sense.

link|improve this answer
and i did it through settings[something] = 0 – barraponto Mar 17 '10 at 23:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.