Can i hide "Open Web Part Page in maintenance view" link when editing wiki page properties

I am working on an Enterprisewiki site collection inside SP 2013, and currently when contributor users edit the wiki page properties by going to "Page Option >> Edit Properties" , then will find the following link, named "Open Web Part
Page in maintenance view" which sound strange :-
so can anyone advice what is the purpose of this link and how i can remove it ?

Hi,
If someone wants to open a wiki page in Web Part maintenance view then they can directly use this link to switch into the view and can directly delete problematic webparts from there.
To remove this link, you can try below jquery code in Content Editor webpart on Editform.aspx of wiki page library.
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>
<script>
$(document).ready( function (){
$("a[id$='WebPartMaintenancePageLink']").hide();
$("a[id$='WebPartMaintenancePageLink']").parent('td').parent('tr').hide();
</script>
Thanks. Please mark it as an answer if it helps.

Similar Messages

  • Wiki Pages - Open Web Part Page in maintenance view

    I am trying add custom .aspx pages to a SharePoint 2010 Document Library.  When I try to edit properties for those pages, the edit page shows "Open Web Part Page in maintenance view to delete problem Web Parts and remove personal settings.
    Open Web Part Page in maintenance view."  I click Open Web Part Page in maintenance view
    The page displays
    The are currently no Web Parts associated with any Web Part Zones on this page.  Web Parts added to the page outside of a Web Part Zone will not appear in this list.
    I don't do anything with the maintenance view because there are no Web Parts to delete.
    As a test, I save the content of the custom.aspx page as a text file, custom.txt.  The edit properties displays just fine.
    Another test, I save the content as custom.htm.  The edit properties displays just fine.
    I try many variations of saving the content of custom.aspx with various html tags and even no tags at all.  One version just has the text,"test" in the page.  Save error:
    Open Web Part Page in maintenance view to delete problem Web Parts and remove personal settings.  Open Web Part Page in maintenance view." 
    Going down another path, I try to compare the source of this aspx page with other SharePoint aspx pages.  One test is the Wiki Page.  All Wiki pages display the same message on my farm.  Is this a known issue with Wiki Pages?
    <apparently I'm not allowed to add images yet>
    As another point of comparison I opened the Edit Properties part within an Office 365 Wiki.  Same message.
    <apparently I'm not allowed to add images yet>

    Hi Chris,
    As your description, when you uploaded a .aspx page into a library and edited the properties, the message "Open Web Part Page in maintenance view to delete problem Web Parts and remove personal settings.  Open Web Part Page in maintenance view"
    showed.
    I could reproduce this issue if I uploaded a .aspx page into a library and edited its properties.
    Then I went to Site Pages library, and select a page and edit its property, the same message also showed like the screenshot:
    It seems that the message will show when we edit the properties of a page no matter which library we upload it to, it seems to be by design.
    In addition, if you want to upload a image into the thread, you can first upload the image into OneDrive, then copy and paste the URL of the image here.
    Thanks,
    Wendy
    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 2013 Web Parts missing - XsltListViewWebPart, Data View Web Part ...

    Hi,
    I'm using a SP2013 standalone dev server and I can´t find some web parts like XsltListViewWebPart and Data View Web Part.
    I was expecting to find a category like "Lists and Libraries" or "Authoring" but I can´t find it.
    I'm a site collection admin and have standard, enterprise and publishing features activated.
    Shouln´t I see those Web Parts?
    I noticed that I don´t have any file "XsltListViewWebPart.webpart" on my server file system. should it exists there?
    Thanks,
    DD 

    Hi,
    If you want to add a XsltListViewWebPart into page via UI.
    In SharePoint 2010, we can find in "Lists and Libraries" category.
    In SharePoint 2013, the category named "Apps".
     Best Regards
    Dennis Guo
    TechNet Community Support

  • How to make link to another wiki page open in same WebCenter window

    I have a WebCenter wiki page that contains a Flash object. Within the Flash object, there's a link to another wiki page that is in the same group space. When I click on the link, however, it opens another Webcenter window within (inside) the original one instead of opening the destination wiki page in place of the current one. In effect, I end up seeing two navbars at the top and left.
    How do I fix this problem?

    Brilliant, Jon. Thank you so much. For those of you who stumble on this, I did have a tiny bit of trouble when I edited the actionscript; the video didn't play as expected. After trial and error, this is the code that worked both in playing the video and opening up in the same browser window:
    navigateToURL(new URLRequest("http://www.paris-pet.com/home.html"),"_self");
    The difference seems to be this:  ")     before the comma prior to "_self");
    Again, Jon -- thanks!
    Jack

  • How to automatically remove the wiki page's images from the Images library , when a wiki page is deleted

    I have noted the following strange behavior inside my Publishing enterprise wiki site collection. Now by default when I create a new wiki page and I add Pictures to it, the pictures will be saved under the “Images” library and will be inside a unique folder
    that have its name similar to the page name.
    But when users delete the picture from the wiki page or they delete the whole wiki page, then the related folder inside the “Images” library will not be removed. So can anyone advice if there is a way to automatically remove the page’s pictures
    folder from the Images library when the page is deleted? as currently i might end up having many pictures inside the Images library which are not linked to a wiki page, and they will waste my server desk space...

    I think, not sure, there's no out-of-the-box solution in SharePoint for this problem. So I can only think of custom solution:
    In event Receiver, ItemDeleting, you can delete images. The only downside is if some other pages are referring the images..... you need to check somehow which is quite time-consuming operations if you have thousand of pages in wiki library
    A timer job, that will run periodically, every day or week, and clean all unused images. 
    Hide the default delete button and add your own. And then using your own custom layout page, show a 'configuration dialog' to user if they want to delete both page and images.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com
    Please do not tell me this is not supported out of the ox ,,,,, i that i should handle this process by myself !!! and SharePoint does not support this feature .... this is another  problem i should include in my list .....

  • How do I start a second page that will be linked to my Home Page?

    I am new to webdesign. I followed the tutorials and have my home page (index.html) all set up; now I want to add some pages that will be linked to my home page, but I can't find a tutorial that addresses this. Can someone point me in the right direction? Thank you, Mr. Monroe

    Thank you Cowboy in Arizona, Nancy O., and Bregent for your responses:
    I’m using Dreamweaver CS4, by the way. If my second page, as well as subsequent pages, will not look like my index page, especially if I want to use a different template, should I not start a new page, with File > New> Blank Page > HTML > Template of Choice > , etc. ?
    If I do this, the next step is to choose a Doc Type. Which should I choose? I would guess that I should choose an HTML type, since this is the code that I have selected. Should I choose the HTML 4.01 transitional or the HTML 4.01 strict?
    Then, in the drop-down window, under CSS Layout, which of the three selections do I choose: Add to Head, Create New File, or Link to existing File?
    When I selected (by guessing) “HTML 4.01 transitional”, and then “Link to existing File” and then clicked on “Create”, the following message came up:
    “You must specify the external style sheet that contains the CSS for this layout.”
    This leads me to think that I have to create an external style sheet (CSS) for this page that would possibly also be used for subsequent pages. This begs the following question: Is the creation of an external style sheet (CSS) the first step in designing a new web page (if one doesn’t use the “save as” technique)?
    I can appreciate why all three responders have suggested that I use “save as” to start a new page since using the File > New method appears to be quite complicated. However, the use of possibly various templates seems to require that I use the File > New method. Is this a correct conclusion?
    Thank you all for your help,
    Mr. Monroe

  • Frequent crashes when editing master pages in FM 11

    I've been creating new templates in FM 11.0.1.382, and am getting a lot of crashes when editing master pages. Like after every few edits, FM crashes either when I make an edit or save the file. Usually, it's the "FrameMaker 11 has stopped working" crash. Browsing the web I see that others are having this trouble too, and some have sent Adobe information about their crashes.
    Just wondering if there's any way to fix this at my end. I'm on Windows 7.
    Thanks,
    Tami

    A couple things to check. First, your patches aren't up to date -- current
    rev is .384 I think, so you may want to roll that latest patch on board.
    And second, it's possible there's a network permissions issue. I'd suggest
    copying the template files locally and making sure that you own the files
    with full permissions.
    FM often crashes when it encounters an unusual network or permissions
    problem where it doesn't know what to do, and from the symptoms you're
    reporting, I think that may be a factor -- just a WAG.
    Cheers,
    Art
    Art Campbell
              [email protected]
      "... In my opinion, there's nothing in this world beats a '52 Vincent and
    a redheaded girl." -- Richard Thompson
                                                          No disclaimers apply.
                                                                   DoD 358
    I support www.TheGrotonLine.com, hyperlocal news for Groton MA.
    On Wed, Aug 7, 2013 at 11:41 AM, Tami Settergren

  • How can I enable the ability to create links when editing site text in BC?

    I am about to launch my first BC site for a client. I built the site using Muse. The client needs to update text and pics on their own using BC, which is fine, but when editing text, they are unable to create a link to another page. How can I enable the ability to create links when editing site text in BC? I can apparently do this in this post, but I don't see a way to do this for their site.

    Grid control should be used if you have multiple dbs to manage.
    But if you still want to install dbconsole, you can use dbca as already mentioned. it's much easier to do that using dbca.
    With the manual method, you create the repository via emca -repos create.
    Then you configure it using emca -config dbcontrol db. This will ask for sys passwords, ports setting etc...

  • Cannot edit wiki pages-- Exception message: Invalid field name

    We have migrated from one Sharepoint 2010 environment to another Sharepoint 2010 environment and only wanted to preserve a few sites, mostly Enterprise Wiki Sites.
    We have imported 5 total Enterprise Wiki Sites, all of which point to particular Term Sets in Managed Metadata. 
    2 wikis are pointed to term set A, 2 wikis are pointed to term set B and one wiki is pointed to term set C.
    One of the wikis pointed to term set A is working, and one is not
    The malfunctioning wiki has the following symptom:
    Whenever you try to edit a page (new or existing) and save your changes, regardless of whether it is tagged, you cannot save your changes.  When you try, you get the error below.
    Error
    Failed to get value of the "Wiki Categories" column from the "Managed Metadata" field type control. See details in log. Exception message: Invalid field name. {f863c21f-5fdb-4a91-bb0c-5ae889190dd8}
    https://sharepoint.domain.com/wiki/adminwiki /wiki/adminwiki/Pages.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 4188c150-de8f-4940-9dbd-54939f117bfe
    Date and Time: 3/12/2012 4:26:09 PM
    Go back to site
    To me, it looks like there is an invalid URL, since it gives the URL path, and then there is a space, and then it also has a relative URL to /wiki/adminwiki/pages ...is this normal?
    Any ideas on how to fix this is great.  I don't think it has anything to do with the Managed Metadata service or the Term Store since the other wiki site (pointing to the same exact Term Set) is working normally with no problems.

    To solve the problem make sure that the template you are using for the current page (with errors) has the same content type as the page. In example of the Enterprise Wiki page, I forgot to set the content type to an Enterprise Wiki page on a custom page
    template I just added to the Master pages.
    So what I had to do is:
    go to properties of the page with errors described above and set it to be
    Enterprise Wiki page
    go to master pages and set the custom template to be of the same type, Enterprise Wiki page
    That solved the problem

  • How can I HIDE a web Page From the Index above?

    I sometimes would like to directly link one page to another instead of listing every single page in the INDEX. For instance, I have a "Renovations" page with two other renovation pages following.....Can this be done from page to page with Hyperlinks ONLY? Is there a way to "hide" the titles in the Index listings above each page so they don't show with the web pages that I DO WANT listed?
    G5   Mac OS X (10.4.6)  

    Welcome twincrks
    You can use Inspector, Page Tab and uncheck "Include
    Page in navigation menu", this will stop the page
    being displayed in the navigation bar at the top of
    the screen.
    You can then manually create links to your other
    pages (see www.willg4pb.com - Hyperlinks for
    creating hyperlinks). Then, again using Inspector,
    this time the Link Tab, choose to Link To: One of My
    Pages, and choose the page you wish to link to from
    the drop down list.
    Will
    AWESOME! I just knew that there was a genius out there to help me. Thank you Will! Kathy

  • Can a Content Query Web Part (CQWP) be used to filter content based upon a substring of a variable

    Folks, I'm a newbie to this forum and to SHarepoint in general - so please be gentle :-)
    I'm using Sharepoint 2010 and have content in lists which I want to display based upon certain user attribtes. For example I have a sharepoint LINKS list which contains entries for vaious applications (I'm using the LINKS list as an example, however I'd
    like to apply it to many libraries/lists).
    Name:UK Intranet - URL:http:UKintranet.com - Description: UK
    Name:USA Intranet - http:USintranet.com - Description: USA
    Name:UK Contacts list - http:UKPhones.com - Description: UK
    Name:USA Contacts list - http:USAPhones.com - Description: USA
    My users are split accross AD domains, one for each called UK and others in a domain called USA 
    What I would like to do in a content query is display items where the users domain (ie UK or USA) is contained in the Description field.
    So a CQWP which includes something like "filter when Decription = &userdomian"
    I should also add that I am only using basic page editing in a browser and have no access to Sharepoint Designer
    Can this be done?
    BTW - I know this is a little like Audience Targetting, however I don't have rights to setup audiences and as the information about the audience is already available in the users domain I simply wanted to reuse that.

    Hi Peter,
    According to your description, my understanding is that you want to filter items based on the current user’s domain.
    Whether you could access Central Administrator, and create a new user property in User Profile Service Application->Manage User Properties. If yes, create a new user property (assuming it is called ‘Domain’)to store the users’ domain information. If not,
    please choice a existing user property that you don’t use to store the domain information, like Department.
    Then do as the followings:
    Open the page that you want to display the list.
    Eidt the page and insert the list into the page.
    Insert a Current User Filter web part(Insert->Web Part->Filters->Current User Filter) into the page.
    Then edit the Current User Filter web part, and select value to provide: SharePoint profile value for current user: Department(or Doamin).
    Connect the Current User Filter web part to the list: Connections->Set filter values to->the list.
    Connection Type: Get Filter Values from, click Configure.
    Consumer Field Name:Description, click Finish.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to develop a solution for news web part to not cut off words when displayed on a page?

    Hello,
    I am not sure where to turn to, but I have a web part on a SharePoint 2013 page where it displays news and announcement items.  4 lines of text are displayed, but words are cut off.  For example:
    The day was grey and stormy in the middl...
    Read More
    Is there a way to not have SharePoint cut off words and display the whole word before it adds the ... and the end of text?
    Is there a third party web part that does a better job at displaying news?
    Thanks,
    Paul
    Paul

    i think your code is such way it hides remaining text anyways try these links as reference:
    http://veroniquepalmer.com/2011/04/23/announcements-gotchas-on-sharepoint-2010-site-pages/
    http://sharepoint.stackexchange.com/questions/20959/sharepoint-2010-set-character-limit-of-news-webpart-without-sp-designer
    http://sharepointsolutions.blogspot.in/2009/02/expanding-size-of-announcements-web.html
    http://www.edugeek.net/forums/virtual-learning-platforms/31539-customizing-announcements-summary-view-sharepoint.html
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

  • Accessing page metadata on a content web part to generate a custom link.

    This is what I am trying to do in Sharepoint 2013...
    Page1 has a metadata element which tags the page to a department (e.g. Finance, HR, Operations etc) and another element that tags the page to a location (NY, London, Brussels etc). On a new web part on the page I want to create a link to another page, Page2.
    Through the link, I want to pass the value of these metadata elements to Page2. On Page2, through an onload JS function, I want to change the value of some field (text or dropdown etc) using the passed values.
    I am having trouble figuring out a way to perform the page1 actions. I need to understand how to generate a URL based on the metadata elements, which will contain parameter values equal to these element values. I'd appreciate any help in understanding the
    way to do this.
    Regards,
    VRA

    Hi Vinay,
    According to your description, my understanding is that you want to generate a URL which contains the tags of the page1.
    I recommend to programmatically get the tags of the page1 in SharePoint first, please refer to the link below:
    http://www.c-sharpcorner.com/uploadfile/anavijai/programmatically-get-all-the-social-tags-for-the-specified-url-in-sharepoint-2010/
    After that, we can set the URL like this: http://server/pages/page2?department=Finance&location=NY. (Finance and NY are an example of the tags gotten programmatically)
    Then we can pass the parameter values of the tags to page2 using JavaScript.
    http://javascriptproductivity.blogspot.com/2013/02/get-url-variables-with-javascript.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Can not import this web part

    dll is in the GAC. 
    safe control is listed correctly.  Not sure why.  Code is listed below.  any help is appreciated.
    using System;
    using System.ComponentModel;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.WebControls;
    namespace VendorDropdown.VisualWebPart1
        [ToolboxItemAttribute(false)]
        public class VisualWebPart1 : WebPart
               // Visual Studio might automatically update this path when you change the Visual Web Part project item.
                 private const string _ascxPath = @"~/_CONTROLTEMPLATES/VendorDropdown/VisualWebPart1/VisualWebPart1UserControl.ascx";
               String drpListSelected = "";
               DropDownList drpList = new DropDownList();
               protected override void CreateChildControls()
                   Control control = Page.LoadControl(_ascxPath);
                   SPSite site = SPContext.Current.Site;
                   SPWeb web = SPContext.Current.Web;
                   SPList list1 = web.Lists["Vendor"];
                   var listitems = list1.Fields["Company"];
                   drpList.DataSource = listitems;
                   drpList.DataTextField = "Company";
                   drpList.DataValueField = "ID";
                   drpList.DataBind();
                   Controls.Add(control);
                   drpList.SelectedIndexChanged += new EventHandler(this.ddlAllLists_SelectedIndexChanged);
               void ddlAllLists_SelectedIndexChanged(object sender, EventArgs e)
                   try
                       //set the selected value and logic
                       drpListSelected = drpList.SelectedValue;
                       this.Page.Response.Redirect("~/Lists/Vendor/DispFormVendor.aspx?iD="
    + drpListSelected);
                   catch (Exception ex)
                       //  LogManger.WriteLog(" Error in EventCalendarWebPart.cs ddlAllLists_SelectedIndexChanged()" + ex.ToString());
            protected override void Render(HtmlTextWriter output)
              EnsureChildControls();
              base.RenderContents(output);

    What is the exact steps you are following
    Did you run the application as admin
    Check below:
    http://stackoverflow.com/questions/120928/sharepoint-error-cannot-import-web-part
    Make sure web part is created in 64-bit system
    http://sharepoint.stackexchange.com/questions/11820/custom-web-part-deployment-produces-cannot-import-this-webpart-error
    Ensure your feature actually contains the correct version of webpart/assembly.
    Ensure safecontrol is correctly defined with correct version
    Now, Delete all your solution related webparts from the webpart gallery. (This is what really helped me). You can use a ps script for that.
    Redeploy solution. (This will activate the features, but not add the webparts to webpart gallery).
    Deactivate the webpart feature either via UI or Disable-SPFeature command (i used ps)
    Activate the webpart feature (Enable-SPFeature). This will bring all the new updated webparts to the web part gallery.
    Check below:
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/10/06/troubleshooting-cannot-import-web-part-error.aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/5f6d9e1a-315f-49ea-96d3-824edb642cd7/unable-to-add-selected-web-parts-cannot-import-this-web-part
    f it is NOT the public key token problem (fully qualified assemby name) then try:
    got to site settings -> webparts -> (If your webpart is in the list delete it) click on NEW -> check the webpart in the list, check overwrite, click on add to catalog.
    If this helped you resolve your issue, please mark it Answered

  • Can a content query web part dynamically query items from a particular that exists in multiple subsites

    I have a site collection with multiple subsites. All of the subsites have a list called "Status" which is using content types for its column management.
    I want to use a content query web part in the parent site level to query 1 item from everyone of these subsites. Is there a way to do this?
    The only way I can do this is if I create an individual content query web part for each subsite as I did not find an option for my content query to query from multiple subsites at once.

    You can do it using CQWP. For instance, if you have a site column called 'Rollup' that is part of your content type, that will be part of all your subsites custom list 'Status'. On the root site CQWP set the source to 'Show item from the following site and
    all subsites' and choose your root site (first image below). Then add 'additional filters' and set the value to 'Yes' as shown in second figure below; you will be able to roll up all the data to the root site like below. Now, you need to decide what query
    field you will use that is unique and that can roll up. 
    Srini Sistla Twitter: @srinisistla Blog: http://blog.srinisistla.com

Maybe you are looking for