When I drush dl facebook_comments_box this is put in the sites/all/themes directory. On the project page (http://drupal.org/project/facebook_comments_box) the "Themes" nav item is showing an active state.
When I drush dl facebook_comments_box this is put in the sites/all/themes directory. On the project page (http://drupal.org/project/facebook_comments_box) the "Themes" nav item is showing an active state.
Comments
Comment #1
fredcy commentedIt's still doing this in April 2013, installing (via drush) as a theme rather than a module. The admin/config/content/facebook_comments_box menu/path does not work. If I move the facebook_comments_box directory from themes to modules then it does show up as a module rather than a theme. However, admin/config/content/facebook_comments_box now gives Access Denied. Seems to be the http://drupal.org/node/1443390 problem.
Comment #2
kingandyYeah, this is clearly not a theme ... I've amended the project accordingly.
Comment #3
kingandyUnfortunately my Drush seems to remember it used to be a theme, so I've had to move it manually ... not sure how long that gets cached for or how to clear it (and frankly I'm not inclined to look into it as it's such a simple fix).
Fredcy (#1), if you're getting "Access Denied" instead of "Page not found" it's not the issue described in #1443390: Broken Configure Menu Path and Permissions. However I'm pretty sure it's also unrelated to the module/theme confusion - it sounds more like you haven't given yourself the appropriate permission. Is the menu item appearing in the menu or are you entering the URL directly?
Either way I think it deserves to be an issue by itself instead of tacked onto this one, which can probably be marked as fixed.