Closed (works as designed)
Project:
Domain
Version:
7.x-3.0-rc5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2011 at 03:48 UTC
Updated:
21 Oct 2017 at 16:31 UTC
Jump to comment: Most recent
Comments
Comment #1
kharbat commentedI'd appreciate any hints or ideas..
Comment #2
agentrickardTwo questions here.
1) At the moment, I think you would need a custom menu item that duplicates
'admin/structure/domain/view/%domain/theme/%/theme-settings', because that page really just calls and alters the default theme settings page. You would also need to add a submit handler to change the redirect path, I suspect.2) There is not, and there are two use-cases that we need to address.
a) The ability to get / set a specific theme variable for a domain -- right now, the module depends on the global domain context for this.
b) The ability to batch update theme settings, which is actually pretty tricky, but definitely desirable.
Both of those should be separate feature requests.
Comment #3
kharbat commentedYeah thanks! i've already done it this way i thought there might a better practice. But yeah i think ill write down the feature requests for you so you won't forget :)
Thanks again.
Comment #4
agentrickard