Question

I have got a list template (.stp) which I have imported in my site by going to "Web Designer Galleries --> List templates" in Site Settings.

After that I went to Site Contents to create a new list based on this template but I don't see any option to create. All I see are default libraries like Custom List, Document Library, Picture Library etc.

Did I miss a step to enable this list template? I have also got an InfoPath form (.xsn) and I suspect it is related to it so unless I import that one, it won't work?

Was it helpful?

Solution 2

Activated "Team Collaboration Lists Feature" and it works now. It is important that this is set at the Site Collection level as well as the Site level. If you find that activating "Team Collaboration Lists Feature" does not show your "App", move to the Collection level and enable the same feature.

OTHER TIPS

Simple just go to Site Content -> Click on add an app -> on left top you can get search option then you can search by your list template name -> once you find click on that Template and create a list.

Click on "Add an app" from the site action menu or in site contents. It will show the template name of the app in the "Apps you can add" section.

Just found the answer to this and thought I'd share: You need to click on "Your Apps" under the Site Contents. It has all the possible apps, not just the smaller list. See image I attached.You have to take a step above the "Apps you can Add" enter image description here

If you can't see ANY extra apps then your custom list will be there but the master page needs to include this code to show the extra apps in the first place:

<!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderLeftNavBar" BlockElement="true" runat="server">-->
<!--SPM:<asp:ContentPlaceHolder id="PlaceHolderLeftNavBar" runat="server">-->
<!--SPM:</asp:ContentPlaceHolder>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
<!--SPM:<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server">-->
<!--SPM:</asp:ContentPlaceHolder>-->
<!--SPM:</SharePoint:AjaxDelta>-->

Make sure that code is included in your master page and the extra apps should appear in the "Apps you can add" section.

ok so I saved a list template from SP 2010 and uploaded it into 2013 list gallery...just template with no data - I could not see it in the "Apps you can add" I found that my list view threshold was 5000 and once I increased it to 10 000 it appeared....so check your list view threshold

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top