Closed (fixed)
Project:
Skinr
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2011 at 10:38 UTC
Updated:
14 Mar 2012 at 13:30 UTC
First let me say thanks for this module.
I am using he dev version for Drupal 7.x. I love the new interface for D7. However, I can't figure out how to add skinr to the login block that comes with the core. The block does not appear when logged in so I can't select skinr.
Thanks for the help
Ricky
Comments
Comment #1
moonray commentedYou can temporarily give anonymous users privileges to alter skinr settings, if it's a local site.
If it's a public site I wouldn't recommend that, though.
As it stands there is no way to assign skinr settings to a block you can't see, I'm afraid. There is a patch (probably outdated, though) that would allow you to do this, though. See #1149726: Create an 'add skin configuration' form to edit any element on the site.
Comment #2
johnnocRegarding the support question.....For the user login block in core, you can go to: http://example.com/admin/structure/skinr/edit/nojs/block/user__login (where example.com is your domain, of course).
Deducing the last part of the URL, it's module__delta. So if you have a block that's only shown to anonymous users, you can go directly to the skinr settings form by finding where the module is coming from. in this case the user module and the delta is login. If you don't know how to find the module and delta of a block, you can just go to block administration page and hover on the configure link of the block you're interested in. The last three parts of the url is constructed as module/delta/configure.
Comment #3
rickyd1 commentedThanks. this is what I needed
Comment #4
moonray commented