I dont need form libraries in my WSS portal..i want to disable or delete it
from the site .no one should be able to create a form library .how can i do
this?

Re: deleting or disabling the form library by Brad

Brad
Mon Nov 14 07:52:24 CST 2005

You should be able to open the ONET.xml file from C:\Program Files\Common
Files\Microsoft Shared\web server extensions\60\TEMPLATE\1033\STS\XML on the
web server.

Find this line: <ListTemplate Name="xmlform" DisplayName="Form Library"
Type="115" BaseType="1" OnQuickLaunch="FALSE" SecurityBits="11"
Description="Create a form library when you have XML-based business forms,
such as status reports or purchase orders, that you want to manage. These
libraries require a Windows SharePoint Services-compatible XML editor, such
as Microsoft Office InfoPath." Image="/_layouts/images/itdl.gif"
DocumentTemplate="1000"></ListTemplate>


and either comment it out by putting it inside <!-- --> or by deleting it
completely.

Be sure to make a copy of the ONET.xml file before editing it.

--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
http://blogs.sagestone.net/bcovell


"saba" <saba@discussions.microsoft.com> wrote in message
news:9874A2E8-524A-451B-A715-ED8BA46454BC@microsoft.com...
>I dont need form libraries in my WSS portal..i want to disable or delete it
> from the site .no one should be able to create a form library .how can i
> do
> this?