[Zope] Check for currently loged in users

2008-04-29 Thread vaibhav pol
Dear all,
 here i am using zop-2.8.1 and am trying to get the how many users currently
loged in  zope. Let me know if zope having any  supported function or module
to do the same .

thanks and regards
vaibhav
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Check for currently loged in users

2008-04-29 Thread Andreas Jung



--On 29. April 2008 17:40:39 +0530 vaibhav pol <[EMAIL PROTECTED]> 
wrote:



Dear all,
 here i am using zop-2.8.1 and am trying to get the how many users
currently loged in  zope. Let me know if zope having any  supported
function or module to do the same .




There is nothing like how-many-users-are-currently-logged-in.
HTTP is stateless.

-aj

pgptqY0NJuuK9.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Check for currently loged in users

2008-04-29 Thread robert rottermann

vaibhav pol schrieb:


Dear all,
 here i am using zop-2.8.1 and am trying to get the how many users 
currently loged in  zope. Let me know if zope having any  supported 
function or module to do the same .


to my knowledge there is no such tool.
the logged in user is not a state kept by the server, so there is 
nothing the server can tell you.


robert

 
thanks and regards

vaibhav




___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce

 http://mail.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Add Combo Box in External method page

2008-04-29 Thread vaibhav pol
Dear All ,

 I want to modify the ExternalMethod dtml page which cames in zope i have to
add combobox into the external method
 i go into the
 zopehome/lib/python/Products/ExternalMethod/dtml where i get the dtml page
methodAdd.dtml
 i add combo box this dtml page is call in ExternalMethod.py how can i
modifed that is it i have to create a object for the combobox . Let me no if
you havingsome information.



Thanks and Regards
 Vaibhav Pol
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Add Combo Box in External method page

2008-04-29 Thread Andreas Jung



--On 30. April 2008 11:26:49 +0530 vaibhav pol <[EMAIL PROTECTED]> 
wrote:



Dear All ,

 I want to modify the ExternalMethod dtml page which cames in zope i have
to add combobox into the external method
 i go into the
 zopehome/lib/python/Products/ExternalMethod/dtml where i get the dtml
page methodAdd.dtml
 i add combo box this dtml page is call in ExternalMethod.py how can i
modifed that is it i have to create a object for the combobox . Let me no
if you havingsome information.



What is the need for modifying the Zope core? General rule: keep your 
fingers out of such core components since you have to re-do such changes 
with out next upgrade. Such changes should be solved somehow in your own 
application code...so what are you trying to accomplish?


-aj

pgpsVkDUIh0un.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )