I'm using this excellent tutorial http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress but when I add
'capability_type' => 'super_duper', into `function create_my_post_types() {
register_post_type( 'super_duper',` etc.
in functions.php the admin panel no longer shows 'Super Duper' posts, but tags.
What am I doing wrong? Every other part of the code works fine, but adding custom capabilities doesn't.
Is it me, or is there more that I need to do? And is it possible to assign capabilities to specific users without using plugins?