Just me
My feedback
1 result found
-
0 votes
An error occurred while saving the comment An error occurred while saving the comment Just me commentedThis 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 commentedThis 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 commentedAn error occurred while saving the comment Just me commentedThis is the config_update.xml file I use:
Just me shared this idea ·
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!