We have hundreds of document libraries, spread all throughout various site collections in a MOSS 2007 SharePoint site.
The problem is, that I want to add Content Type to show up in addition to the "New Document" and "New Folder" content types: the "Link to a Document" content type (0x01010A). This new content type should should up for all existing and new document libraries.
What I've tried:
I thought that I would be able to add the following to a schema.xml somewhere inside the <ContentTypes></ContentTypes>
node:
<!-- Link to Document Content Type -->
<ContentTypeRef ID="0x01010A" />
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\FEATURES\Publishing\Pages\schema.xml
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES\DocumentLibrary\DocLib\schema.xml
This seems to have added the content type to the libraries OK, but it doesn't show up under the New menu (still just displays the "Document" and "Folder" content types). If I set "Allow management of content types?" to "Yes" then it shows up.
tl;dr
Q: How do I add the "Link to a Document" content type to all document libraries and have it show up in the New menu?