Office 365 publishing site

Hi All,
I have a publishing site in Office 365, and we have created pages, and added content editor web parts in those pages.
Now the requirement is we need to create one more publishing site, and have all those pages with web parts moved to the new Site collection. As we have more than 50 pages, configuring the same will be time consuming. Please assist.
Thanks
Senthu

Hi,
According to your post, my understanding is that you want to create site with all those pages with web parts.
Per my knowledge, when you create a publish site, it will have a “Pages” library.
Though you save the “Pages” library as template in the previous site, you cannot create a new “Pages” library in the new site.
As a workaround, you can create library with another name.
Here is a similar thread for your reference:
https://social.technet.microsoft.com/Forums/sharepoint/en-US/ab5dd034-bd3d-4cdc-8d4f-d56f032a6a4a/saved-document-library-template-not-visible-in-create-page
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • How to Enable Ratings on SharePoint List using Client Object Model for Office 365 SharePoint Site.

    How to Enable Ratings on SharePoint List using Client Object Model code for Office 365 SharePoint Site.
    Thanks in Advance
    Rajendra K

    Hi Rajendra,
    here you are the code and the blog, let me know if this helps
    using (ClientContext ctx = new ClientContext(https://yourSiteUrl))
    Web w = ctx.Web;
    List l = w.Lists.GetByTitle("yourListName");
    ctx.Load(l, info => info.Id);
    ctx.ExecuteQuery();
    string ListID = l.Id.ToString();
    Microsoft.Office.Server.ReputationModel.Reputation.SetRating(ctx, ListID, 1, 5);
    ctx.ExecuteQuery();
    http://blogs.technet.com/b/speschka/archive/2013/07/08/how-to-use-csom-with-ratings-in-sharepoint-2013.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • SP 2013 Client Object Model: What credentials to use for Office 365 and sites behind ADFS 3.0?

    I'm using the SharePoint 2013 Client Object Model to access a site that is either in Office 365 or behind an ADFS 3.0 login screen, is it sufficient to use the new SharePointOnlineCredentials credentials
    or do I need other types of credentials for the sites behind ADFS 3.0 ? Is so, what type of credentials would I use for the sites behind ADFS 3.0?
    using (ClientContext ctx = new ClientContext(siteUrl))
    ctx.Credentials = new SharePointOnlineCredentials("some user", "a secure string password");
    while (ctx.HasPendingRequest)
    ctx.ExecuteQuery();
    // etc.

    Hi,
    According to your post, my understanding is that you want to know the ways to get credential either in Office 365 or sites behind ADFS 3.0.
    For Office 365, you can use SharePointOnlineCredentials Object to get credential. For SharePoint sites behind ADFS 3.0, you can use NetworkCredential Object:
    ctx.Credentials = new NetworkCredential(UserName, Password, Domain); 
    The link below will provide more information about using the ADFS FedAuth Token programmatically through the SharePoint Client Object Model:
    http://samirvaidya.blogspot.com/2013/05/using-adfs-fedauth-token.html
    Best regards
    Patrick Liang
    TechNet Community Support

  • Can we made office 365 team site as anonymous site (Public site)? If yes, please provide me the steps or some links.

    can we made office 365 team site as anonymous site (Public site)?
    If yes, please provide me the steps or some links.

    Hello Jahir,
    I'd suggest asking Office 365 specific questions on the
    SharePoint 2013 - Development and Programming  forum instead.

  • Office 365 Developer site for Share point is not working.

    hi,
    i created office 365 developer site for share point, it is not working for share point, i am getting error when click on Share point  from ADMIN.We will getting am Error:

    Hi,
    I understand that you stay in the Office 365 admin Center, when you click the SharePoint option, you get the error page.
    I recommend to enter the URL as below in the Brower to check whether the account can access SharePoint admin Center.
     https://sitename /_layouts/15/online/SiteCollections.aspx
            Here is a similar thread for
    your reference:
    http://community.office365.com/en-us/f/148/t/192116.aspx
    Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
    Office 365 forum
    http://community.office365.com/en-us/forums/default.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • VS2012 Connection to Office 365 Sharepoint Site

    Hi,
    I m trying to create auto hosted app for my office 365 shp site. while creating project in vs2012, when i click on validate online shp site, it goes inside the site. As a result I m not able to deploy app. It should give me Connection successful message.
    Plz help.. if u too came across and solved. Your help is appreciated.
    Sandy

    Autohosted Apps have been discontinued (or will be shortly).  You need to create it as a Provider Hosted App if you want to use server side code.  To do that you need to provision the remote web side of the app manually.  VS 2012 projects
    are defaulted to an on-premises environment where the remote web can also be hosted on your local IIS instance.  That isn't possible in Office 365.  Take a look at the following blog for more info.
    http://www.andrewconnell.com/blog/sharepoint-autohosted-apps-are-no-more-deprecated-discontinued-dead
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • What's the difference between SharePoint 2013 and Office 365 Team Sites?

    Hi there,
    What are the differences between SharePoint 2013 and Office 365 Team Sites?
    If I would like to develop a professional corporate website with SharePoint technology (because the company allready uses Office 365), do you recommend using SharePoint 2013 (in the cloud) or Office 365 Team Sites? And why?
    Thank you very much!

    You cannot make SPO Team Sites anonymous-enabled, therefor they're a moot point for a public website.
    While slightly out of date, take a look at this:
    http://nikpatel.net/2013/01/17/new-sharepoint-2013-wcm-features-are-not-available-in-sharepoint-online-2013/
    http://technet.microsoft.com/en-us/library/sharepoint-online-content-service-description.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • OneDrive for Business for iOS Devices - Accessing Non Office 365 Hosted Sites

    Hello,
    I have a SharePoint site that I host on premise and am not using Office 365 at all.  Is it possible for me to access the site using the iOS version of the OneDrive for Business app?  When I specify my username, password and SharePoint 2013 site
    URL i get a login error with username/password incorrect.
    Does the iOS app only support Office 365 implementations of SharePoint?
    Thanks

    what type of authentication you are using, this is the key?
    check this official blog:
    http://blogs.office.com/2014/02/27/introducing-onedrive-for-business-for-ios-v1-2/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/3ad5b8ca-37e9-43b2-9201-9c5c339d157c/onedrive-for-business-ipad-app-with-onpremise-sharepoint-2013?forum=sharepointadmin
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How to display MS Outlook calendar of a user exactly in Office 365 SharePoint site calendar?

    Hi,
    I just followed the below article for getting my whole calendar events into my SharePoint Office 365 site's calendar.
    http://sharepoint.stackexchange.com/questions/83366/view-outlook-calendar-in-sharepoint-2013
    But I get the below error.
    The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Basic Realm=""'. (830fe69c-407a-0000-24b4-502420637d1c)
    Any ideas how to achieve my requirement?
    Thanks in Advance,
    Thanan

    Hi,
    From your description, I know you want to use calendar overlay with exchange online in SharePoint online.
    I reproduce your issue, and it throws the same exception to yours. I try to find some information for you, I find that the feature is not available from this article:
    http://community.office365.com/en-us/f/148/t/221842.aspx.
    Thanks for your understanding.
    Best Regards
    Vincent Han
    TechNet Community Support

  • Blank Page when clicking on Site Settings SharePoint 2013 Office 365 Sub Sites E3 Plan

    I'm having a problem with 1 Community site collection where all my sub sites render blank screens for Site Settings
    Page, but my root site collection displays links on Site Settings Page.
    Hope It shouldn't be a permission problem since I'm a site collection administrator, so it appears limited to
    just this site.
    Its very urgent any help would be of great help, Thanks in Advance.
    Regards,
    Raghav.
    G.K. Shri Raghavendra

    Hi Raghav,
    Please check if there is any message in subsites Site settings blank pag source file in IE browser via F12.
    Also check if it could help with adding SharePoint site URL in IE trusted sites zone.
    Also test this issue out side your company network, see if there is any settings in comany network causing this, e.g. firewall mentioned  by Shannon Herold 101 in your another thread.
    SharePoint Online is as part of Office365 in the cloud, it seems you have posted the issue in our Office365 dedicated forum, please keep monitoring the udpate there.
    http://community.office365.com/en-us/f/154/t/318200.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Publish wsp file to office 365 - sharepoint

    Dear,
    How can i deploy a wsp file to sharepoint on office 365?
    For example i want to publish the WireBaer print button to print an item from a list
    (https://infopathprinter.codeplex.com/)
    Thx in advance!

    Hi,
    According to your description, my understanding is that you want to deploy the wsp file to Office 365 SharePoint site.
    I suggest you can upload the wsp file to site settings-> solutions gallery, then you can activate the feature in the ribbon.
    Here is a similiar thread for your reference:
    http://community.office365.com/en-us/f/154/t/64010.aspx#244496
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint Designer 2013 cannot access workflows in Office 365 Site

    I have an Office 365 SharePoint site with a number of workflows that I have created on my machine with SPD 2013. After a number of weeks I was unable to access the workflows from my machine through SPD (while still being able to access pages, site assets
    etc.), getting the following error: (Am restricted from submitting images)
    "Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities"
    Restarting SPD doesn't help, after clicking OK I get the "SharePoint Designer cannot display the item" screen, prompting me to refresh. 
    When I do refresh, I get the following:
    "Windows Workflow Foundation, part of .Net Framework 3.0, must be installed to use this feature"
    This is happening on my machine, Windows 7 64 Bit, SPD 2013 64 Bit, but on a colleague's machine, Win 7 64 Bit, SPD 2013 64 Bit I can access the workflows. 
    I get the same error if I try to create a new Workflow on my machine but I can create it on my colleague's machine.
    I downloaded SPD 2013 on a 32 bit laptop I have access to, in which I can create a workflow. One existing workflow can be accessed, updated etc. with no issue, one opens to a prompt to "Insert a stage" and one tells me that it "Failed to load
    the workflow definition for the workflow", then the "SharePoint Designer cannot display the item" screen. All of these workflows can be accessed from my colleague's machine.
    Here are the actions that I have taken to date on my own machine:
    Cleared the caches multiple times
    Checked for updates
    Installed .Net Framework 4.5
    Re-installed .Net Framework 4.0 (which contains 3.0)
    Uninstalled and re-installed SPD 2013 
    Due to issues with a workflow on the site I am in contact with MS Support who are aware of this issue, they sent me a link to a hot fix that was already installed but they have no concrete idea of what might be going on.
    I was convinced that it was an issue on my machine, but I don't know what the issues that I have seen on the 32 bit SPD on the new laptop mean.
    I have been searching the internet for a fix with no success, I would appreciate any help.
    Thanks
    Mick

    Hi,
    According to your post, my understanding is that SharePoint Designer 2013 cannot access workflows in Office 365 Site.
    There was an issue recently when a service release was implemented that incremented the version number in the HTML header on some SharePoint online sites to '16' when SPD was expecting '15'. 
    I suggest to install internet explore 10 and install a patch for IE10. Then test with "open with windows explore" then opened in SPD from sharepoint online.
    In addition, I suggest that in SPD go to Account > Switch Account and type in the credentials of the site you are trying to open (it defaults to your Microsoft Login).
    If the issue persists, to troubleshoot this issue, you can uninstall all versions of SharePoint Designer on workstation, clear cache and then reinstalling the latest SharePoint Designer. For the detailed information, you can refer to the
    article: http://support.microsoft.com/kb/2794961
    Here are two similar threads for you to take a look at:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/15fd1436-3166-4e43-8b22-cdb480091548/cant-open-sharepoint-online-site-in-sharepoint-designer-2013
    http://community.office365.com/en-us/forums/154/t/149314.aspx?PageIndex=2
    By the way, you can also post the question in Office 365 forum and more experts will assist you.
    Office 365 forums
    :http://community.office365.com/en-us/forums/default.aspx
    More information:
    SharePoint
    Designer 2013: Server-side activities have been updated:
    http://www.andreasthumfart.com/2013/08/sharepoint-designer-2013-server-side-activities-have-been-updated/
    Best Regards,
    Linda Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Developer site office 365

    i want to fetch the list items from  office 365 developer site
    by using client side object modal

    please find the below code for retrieving items
    function getitems() {
    var selectedListTitle = web.get_lists().getByTitle(listname);
    var camlQuery = new SP.CamlQuery();
    camlQuery.set_viewXml("<View><ViewFields>" +
    "<FieldRef Name='ID' />" +
    "<FieldRef Name='Title' />" +
    "</ViewFields><RowLimit>5</RowLimit></View>')");
    listItemCollection = selectedListTitle.getItems(camlQuery);
    context.load(listItemCollection, "Include(Title, ID)");
    context.executeQueryAsync(onGetItemsSuccess, onGetItemsFail);
    function onGetItemsSuccess(sender, args) {
    // The list items were retrieved.
    // Show all child nodes.
    var listItemEnumerator = listItemCollection.getEnumerator();
    var selectItemBox = document.getElementById("selectitembox");
    if (selectItemBox.hasChildNodes()) {
    while (selectItemBox.childNodes.length >= 1) {
    selectItemBox.removeChild(selectItemBox.firstChild);
    while (listItemEnumerator.moveNext()) {
    var selectOption = document.createElement("option");
    selectOption.value = listItemEnumerator.get_current().get_item('ID');
    selectOption.innerHTML = listItemEnumerator.get_current().get_item('Title');
    selectItemBox.appendChild(selectOption);
    function onGetItemsFail(sender, args) {
    // The list items couldn't be retrieved - display an error message.
    alert('Failed to get items. Error: ' + args.get_message());

  • Add list item using anonymous user in public website of shareopint 2013 office 365

    Can any body know the solution to over come of following error while add list item using anonymous user using CSOM in shareopint 2013 office 365 public website.
    I have tried following solution to narrow down the error from "Access permission"
    http://sharepointtaproom.com/2014/08/28/anonymous-api-access-for-office-365-public-sites/#comment-2304

    Try below:
    http://www.codeproject.com/Articles/785099/Publish-a-Form-for-Anonymous-Users-on-a-Public-Sit
    http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/06/13/how-to-allow-anonymous-users-to-add-items-to-sharepoint-list-using-client-object-model.aspx
    // Allows AddItem operation using anonymous access
    private
    static voidAllowAnonAccess(){
    Console.WriteLine("Enabling Anonymous access....");
    SPWebApplication webApp =
    SPWebApplication.Lookup(new
    Uri(webAppUrl));
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Remove(typeof(Microsoft.SharePoint.SPList),
    "GetItems");
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Remove(typeof(Microsoft.SharePoint.SPList),
    "AddItem");
                webApp.Update();
    Console.WriteLine("Enabled Anonymous access!");  
    // Revokes Add/Get Item operation using anonymous access
    private static
    voidRemoveAnonAccess(){
    Console.WriteLine("Disabling Anonymous access....");
    SPWebApplication webApp =
    SPWebApplication.Lookup(new
    Uri(webAppUrl));
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Add(typeof(Microsoft.SharePoint.SPList),
    "GetItems");
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Add(typeof(Microsoft.SharePoint.SPList),
    "AddItem");
                webApp.Update();
    Console.WriteLine("Disabled Anonymous access!"); 
    http://www.fiechter.eu/Blog/Post/12/Create-a-survey-for-anonymous-users-on-Office-365
    If this helped you resolve your issue, please mark it Answered

  • Office 365 Video Portal can I lock this down to be viewable only at the office?

    So I'm rolling out a corporate Intranet using the Office 365 SharePoint Sites and wanted to host training videos on it through the Video portal. However we do not want anyone viewing these videos offsite. Is there anyway I can lock these down to only show on domain authenticated machines? Or by IP? Would love to use this tool but need to make sure it can only be used at the office. 
    This topic first appeared in the Spiceworks Community

    Hi Aby
    Thanks for a quick reply.
    Example of the requirement: "Difference should appear as unassigned (-ve or ve) at the same level"
    (Level 1) Product X has planned Qty 1000
    (Level 2) The Qty 1000 for product X is distributed to three sales offices using previous year sales contribution. Sales Office A get 400, B get 300 and C Get 300.
    Now if user executes a planning function (at Level 2)  "Increse the Sales Office A by 10%" then Sales Office A gets 440 units. The total planned quantity for product X become 1040. So the unassigned quantity at this level should be -40. In this way the product X palanned quantity at Level 1 will not change and user knows that he has to adjust this -40 in other sales offices.
    Hope this clears the requirement.

Maybe you are looking for