Closed (fixed)
Project:
Theme Settings API
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2007 at 22:43 UTC
Updated:
11 Sep 2007 at 23:31 UTC
Is it possible to use Theme Settings API to add certain module settings to the theme settings?
Comments
Comment #1
johnalbinIf a module wanted to have different settings for each theme, the correct place to put those settings would be the /admin/build/themes/settings/THEME form.
However, there's no reason to have a module dependency on the Theme Settings API module.
For example, if the captcha module were to have per-theme settings, you could use _form_alter() to add its settings. Take a look at the code in themesettingsapi.module.
Comment #2
(not verified) commented