Uncheck "add as a new version" by default

When versioning in enabled, the "Add as a new version to existing files" box is checked by default. I want it to be unchecked by default. 
This question was asked before, http://social.msdn.microsoft.com/Forums/office/en-US/ead4be6b-b42b-4a56-9e2f-d7c79b08302e , but the link that was provided no longer works. I also found this solution, http://sharepoint.stackexchange.com/questions/2195/modification-of-layouts-upload-aspx
, but I if there is an easier way or one more recommended I'd like to use it instead. 
Any suggestions on the best way to proceed? Thanks 

Hello,
Modifying the uploadex.aspx page might be the solution but the changes will reflect to all the libraries. Here is solution of that link:
http://hansiandy.wordpress.com/2010/10/19/sharepoint-20072010-tips-uncheck-add-as-a-new-version-to-existing-files-checkbox-on-upload-aspx-in-moss-2007sharepoint-2010/
In case you want it form single library the  try wit this script (Note: i haven't tested yet)
http://community.office365.com/en-us/f/154/t/62840.aspx
Let us know your result
Hemendra:Yesterday is just a memory,Tomorrow we may never see
Please remember to mark the replies as answers if they help and unmark them if they provide no help

Similar Messages

  • How to uncheck "Add as a new version to existing files" inside the "Add a document" dialog

    I am working on a publishing site collection using the enterprise wiki template. Currently when users want to insert an image inside the rich text editor, they will be prompted with the following:-
    And if the user insert a picture that already exists then it will replace the existing one, which might cause the picture to be displayed inside a Wiki page which it does not belong to !!
    So is there a way to do any of the following:-
    Give the new picture a unique auto generated name?
    To un-check the   “Add as a new version to existing files” by default?
    Or to always prevent replacing images, as this can cause many conflicts !!
    Can anyone advice ?please?

    You can do it using below script
    http://webcache.googleusercontent.com/search?q=cache:51tmEQHanZoJ:vegardstromsoy.blogspot.com/2011/05/jquery-to-override-sharepoint-ootb.html+&cd=4&hl=en&ct=clnk&gl=in
    $(document).ready(function() {
        if (document.title ==
    "Upload Document") {
            $("input[id$='OverwriteSingle']").attr("checked",false);
            $("input[id$='OverwriteMultiple']").attr("checked",false);
    http://hansiandy.wordpress.com/2010/10/19/sharepoint-20072010-tips-uncheck-add-as-a-new-version-to-existing-files-checkbox-on-upload-aspx-in-moss-2007sharepoint-2010/
    If this helped you resolve your issue, please mark it Answered
    but where i should add the following jQuery :-
    $(document).ready(function() {
    if (document.title == "Upload Document") {
    $("input[id$='OverwriteSingle']").attr("checked",false);
    $("input[id$='OverwriteMultiple']").attr("checked",false);
    inside the master page or insdie the upload.aspx page ?

  • Smart web printing add-on and new versions of Firefox

    Having a problem with HP smart web printing add-on with recent versions of Firefox (3.6.12 today)?
    This is the way to go around it.
    Locate the "C:\Program Files\HP\Digital Imaging\smart web printing " folder. In it there should be a mozilla add-on folder. Click on it. Open the "install.rdf"  file with notepad. Change the content of the  <em:maxVersion> tag to 3.6.* (or later version). for example you will have <em:maxVersion>3.6.*.*</em:maxVersion>. Save "install.rdf".
    Then select all the files, folders in the mozilla addon folder (chrome, components, default,plugins,  xre, chrome.manifest, and install.rdf) and zip them. Any name will do (my_hpwebprinting, for example). Once zipped, change its extension (zip) into xpi.
    Then just slide this file (my_hpwebprinting.xpi) on the firefox icon. Wait until a firefox page opens and drop the xpi file on it.
    You will then be able to use hp smart web printing with FF after restarting it.
    Jacques D.

    Not working i have triede 6 times now.
    <?xml version="1.0"?>
    <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
      <Description about="urn:mozilla:install-manifest">
        <em:id>[email protected]</em:id>
        <em:version>4.60</em:version>
        <em:targetApplication>
          <!-- Firefox -->
          <Description>
            <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:​id>
            <em:minVersion>3.5.0.0</em:minVersion>
            <em:maxVersion>3.6.*</em:maxVersion>
          </Description>
        </em:targetApplication>
        <!-- front-end metadata -->
        <em:name>HP Smart Web Printing</em:name>
        <em:description>Print what you want, how you want.</em:description>
        <em:creator>hp.com</em:creator>
        <em:homepageURL>http://www.hp.com/go/smartwebprinting</em:homepageURL>
        <em:aboutURL>chrome://hpsmartwebprinting/content/a​bout.xul</em:aboutURL>
        <em:iconURL>chrome://hpsmartwebprinting/skin/toolb​ar-icon-normal-24.png</em:iconURL>
        <em:targetPlatform>WINNT_x86-msvc</em:targetPlatfo​rm>
      </Description>
    </RDF>
    Thats how it looks now.
    this was how it looked the first 3 times:
    <?xml version="1.0"?>
    <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
      <Description about="urn:mozilla:install-manifest">
        <em:id>[email protected]</em:id>
        <em:version>4.60</em:version>
        <em:targetApplication>
          <!-- Firefox -->
          <Description>
            <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:​id>
            <em:minVersion>3.5.0.0</em:minVersion>
            <em:maxVersion>3.6.*.*</em:maxVersion>
          </Description>
        </em:targetApplication>
        <!-- front-end metadata -->
        <em:name>HP Smart Web Printing</em:name>
        <em:description>Print what you want, how you want.</em:description>
        <em:creator>hp.com</em:creator>
        <em:homepageURL>http://www.hp.com/go/smartwebprinting</em:homepageURL>
        <em:aboutURL>chrome://hpsmartwebprinting/content/a​bout.xul</em:aboutURL>
        <em:iconURL>chrome://hpsmartwebprinting/skin/toolb​ar-icon-normal-24.png</em:iconURL>
        <em:targetPlatform>WINNT_x86-msvc</em:targetPlatfo​rm>
      </Description>
    </RDF>
    Neither Works

  • Add ons for new version

    i am not happy norton toolbar is gone now that i upgraded. i want to reinstall the prior version i was using. how do i do this?

    Previous versions are available here:
    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/
    You may also wish to back up your profile for safekeeping prior to rolling back:
    http://support.mozilla.com/en-US/kb/Profiles

  • Simple Item Version Control Default Option

    With simple item versioning, the item version control options that show up are
    *Add Item As New Version, but not as Current Version
    *Add Item As New and Current Version
    *Overwrite Current Version
    Currently the option selected by default is “Overwrite Current Version”. Is there an easy way to change the default option to be “Add Item As New and Current Version”?
    Thanks in advance.

    No - there does not seem to be an easy option to do this.

  • IMac intel running 10.9.2 upgraded pages last week, now the machine tells me I need a new version of pages to open documents.  Old version of pages is still in the dock, new version is in applications.  How do I make this thing work?  Thanks

    This is frustrating, after going thru the process of updating last week and using pages successfully this machine now tells me the updated version is not the newest.  So I went to the app store to buy the new version and it tells me the new version is already installed.  Most likely the problem is because the old version is still in the dock.  I would think that the upgrade would have taken care of that for me.  So how do I get rid of the old version and make the new version my default?  Step by step please as I am not Mac literate even thought I've had this machine for over 3 years, it's still a foreign country to me.  Thanks SamO66

    The icon in the Dock is nothing but an alias pointing to the actual application in the Applications/iWork folder.
    Pulling it off the dock really does nothing. Particularly, as you will soon discover, it is the new Pages that is the problem.
    Peter

  • "a new version number" for updates

    Hi,
    in iba2.0 there for updates there is a new field for: "new version number". default is 1.0.
    it the support it said the number must be higher than in the store.
    actually I don't see a version number at my book page in the store.
    however - since it is published yet the version number probably should be 1.1 or 2.0. I don't see any information how the numers have to be increased.
    furthermore I did not see any field to explain about "what's new".
    After uploading I got a waring: "ITMS-4172..."
    http://support.apple.com/kb/HT5213
    > but you will need to include text in the "What's New"
    Any experience with this issue yet?
    Thanks in advance,
    Thomas

    New info: Updating to iba 2.0 without updating to producer 2.8 is not to recommend:
    Book Versioning is available for books constructed in EPUB 3 or using iBooks Author version 2.0.
    If your book is in EPUB 3 format or was created using iBooks Author version 2.0, it is important to note you are required to fill out the "What's New in Version" section in the Info pane in iTunes Producer.  If you update your book and you do not fill out this section, your book will not continue through our review process and thus, will not go live on the iBookstore. 
    First please ensure you are using the latest version (2.8) of iTunes Producer. You can download this new version in iTunes Connect under the Deliver Your Content module. Once you have launched iTunes Producer version 2.8 and clicked on Look Up Metadata from the “Welcome to iTunes Producer” window,  you will see the "What’s New in Version" section in the Info pane.
    If your book is not in EPUB 3 format and was not created using iBooks Author version 2.0, you are not required to fill out the "What's New in Version" section in iTunes Producer.

  • How do I change: when I double click on a day to add a new event it defaults to All Day and Busy

    iCal 5.0.2 (1571) Is there any way to change this? I can't do it in preferences.
    This is a real pain. To make an event for a specific time I have to double click again, uncheck "All Day" and then put in the time for the start of the event. Even then, if I put in the start time, the end time remains at 6:30 PM, so I have to change that too.
    If I really do want an All Day event, why does it sometimes default to Busy, rather than always to Free?
    The old iCal was far superior in this regard; double click once on a day and the add an event dialogue box appears, defaulting to a time close to when you were making the event, and, if my memory serves correct observing the preference I set with respect to default length of the event.
    I'm aware that Command N gets me a new Quick Event, its a bit better in that if the event i enter opens the big "add an event dialogue box", it has defaulted to an hour long event. But, if I click on a day, and then hit Command N, the new event is put in Today, and not the day I had selected. It also defaults to All Day, unless I put in a time for the event in the Quick Event box.  Why would I do that when I know I want to enter info into a number of fields, and doing so is easiest from the big dialogue box. If i don't enter a time in Quick Event, or enter a day, I still have to double click the event that was created by Quick Event to open the big dialogue box, and start fresh entering everything.  So, I find Quick Event's implimentation cumbersome, overall ending up with more keystrokes and clicks to enter the details I normally enter, than the old iCal.
    So, if someone knows how to change the double click behaviour back to the old way, or how to get Quick Event to open the dialogue box on the day i have already selected, any help will be appreciated.
    Also, is there some way to get this feedback to Apple? Support SiteMap doesn't show a link for feedback.
    Thanks
    Ian

    I have sort of the exact same problem. Extremely far away from user friendly
    I have an second issue as well: When I hook off all-day it comes up with an 8 hour event!
    And then if I put in a late start hour it pushes end time to next day due to the 8 hour event suggestion.
    All in all this gives a lot of changes just to enter an event.
    Command N
    I learnt from your input to use this fuction. At least that comes up with a one hour event as default.

  • HT1338 Even though I have the Pages 5.0.1 installed as the default software, I still receive the message "You need a newer version of pages to open this document."  HELP!

    Even though I have the Pages 5.0.1 installed as the default software, I still receive the message “You need a newer version of pages to open this document.”  HELP!

    Please clarify....
    Mac OS X (10.4.6)
    What your system profile shows yet, you posted in the ML forums.

  • Right now I'm using version 3.6 somthing, but I would love to update, but I'm nervous cause last time I did my Add ons and Ext that I use didn't work. How would I know if my add ons and exts are compatible with a new version?

    I'm using version 3.6.24 (whatever the latest update was that just took place 2 days ago for the 3.6 Version) What I would like to know is if I update to a newer version like 7 or 8, whichever is not a Beta, how will I know if my add ons and extensions will work? Last time I had updated to a newer version, non of my favorite add ons or extentions would work, so I went back to 3.6. Can you please help cause something needs to be done cause my Firefox crashes a lot when Adobe is being used.
    I also don't know if any of my add ons are crashing my computer. Either Adobe crashes or my whole computer crashes. Can someone please help me?

    you can find which addon are compatible with Firefox 8 by here
    * https://addons.mozilla.org/en-US/firefox/compatibility/10.0

  • I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder.

    I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder."
    I have tried a few things but iTunes closes right after i click okay. Anyone know anything?

    Look in your Home > Music folder.  There should be an iTunes folder there and it should have a number of files and folders including one called library.itl  You want to guide iTunes to that file.  If you don't see that file or folder then in your next post you will have to be very specific as to what you do see or how you have your iTunes set up because that's where it should be according to default settings.

  • There are no check or uncheck for the new version of iTunes?

    I had just downloaded the new version of iTunes and i miss my old version. I don't see how you can check and uncheck a song to make it not play when your listening. My old version would skip the unchecked music and i miss that option. Is there an option on the new version that i'm not seeing or am i just going to have to delete them when i don't want to hear them?

    In iTunes, go "Edit > Preferences". In the general tab, tick the "show list tickboxes" box, and click okay.
    Have you got the wee boxes back now?

  • HT5022 I'm trying to add a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    I'm trying to add my HP wireless printer as a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    Why would you need to ADD a new Client. Unless the APE sytem is completely different then any other Wireless router the printer should get an IP address from the router. That is IF the printer is setup to get an IP from the LAN DHCP server.
    Now you may want to make that IP it does get a Staticly assign IP address so it never changes, which will screw up printing if it does change. But i don't know if you can do that with APE routers.

  • Whenever I click on iTunes store, it just takes me to this huge add to download the new version of iTunes. I have tried clicking the download box and downloading it, but it still will not let me past the add so I can buy music. What gives

    Whenever I click on iTunes store, it just takes me to this huge add to download the new version of iTunes. I have tried clicking the download box and downloading it, but it still will not let me past the add so I can buy music. What gives

    this is a follow up from the profane post earlier....
    i have done this twice in two other posts..
    here is my problem.. i started off trying to update itunes, it failed twice and said i needed to install manually via tools.
    the only place to get to tools is the pop up box that appears when you click check for updates.. if there is an available update then the pop up shows up with the quick time and itunes files to download. so i finally figured that out. i clicked on tools and manual update, four files were saved to a file. Apple mobile device support, another one similar, itunes, and another one i cant remember. I only downloaded the itunes file seeing as though thats all i needed to accomplish in the first place.
    so then i restarted my computer bc you need to reboot and then reopen itunes for update to take effect. once i have itunes back open i plugged in my new 5s which i am trying to sync to my computer to get all my stuff back bc i lost my previous phone over the weekend.. once i plugged the phone in an error stating i needed to unistall the apple mobile device support and itunes and then reinstall. well i dont know where those files were originally stored on my computer AND since my itunes was updated, just not the other 3 associated files, when i click check for updates it says its up to date and then pop up containing the quick time and itunes does not pop up thus i cant get back to the tools tab to manually save the 4 files again.
    so i was just going to uninstall itunes all together and then i thought well what happens if it erases all my photos apps songs etc... which would defeat the whole purpose in the first place of me trying to sync my new phone to get all my stuff back.
    so i literally have no idea what to do at this point.. if you have read this you are probably just as confused as me...

  • ITunes-Won't upgrade, can't removed old version, can't add new version,etc

    I just bought a new Ipod yesterday, 30GB Photo/Video. I connected my Ipod however it was not responding to the old version of iTunes which I had, this is when the problems started.
    1st. I tried to update my iTunes, I tried with the new disc which came with my Ipod and also from the internet. I tried running and saving the program - both times I received a Error Msg as following:
    Error 1406. Followed by some numbers and letters as well as: Verify that you have sufficient access to that key, or contact your support personnel.
    2nd. I tried to remove my old version of my iTunes to see if I could then use the CD to add the new version, however when I tried to do so I got this Error Msg:
    Error 1402. Could not open key: followed once again by some numbers and letters as well as: Verify that you have sufficient access to that key, or contact your support personnel.
    Followed by Error: -1603 Fatal error during installation
    Consult Windows Installer Help (Msi.chm) or MSDN for more information.
    Seems like I've tried everything to install, update, and even delete my old version of iTunes to try and get the new version, nothing seems to help. I never had this problem before with my old Ipod, but I'm ready to switch over to my new one. SOME ONE PLEASE HELP!!!!!
    Thank you

    I tried following the steps in the Troubleshooting, however I cannot complete them all as I cannot remove the older version of my iTunes from my computer.
    I've emptied my Temp directory and restarted with the same result.
    One thing I noticed is I cannot seem to find my Windows installer anywhere on my computer. Could this be a problem?
    I've turned off my fire wall, turned off my anti virus program, and updated my computer all with the latest updates.
    I've tried placing the program in different locations to see if this would work, but no such luck.
    This is what I receive when I try to add the new iTunes from the CD:
    Error 1406. Could not write to value to key\CLSID\{7A7FB085-6068-4898-8CCA-480A9187277C}\Local Server 32. Verify that you have sufficient access to that Key, or contact your support personnel.
    If I press ignore and try to continue with the download it's followed by more errors:
    Error 1406. Could not write to value to key\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\inprocServer32 Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write value IncprocServer32 to key\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\inprocServer32 Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write value IncprocServer32 to key\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\
    Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write value IncprocServer32 to key\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\ProgID
    Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write value IncprocServer32 to key\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\VersionIndependentProdID
    Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write value Treading Model to key\Software\Classes\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\inprocServer3 2
    Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write calue Treading Model to key\Software\Classes\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\programmable
    Verify that you have sufficient access to that Key, or contact your support personnel.
    Error 1406. Could not write calue Treading Model to key\Software\Classes\CLSID\{B75250E3-56AE-465D-8A55-CE7A3CEO3112}\TypeLib
    Error 1904.Module C:\Documents and Settings\OmarDavila\Desktop\iPod\iPodUpdater 2006-01-10\iPodUpdaterExt.dll failed to register. HRESULT -2147220473.
    Contact your support personnel
    1607: Unable to Install InstallShield Scripting Runtime.
    Please help!!! All I wanna do is install this iTunes so I can add my music to my new iPod!
    Thanks!

Maybe you are looking for

  • HP officejet Pro L7590 Prints 1/2 of the text line on several lines of document

    I got an email for diagnosing the printer and I was prompted to install updated drivers and I did that and now when I print the test page I get several lines of text that only prints the top or bottom 1/2 of the letters across the page, I Printed a s

  • I have a cannon mg2100. When I scan the error message says it can't find a path to the file

    My cannon mg1200 prints and scans but suddenly the scanned photo/doc can't find a path to any file.  I just started having this problem yesterday.  

  • Domine Problem?

    Dear all, I have a Problem. I changed the domine of an allready exsinting field of a table and I created entries for the range values in the new domine. when I save regenerate and regenerate the maintanance screen I am not getting the new set of valu

  • Remove the exsting extended sales organization for material master

    Hi All, Could you advice how to remove the existing extened sales organization for a material master? e.g. we have a mateiral A-001 and have extended sales org / distribution channel 8110  10 8210  10 and currently we don't want 8210 10 to sell this

  • Remote Coding nd Port Forwarding Issue

    I have Verizon FIOS Westall 9100 Router. I am trying to set up remote coding for Port 6801 and my host IP 192.168.1.9 DHCP address. I set up port forwarding - all TCP and UDP  to  Port 6801 to 192.168.1.9 and it shows as active with no conflicts. Pro