I've installed the module onto a D7 site and I can not get access to the admin section. Was something changed in the alpha release?

Comments

dangerfinger’s picture

Subscribing.

jph303’s picture

In drupal 7 you can access the admin section using admin/appearance/css3pie instead of admin/build/themes/css3pie which is the drupal 6 url

mjohnq3’s picture

@#2 That path certainly works but it's hardly intuitive. There should be a menu item or tab on the appearance page. (Of course perhaps this is planned but not yet implemented. Just noting it here.)

GaelenN’s picture

it works on my basic 7 install but not one where I've created a specific path to the admin section so it's not accessible by strangers.

is there a permissions portion planned as well? it might help me solve this.

Marc Bijl’s picture

Have to agree: a path is nice, but it should be visible in the admin environment.

Helrunar’s picture

Status: Active » Fixed

Menu item should work in the dev-release. Permissions fixed for the next release. To fix it by yourself, please change function css3pie_perm() to function css3pie_permission() in css3pie.module

Helrunar’s picture

Status: Fixed » Closed (fixed)
miccelito’s picture

Posted by jph303
In drupal 7 you can access the admin section using admin/appearance/css3pie instead of admin/build/themes/css3pie which is the drupal 6 url

Should be put in the readme.txt