Tagged Questions
0
votes
2answers
51 views
Sharepoint 2010 Search Results returns empty rating
I have document library named Pages where all my pages are there. Every page of this library has rating control. The rating Column of the library shows stars for pages which confirms that the ratings ...
1
vote
0answers
49 views
Calendar view with items pointing to page url
(I'm using SharePoint 2010)
I have a Pages library on which I attached a custom "AnEvent" content type who inherits from the Article Page content type. The "AnEvent" content type contains a start ...
0
votes
1answer
157 views
SharePoint 2010, programmatic updates to PagesList not saving on PagesList.Update()
publishingWeb.PagesList.EnableModeration = false;
publishingWeb.PagesList.EnableVersioning = true;
publishingWeb.PagesList.MajorVersionLimit = 10;
publishingWeb.PagesList.EnableMinorVersions = false;
...
3
votes
3answers
1k views
How do I add .htm files to root of my SP2010 site
I'm currently working on moving our current website from Dreamweaver to SharePoint, and I have a requirement to have an .htm file at the root of my SP2010 site. The reason is that we have software ...
