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?
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
Comment #1
dangerfinger commentedSubscribing.
Comment #2
jph303 commentedIn drupal 7 you can access the admin section using admin/appearance/css3pie instead of admin/build/themes/css3pie which is the drupal 6 url
Comment #3
mjohnq3 commented@#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.)
Comment #4
GaelenN commentedit 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.
Comment #5
Marc Bijl commentedHave to agree: a path is nice, but it should be visible in the admin environment.
Comment #6
Helrunar commentedMenu 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
Comment #7
Helrunar commentedComment #8
miccelito commentedShould be put in the readme.txt