Showing posts with label How do I update the URL addresses on Sharepoint Wiki pages. Show all posts
Showing posts with label How do I update the URL addresses on Sharepoint Wiki pages. Show all posts

16 January, 2012

Cannot open pages in sub sites with SharePoint Designer 2010

What is happening? | What the issue is?
Cannot open pages in sub sites with SharePoint Designer 2010 even if users have Design or higher permissions at the sub site level

SharePoint Designer is a powerful application that enables the rapid creation, editing and deployment of content on the SharePoint platform. As such, certain mandatory permission levels are required. You use SharePoint Designer to create and customize data sources, views and forms, workflows, master pages, and more. When performed together, you can create real business solutions on the SharePoint platform.
Points to be noted: SharePoint Designer is designed to request and use SharePoint permissions that grant the rights of managing & designing at the SharePoint site level it is not design to use the permission at a smaller granularity level such as list item level permissions...

Conclusion:
To be able to use SharePoint Designer and modify SharePoint content, an user needs to be a member of one of the following groups at the site collection level: Site Collection Administrators group, the Designers group, and Owners group.

Reference Documents:


Workarounds:
1. Give the user Design permissions to the Master Page gallery and read permission to the rest of the site.
2. Copy down the Master Page to the sub site instead of inheriting.

Finally, it seems that this issue is by designJ

If you have any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues J J

23 December, 2011

Moving Wiki Pages Between Wiki Libraries in Sharepoint 2007

SharePoint has three primary page content-types: Wiki pages, Web-part pages, and Publishing Pages. Unlike prior versions of SharePoint, the default page type is a 'Wiki Page', which enables free-form editing based on the ribbon toolbar. It is possible to insert Web-parts into any page type. In this article, we will explore some insights related to Wiki.

Wikis are a useful living repository of information, allowing a build-up of shared knowledge in an easily managed and accessed format. But suppose if you want to transfer this wiki pages to another document library within the same site collection/different subsite within the same site.

Requirement: Transfer wiki pages from one place to another within same site collection.

Wiki library has its own existence and not like normal document libraries. For normal document libraries, we can easily transfer the documents by saving the library as template/using the explorer views of both libraries. But this not applicable for the Wiki libraries as they are little bit different configurations.

Let’s go ahead and achieve these requirements:
To explain this-I am keeping two document libraries named as Library A and Library B.
Both are wiki libraries. I wants to transfer the wiki pages from library A to library B.

Both the libraries are located on the same site collection i.e. root site but scenario will be: One library is at root site and another library is at subsite.

1.Go to the site where library A resides. 
2.Site actions
3.Site settings
4.Under site administration
5.Site content and structure
6.You will see two partitions now left navigation and right navigation
7.Select the library i.e. library A. As soon as you click on it then it will show the underneath pages in the right navigation pane
8.Now pages are in front of you, by default maximum 100 pages will be present on a single page, so if your library contains more than 100 pages then change the number from the right hand side.
9.Now select all the pages by clicking ‘select all’ check box
10.Actions
11.COPY

Note: You will see three options under actions-Copy, Move and Delete. Why I have selected COPY because it will keep the pages in both the libraries and we can cross check when the transfer operation will complete by comparing the numbers under view all site content.

If you select ‘MOVE’ then pages will be completely moved from library A and transfer to library B. it means that library A will be empty now and you don’t have any chance to rectify if the transfer operation fails.

When you will select COPY then you just have to wait for few seconds and it will give you a choice to select the destination library under any site that exists under the same site collection.As soon as you will select the destination library and click OK then operation will starts and will take some time depending upon the number of pages to be moved.

Note: Please don’t refresh or click anywhere when the operation is in progress, if you do such activity then pages won’t be moved and transfer operation fails.

I hope the above mentioned steps are pretty much clear to achieve the requirements as mentioned above. In case of any queries/questions then please let me know.
I would be more than happy to help you as well as resolves your issues, thank you.