Hi, This is probably old knowledge to many of you, but at any rate I just worked out how to disable the system types from the type edit designer. This ensures that only your own properties will be displayed when adding new attributes to an object type (... works great in combination with Raymond's webtopenhancement tag). \allaire\spectra\webtop\systemdesign\siteobjectdesigner\typeedit.cfm line 335, modify to: <cfif not ListFindNoCase( lExcludedIDs, propDefID ) and not (not request.cfa.webtop.bSystemEntities and stpropdefs[propdefid].nsysattributes)> Read the added part as "if we do not have system entities enabled AND the following attribute is a system attribute, then it should not (AND NOT) be displayed". J�rgen ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
