Skip to content

Just me

My feedback

1 result found

  1. 0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Just me commented  · 

    I figured out the problem.

    It was either that I had the open and closing items for "outlook" with nothing in side of those tags.

    Or it was that I had the old references which were not in the online documentation anymore: Home_SearchSharePoint and Home_OpenFromSharePoint

    This code worked in config_update.xml for version 7.1 of oneplacemail (find replace < with ~ and > with ! to make it work for you)

    ~?xml version="1.0" encoding="UTF-8"?!

    ~configuration!

    ~toolsForOffice!

    ~Outlook!

    ~ribbonCustomisations!

    ~ribbonObject action="delete" tag="Home_MoveSharePointSplitButton" /!

    ~ribbonObject action="insert" tag="Home_MoveSharePointSplitButton" visible="false" /!

    ~ribbonObject action="delete" tag="Home_LaunchMenu" /!

    ~ribbonObject action="insert" tag="Home_LaunchMenu" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_RightClickMoveSingle" /!

    ~ribbonObject action="insert" tag="OPM_RightClickMoveSingle" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_RightClickMoveMultiple" /!

    ~ribbonObject action="insert" tag="OPM_RightClickMoveMultiple" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_NewMailMessageGroup" /!

    ~ribbonObject action="insert" tag="OPM_NewMailMessageGroup" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_NewMailMessageInsertGroup" /!

    ~ribbonObject action="insert" tag="OPM_NewMailMessageInsertGroup" visible="false" /!

    ~/ribbonCustomisations!

    ~/Outlook!

    ~/toolsForOffice!

    ~outlookMenu!

    ~menuItem action="delete" tagName="SendAndFileButton" /!

    ~menuItem action="insert" tagName="SendAndFileButton" visible="false" /!

    ~menuItem action="delete" tagName="OPMSearchSharePointButton" /!

    ~menuItem action="insert" tagName="OPMSearchSharePointButton" visible="false" /!

    ~/outlookMenu!

    ~/configuration!

    An error occurred while saving the comment
    Just me commented  · 

    This code worked in config_update.xml utf-8, for version 6 of oneplacemail but when I add it to version 7.1 of oneplacemail, it removes oneplacemail from outlook. I have spent days trying to figure out what is wrong and what to change about this xml file. Any ideas???

    An error occurred while saving the comment
    Just me commented  · 

    This website will not let me post the xml, so I am trying posting it with out the angle brackets this time:

    ~?xml version="1.0" encoding="UTF-8"?!

    ~configuration!

    ~outlook!

    ~/outlook!

    ~toolsForOffice!

    ~Outlook!

    ~ribbonCustomisations!

    ~ribbonObject action="delete" tag="Home_SearchSharePoint" /!

    ~ribbonObject action="insert" tag="Home_SearchSharePoint" visible="false" /!

    ~ribbonObject action="delete" tag="Home_MoveSharePointSplitButton" /!

    ~ribbonObject action="insert" tag="Home_MoveSharePointSplitButton" visible="false" /!

    ~ribbonObject action="delete" tag="Home_OpenFromSharePoint" /!

    ~ribbonObject action="insert" tag="Home_OpenFromSharePoint" visible="false" /!

    ~ribbonObject action="delete" tag="Home_LaunchMenu" /!

    ~ribbonObject action="insert" tag="Home_LaunchMenu" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_RightClickMoveSingle" /!

    ~ribbonObject action="insert" tag="OPM_RightClickMoveSingle" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_RightClickMoveMultiple" /!

    ~ribbonObject action="insert" tag="OPM_RightClickMoveMultiple" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_NewMailMessageGroup" /!

    ~ribbonObject action="insert" tag="OPM_NewMailMessageGroup" visible="false" /!

    ~ribbonObject action="delete" tag="OPM_NewMailMessageInsertGroup" /!

    ~ribbonObject action="insert" tag="OPM_NewMailMessageInsertGroup" visible="false" /!

    ~/ribbonCustomisations!

    ~/Outlook!

    ~/toolsForOffice!

    ~outlookMenu!

    ~menuItem action="delete" tagName="SendAndFileButton" /!

    ~menuItem action="insert" tagName="SendAndFileButton" visible="false" /!

    ~menuItem action="delete" tagName="OPMSearchSharePointButton" /!

    ~menuItem action="insert" tagName="OPMSearchSharePointButton" visible="false" /!

    ~/outlookMenu!

    ~/configuration!

    An error occurred while saving the comment
    Just me commented  · 
    An error occurred while saving the comment
    Just me commented  · 

    This is the config_update.xml file I use:

    Just me shared this idea  · 

Feedback and Knowledge Base