How Can I Turn Off Document Template

I need to remove the option of opening a new template when clicking on 'New' in a document library. I don't want to delete the content type itself, just remove it as an option. When I click 'New' I want the option of opening a clean Excel, Word, Powerpoint
or OneNote document.
Allow management of content types is turned off but this did nothing. I also tried turning this option back on and it still didn't change anything. Do I need to delete the URL of the template document? 

Apologies, I could have been clearer. Somehow, someone has managed to enable a template for one of the document libraries. When I click 'New' in the document library it opens a template Word document with writing on it already. I want to turn this off so
that when I click 'New' I am give the default option to open a new Word Excel PowerPoint or OneNote document.
I checked in advanced settings for the particular library and have tried turning off Allow management of content types but this does not change anything. 
 

Similar Messages

  • How can I turn off document.write error in PTWC 2.0?

    Hi everyone. I have an application that (unfortunately) avoids processing on the server and instead pushes a lot of JavaScript w/ document.write statements to the portal. Also, the code can't be changed so that it does server-side processing. I understand that document.write calls in JavaScript may not appear on the first load, that said...
    Does anyone out there know how to turn off the document.write error message that appears when a portlet uses PTWC 2.0?
    -Greg

    Apologies, I could have been clearer. Somehow, someone has managed to enable a template for one of the document libraries. When I click 'New' in the document library it opens a template Word document with writing on it already. I want to turn this off so
    that when I click 'New' I am give the default option to open a new Word Excel PowerPoint or OneNote document.
    I checked in advanced settings for the particular library and have tried turning off Allow management of content types but this does not change anything. 
     

  • How can I turn off iCloud without losing my documents?

    How can I turn off iCloud without losing my documents?
    When I try to sign out Icloud I get the warning (( If you turn off Documents & Data, all documents stored in Icloud will be removed from this Mac))
    I don,t want to remove my document on my computer, what should I do? 

    If you are refering to documents such as Pages and Numbers files....
    The only way around this is to "save as" you icloud documents using the associated app to a local folder on your mac.  Then turn off icloud.
    Of course, when you sign off of icloud, the docs are removed from the mac, but remain in icloud.  In the future when you sign back in, the documents are available to you again.
    Oh, and the icloud documents are also stored locally in ...
    ~/Library/Mobile Documents
    Note that Library in the user's home folder is now hidden, so you'll have to set Finder to view hidden files.
    The Mobile Documents folder has subfolder where copies of the doc/data files are stored.
    You can move these files to another folder to save them.

  • Remove age from birthday notification: I don't know the years most of my contacts were born, so I keep getting a default year 2000 birthdate. How can I turn off the age (xxth birthday) in Birthday Calendar - it really is very annoying!

    I don't know the years most of my contacts were born, so I keep getting a default year 2000 birthdate.
    How can I turn off the age (xxth birthday) in Birthday Calendar - it really is very annoying!?
    Thanks
    Tim

    Where do you see the default birthday showing as Nov. 30? If you can explain that, I can probably modify the below script to do that clean up.
    In response to the original problem:
    I'm not sure why I missed the original reply, but here is an Applescript that will change all the years of any selected contacts to 1604 (default for no year).
    tell application "Contacts"
              set thePeople to selection
              repeat with aPerson in thePeople
                        set theDate to birth date of aPerson
                        if theDate is not missing value then
                                  set the year of theDate to 1604
                                  set birth date of aPerson to theDate
                        end if
              end repeat
    end tell
    copy and paste it into a new Applescript Editor document. Select all the contacts you want to change (in Contacts), then run this script by clicking on the green Run button in Applescript Editor.

  • How can i turn off the spam filter?

    How can i turn off the spam filter for HP eprintcenter?

    zanganah;
    I hope you are doing well and sorry to learn that you are having this issue;
    Most of the time when you have issues receiving emails is that the email have something like FWD  subject line. Eliminate that. 
    Does the email have a title? Make sure it does.
    ePrint emails can only have one email address in the “To:” field. To send an email to your printer and to additional email addresses of friends and family at the same time, put your printer's email address in the “To:” field, and put your friends/family email addresses in the “BCC” (blind carbon copy) field.
    Also this are some of the limitations of the service to keep in mind;
    The attachment size or number of attachments exceeded the allowed limit.
    There is a 5 MB limit to the email and a 5MB limit to each attachment. HP ePrint supports a maximum of 10 attachments to a single email. Emails that exceed these limits will not print.
    Is the attached file supported by ePrint? Supported attachments include:
    Microsoft Word
    Microsoft PowerPoint
    Microsoft Excel*
    Text files (.txt)
    PDF
    HTML
    Images (bmp, jpg, png, gif, tiff)
    * HP strongly recommends that you preview documents in Excel before printing.
    Hope this helps:
    RobertoR
    And Remember . . .
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • How can I turn off the daily nagging about software updates?

    How can I turn off the daily nagging about software updates?
    I am _very_ annoyed at having to answer this every day, day after day after day.

    Thanks, PJRS.
    But if I'm reading that right, the only way to get the nagging to stop is to accept all the download that Software Downloads suggest. 
    Quite often it pertains only to software I never use. In these cases, I'm not interested in downloading it.
    And also -- if I'm understanding that document -- I have to respond every time the nagging drops down (at least once per day).
    99% of the time I have no desire to download the suggested software.
    In ANY case, it is outrageous that the software resorts to harassing a customer without at least a readily visible means to turning it off
    SO -- please let me know what I'm misunderstanding -- thanks..

  • How can I turn off toplink logs?

    Hi,
    I am using OC4J 10.3.5.0. May I know how can I turn off toplink's logs? As it is currently generating something like this in stdout:
    DatabaseSession(219604438)--Connection(1514883920)--TopLink, version: OracleAS TopLink - 10g (9.0.4.5) (Build 040930)
    DatabaseSession(219604438)--Connection(1514883920)--connecting session: Not named
    DatabaseSession(219604438)--Connection(1514883920)--connecting(DatabaseLogin(
         platform=>Oracle9Platform
         user name=> "ABC"
         datasource URL=> "jdbc:oracle:thin:@XXXXX:1521:XXXX"
    DatabaseSession(1395221594)--acquire unit of work: 2097725879
    DatabaseSession(1395221594)--Connection(1115388765)--SELECT t0.ID, t1.USER_ID, t0.ADDRESS, FROM ABC
    Thanks!
    Edited by: raymondctc on Mar 25, 2013 9:24 PM
    Edited by: raymondctc on Mar 25, 2013 9:25 PM
    Edited by: raymondctc on Mar 25, 2013 9:27 PM

    You had to have turned logging on somehow, so it depends on how you turned it on.
    If you are using native TopLink api such as Sessions.xml check the documents here: http://docs.oracle.com/cd/E21764_01/web.1111/b32441/sescfg.htm#BABFDFFD
    if Using JPA, its done in persistence.xml through properties as described here: http://www.oracle.com/technetwork/middleware/ias/configure-logging-092723.html
    Best Regards
    Chris

  • How can I turn off the WLS 6.1 security in order to develop my own application-based security module?

    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit our company's needs.
    The security requirements are that, users' password need to be aged (30 days maximum) and we need to provided a GUI front-end (JSP) to allow users to change their password when these expire after 30 days.
    Our internal contacts in the company, have already taken the lead to find out about whether we will be able to use the WLS 6.1 platform to do this and the answer we got back, was.
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our own application-based security module?
    2. How can we develop a security module that allows us to age users' password and provide them with facilities to change their passwords when these expire?
    At the moment, we are using the default BEA WebLogic login.jsp page and there some configuration in the web.xml for this. I will be grateful if you could advise me on how to turn this default security off so that we can write our own security module.

    hi,
    1.You can write your own realm in 61 which can plugged for your security
    calls.
    2. once you write your ownrealm.. you can access it through weblogic
    api/ur api..
    thanks
    kiran
    "Richard Koudry" <[email protected]> wrote in message
    news:3dd0d081$[email protected]..
    Dear Colleagues,
    I am currently developing a J2EE application using WLS 6.1.
    My team and I have to implement a security requirement to suit ourcompany's needs.
    >
    The security requirements are that, users' password need to be aged (30days maximum) and we need to provided a GUI front-end (JSP) to allow users
    to change their password when these expire after 30 days.
    >
    Our internal contacts in the company, have already taken the lead to findout about whether we will be able to use the WLS 6.1 platform to do this and
    the answer we got back, was.
    >
    Now we need to develop our own security module.
    I have 2 questions:
    1. How can we turn off the WLS security in order develop our ownapplication-based security module?
    >
    2. How can we develop a security module that allows us to age users'password and provide them with facilities to change their passwords when
    these expire?
    >
    At the moment, we are using the default BEA WebLogic login.jsp page andthere some configuration in the web.xml for this. I will be grateful if you
    could advise me on how to turn this default security off so that we can
    write our own security module.

  • How can I turn off my battery percentage warning?

    HI, how can I turn off the battery warning on my 4s phone? It freezes up my aps if I am using them when it comes on of when any pop up warning comes on like wifi network indicators. I can turn those off but not the battery thing.

    You can let Apple know here http://www.apple.com/feedback/

  • How can I Turn off my AppleTV

    How can I turn off my Apple TV?

    There is no power switch. You cannot turn off your Apple TV. You can only put it in standby (sleep) mode. To power the unit off your only option is to pull the plug.

  • How can i turn off my apple tv

    how can I turn off my apple tv? i can't , i don't know how...

    You don't. Just don't use it for a while and it will go to sleep, but it cannot be completely turned off (aside from unplugging it).

  • How can I turn off the yellow pop-up tool tips?

    Howdy,
    I have searched high and low in the preferences and found nothing that does the trick. How can I turn off the yellow pop-up tool tips?
    See attached screen shot. They are incredibly annoying. It's probably obvious, but I cannot find it anywhere on internets or this forum.
    Thanks!

    Thanks Nancy. Unfortunately that doesn't do it. I turned those off awhile back. Nor can I find anything under VIEW that seems to make a difference.  Just FYI: I'm on a Mac OS w/Dreamweaver CS6 - but this has happened on previous versions of DW. Thanks again.

  • How can I turn off the sound from the original midi  or audio tracks when I turned on the duplicate tracks for editing ?

    How can I turn off the sound from the original midi or audio tracks when I edit or listen to the duplicate tracks in Logic Pro 9 ?
    I'm using iMac desktop with Mac OS X Version 10.7.3. Pls advise.

    Dan,
    It sounds like one of your preferences has changed.
    Go to preferences > audio > general, and make sure "track mute/solo" is set to "CPU saving (slow response)". It is probably set to "Fast " at the moment.
    This setting (fast) basically causes immediate muting from the channel strip while your song is in play. This is because the audio is still being read from the hard drive, but the channel strip is simply muted.... like a hardware mixer. When set to "CPU saving", the audio from that track, when muted, is actually stopped from streaming from the hard drive, but there is a couple second delay before the audio is actually muted.
    One would think that the fast setting is generally preferable, except when you need to do what you are doing. The only way to keep duplicate copies of channel strips acting independent of one another is to leave this setting on the "CPU saving" setting.
    Hope that helps

  • How can I turn off sound controll whele on the Satellite A200

    How can I turn off the external sound controll in front of laptop - the wheel? It does not work, sound volume is permanently muted.
    OS: MS Windows XP
    Thanks

    Thank you Jaba,
    it is Toshiba Satellite A200 Series. Drivers, its configuration and configuration of operating system is OK. The wheel is mechanical damaged, so that is the point. I have to disable its function in operating system. But where can I disable it? I have tried to uninstall Toshiba utilities (controls, hotkeys), reinstall drivers. I have tried to find an option in BIOS, there was no one.
    btw: I am a linux administrator, but I have advanced knowledge of windows systems so you can be short.

  • In a Google search, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off th

    In a Google search within a Firefox session, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off this highlighting?

    Try to clear the Google cookies and redo those Google options.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

Maybe you are looking for

  • How to Combine multiple files into the one file?

    Hi all, How do I combine multiple canon hf10 avchd files into the one file with a new extension. No need to be compressed. Afterwards, I also want to split this combined file to original files. Need Help!

  • Broken widgets

    Hi, three of my widgets, Flight Tracker, Business and People are broken. They all show the little icon for missing plugins (a blue box with a question-mark in it) on their drop down/text fields. I've tried to repair permissions and such but no luck.

  • NET BOOK VALUE OF THE ASSETS NOT APPEARING IN THE BALANCE SHEET

    Hi,     I have uploaded the old assets by using the T.code As91, but the values of the assets are not appearing in the Balance Sheet.Please help in solving this issue Ramaswamy

  • Can't print "disk error" Photoshop CS5 MacBook Pro 10.6.4

    Well I used to be able to print from photoshop, and now I can't, any time I send anything to print it just says Could not print "img123" because of a disk error. No more information is available, completely flustered with Adobe's support available, s

  • Is there an Apple User Manual for Pages 5.5.2?

    I've been a Pages 09 user for many years. There's a lot to like in Pages 5.5.2. But a user manual showing techniques would be appreciated. Particularly for Search & Replace, whole word searches, invisibles searches, and so forth. Appreciated.