Re: [Zope] My Add list is so full...

2001-01-16 Thread peter bengtson


Add a (lines) property (called: i_filter_meta_types) in the root of the
meta_type name of the objects you don't want to use. I.e
DTML Document
XMLDocument



Next, you modify the file main.dtml in lib/python/OFS
At around line 95-100 you'll see this:

  
  ">
  

Change this to something like this:

  

  ">

  





- Original Message -
From: "Francois-regis Chalaoux"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 8:44 AM
Subject: [Zope] My Add list is so full...


> Hi,
>
> Since long time ago I have this reflexion.  Now I have installed so many
> thing in Zope the add list combobox is huge :
>
> There are too many meta-type item in add list. Is is possible to
> organize sublist of meta-type into  products sublist ?
>
> FRC
>
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] My Add list is so full...

2001-01-16 Thread Kevin Teague

>> There are too many meta-type item in add list. Is is possible to
>> organize sublist of meta-type into  products sublist ?

> Well that doesn't help much, but at least your problem has a name now.

You can also call this problem "addbox pollution". There's a Local Factory
Product that might be able to help you out:

http://www.zope.org/Members/lalo/LocalFactory

I never successfully used this Product myself howver, I just accepted having
a large Add pop-up menu. Luckily the most popular objects "DTML Document"
and "DTML Method" sort right near the top of the add box. It'd be much worse
if digital creations had called it "ZTML".

Kevin Teague
http://www.bud.ca


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] My Add list is so full...

2001-01-16 Thread Max Møller Rasmussen

From: Francois-regis Chalaoux

>Since long time ago I have this reflexion.  Now I have installed so many
>thing in Zope the add list combobox is huge :

>There are too many meta-type item in add list. Is is possible to
>organize sublist of meta-type into  products sublist ?

aha ...

Max M's law $1:

"Anything that is a list in a userinterface will eventually need to evolve
into a tree."

Well that doesn't help much, but at least your problem has a name now.

Other than that there is nothing to do about it.

Regards Max M ;-)

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )