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

moonray’s picture

You 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.

johnnoc’s picture

Regarding 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.

rickyd1’s picture

Thanks. this is what I needed

moonray’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.