If admin module is enable the Content Type Selector does not appear in the admin theme.
Maybe it's an issue of the admin module. http://drupal.org/project/admin
If admin module is enable the Content Type Selector does not appear in the admin theme.
Maybe it's an issue of the admin module. http://drupal.org/project/admin
Comments
Comment #1
rooby commentedThe problem would be related to the theme you are using as your admin theme as opposed to the admin module.
If the theme doesn't contain the HTML element #tabs-wrapper the content type selector won't appear.
Marking as duplicate of #541798: Allow admins to specify a css selector to attach the content type selector to
Try the patch there, it allows you to specify where to put the content type selector (it will be different for many themes).
Comment #2
rooby commentedAlso, just so you know. I'm using the admin module along with that patch and it is working.