Closed (fixed)
Project:
ThemeKey
Version:
6.x-3.6
Component:
Modules
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2011 at 08:06 UTC
Updated:
12 Oct 2011 at 08:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkalkbrennerThemeKey works well with admin paths depending on your admin theme settings.
But ThemeKey is explicitly turned off at /admin/build/block. Otherwise it's impossible to configure blocks per theme.
But you're right that it might be turned on at admin/build/block/configure/block/.
Comment #2
lekvarnik commentedThanks for a quick response. But how could I turn it on for all
admin/build/block/configure/block/
or maybe better
admin/build/block/configure/block/%
If I choose
drupal:path
equals to
admin/build/block/configure/block/%
and change the theme from admin theme to my theme of my frontapge website
it is not working ;(
I tried flush cache and also logged out logged in, but it won't help.
Any advice?
Comment #3
mkalkbrennerAs I already mentioned, ThemeKey is turned off for admin/build/block/*
But you can test the patch attached which turns off ThemeKey only at admin/build/block and admin/build/block/list/*, but not at admin/build/block/configure/*.
Comment #4
mkalkbrenner