Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged Active

Rss Feed Group items tagged

trimantra

Hiding SharePoint Application page (_Layouts Pages ) For Public Facing Site | Trimantra... - 0 views

  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown". This feature prevents users from opening any of pages from &_layouts folder.
  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown". This feature prevents users from opening any of pages from &_layouts folder.
trimantra

Create List for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
trimantra

Hiding SharePoint Application page (_Layouts Pages ) For Public Facing Site - 0 views

  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown".
  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown".
trimantra

The site template requires that the Feature - 0 views

  •  
    Most of the time we face error, when we try to create a SharePoint site using site template or web template. The error says like this "The site template requires that the Feature {GUID} be activated in the site collection"How will you know the name of the feature? - See more at: http://blog.trimantra.com/the-site-template-requires-that-the-feature
  •  
    Most of the time we face error, when we try to create a SharePoint site using site template or web template. The error says like this "The site template requires that the Feature {GUID} be activated in the site collection"How will you know the name of the feature? - See more at: http://blog.trimantra.com/the-site-template-requires-that-the-feature
1 - 5 of 5
Showing 20 items per page