[Zope] DTML problem

2000-07-26 Thread Wolfgang Klinger

Hi!


I use the following expression in a header file
which is included in every document/method
to get the content of the actual folder and
show the title as menue item.

 dtml-in expr="PARENTS[0].objectValues(['DTML Document'])" sort=title
  
  tr
tda href="dtml-var "absolute_url()""dtml-var title/a/td
  /tr

 /dtml-in

But I don't want to show the current "DTML Document" as part 
of the menue.


example:

Communication (Folder)
 |
 |
 |- default_html_header (DTML Method)
 |
 |- Contact (Folder)
 |   |
 |   |- index_html (DTML Document)
 |   |- contact_addForm (DTML Document)
 |   |- 
 |
 |- News (Folder)
 .   |
 .   |- index_html (DTML Document)
 |- 

ok, default_html_header uses the dtml expression above
and is included in every other document/method/whatever ...

contact_addForm includes default_html_header and
I don't want to show contact_addForm in the menue

How can I exclude the current document?

TIA
Wolfgang





___
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] LoginManager, User Sources, ...

2000-07-24 Thread Wolfgang Klinger

Hi!

I searched the archives and found some entries, all 
concerning the same problem ... 

I read this:

"LoginManager currently comes with a default 
 User Source called Generic User Source (GUS), 
 that is a GUF-like roll-your-own system.  It uses
 GUF-compatible methods (userExists, userRoles, etc),
 so converting any GUF-using site to a LM site 
 . "

and wondered where this GUS is hidden and how I
actually add users ??

(I'm still a newbie and want to know how it works!)

Can somebody please help?

TIA
Wolfgang



___
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] HowTo use LoginManager

2000-07-21 Thread Wolfgang Klinger

Hi!

There's no HowTo ... so my question is ...
(my friend who runs the server hasn't installed it yet)
How do I use LoginManager?

I'm relatively new to Zope .. so please be quite detailed
in your explanations. Thx!

(What I'm searching for are details or whatever)

TIA
Wolfgang



___
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] all DTML Methods of current folder and subfolder

2000-07-21 Thread Wolfgang Klinger

Hi!

I have a dtml method in a folder which should
display all "document_title"s of all 
"DTML Method"s in the current folder and
all sub folders!

(should work as navigation frame)

How can I do that?

I tried 
dtml-in "Info.objectValues(['DTML Method'])"
where "Info" is the current folder where the
method itself is stored
but that didn't work ... :-(

any suggestions?

tia
Wolfgang


___
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] LoginManager ... USER SOURCE

2000-07-21 Thread Wolfgang Klinger

Hi!

LoginManager needs a User Source ... what can
I use as User Source?

I need detailed instructions   ;-)

Wolfgang

___
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] user authentification

2000-07-18 Thread Wolfgang Klinger

Hi!

How does the www.zope.org login procedure work?

I need a way to authenticate users without
LoginManager or GUF or whatever ...
and without a popup window!!

There should be a login site.

How does this work? 

tia

___
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 )