So, I created a custom RenderingTemplate and deployed it to CONTROLTEMPLATES \ MyControlTemplates \
It basically defines how the custom content type to be created should be displayed on display. For this, I added the following:
<FormTemplates xmlns="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms"> <Display>CustomDispForm</Display> </FormTemplates>
However, SharePoint does not find my custom RenderingTemplate when it is in the CONTROLTEMPLATES subdirectory. But if I translate it to the root CONTROLTEMPLATES \ SharePoint will find it.
According to the documentation, SharePoint should also be searched in subdirectories, but this does not seem to be the case. So maybe this is a mistake? I would like to see if I missed something because I really prefer to add custom stuff to root / <Custom> directories.
Thanks.
source share