I love the idea, and I do participate on www.bariswanschers.com!
But I find it rather frustrating that it overrides even my Admin interface, although I selected another interface for the Admin section.
I would be nice to show the Admin interface, if this setting is other than System Default.
This enables me to still manage content, whil the end-users only see the Naked interface.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | naked-fix_admin_interface-429002-1.patch | 361 bytes | nesta_ |
| #3 | naked-fix_admin_interface-429002-1.patch | 361 bytes | nesta_ |
| #2 | naked-fix_admin_interface-429002-1.patch | 361 bytes | nesta_ |
Comments
Comment #1
nesta_ commentedI take note of this and try to send the patch throughout the week that comes), even make a migration to D7
Best regards!
Comment #2
nesta_ commentedAdd user admin conditional for apply naked.
Comment #3
nesta_ commentedAdd user admin conditional for apply naked.
Comment #4
nesta_ commentedsorry, Add user admin conditional for apply naked.
Comment #5
tobiassjosten commentedI think we'd want to target the admin pages instead of the admin users, no? That means `arg(0) == 'admin'` in Drupal 6 and `path_is_admin()` in Drupal 7.
Do you want to take another shot at it, Neftalí?
Comment #6
nesta_ commentedThis is if the admin has to change something about the public part and need to have the views_ui or other modules in active.
greetings!.
Comment #7
BarisW commentedYou can do it like this:
This way it works for all roles, not only user 1.
Comment #8
nesta_ commentedThat day should be Naked for everyone, except if you have to fix or modify any functionality, with what is only left him be admin users who have disabled the day naked
Comment #9
BarisW commentedThat is what my code snippet does. It replaces the front-end theme with the naked theme, but not the admin theme. That's how I'd expect it to work.
The problem with using user 1 is that many sites don't have the user 1 login at all. For instance, we don't hand the user 1 account to our clients but we create a user with the Administrator role for them.