Asked By bernado
27-Jun-07 06:16 PM

Very cool. Glad that worked for you...
If I understand what you want to do, it seems like you now want to do this...
You can globally hide any site definition (but this will apply to all web
apps on this box if you do this...) by setting the Hidden="False" property to
true in the webtemp.xml file for the site def you want to hide.
So, MS owns certain things in the SP, and, they reserve the right to
overwrite your changes if you decide you are going to mess with them when
they release a service pack, so, I made a copy of the webtemp.xml file,
called it webtemp-hide.xml and put it in the same directory
...12\TEMPLATE\1033\XML. I then changed the Hidden key to true
(Hidden="True") for any site def I didn't want to be available ever (we have
a fairly controlled environment).
You'd probably want to do this...
ImageUrl="/_layouts/images/mwsprev.png" Description="A site to plan,
organize, and capture the results of a meeting. It provides lists for
managing the agenda, meeting attendees, and documents."
DisplayCategory="Meetings" > </Configuration>
Good Luck!
B