Hello!! I've any problems about Zope Products. 1. Does any Zope product that allows to perform forums?. 2. Is that product able to (or allowed to): - Create Forums groups, defined groups in which a moderator and users are present, who are constantly joining the forum through an application form? - Is it possible to automaticly create the access a forum after a user signing in the web site?. 3. I installed the LoginManager in the folder that contains all the Zope Website files. When I run the scripts ./start and I use the Zope Management Interface, the LoginManager shows Broken product advice and then the traceback informs there is a line 541 error from the "Application.py" file. Where does this problem belong to?. Can this version be incompatible with the Zope version that I own? Thanks for any help!! _________________________________________________________________ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.yupimsn.com/
On Thu, 2003-05-29 at 21:37, yenny natalia pedraza wrote:
1. Does any Zope product that allows to perform forums?.
Squishdot is worth looking at.
2. Is that product able to...
No idea. Check out squishdot.org for info.
3. I installed the LoginManager...
Can't help you here. Might be a good idea to post this as its own question with a subject that mentions LoginManager if you don't get any other answers. HTH, Dylan
On Thu, 29 May 2003 23:37:07 -0500 GMT (..6:37 where i live(GMT+2) ) yenny natalia pedraza asked the Zope mailinglist about the following:
3. I installed the LoginManager in the folder that contains all the Zope Website files. When I run the scripts ./start and I use the Zope Management Interface, the LoginManager shows Broken product advice and then the traceback informs there is a line 541 error from the "Application.py" file. Where does this problem belong to?. Can this version be incompatible with the Zope version that I own?
LoginManager is painful. Most of the time, you can get the effect you want from exUserFolder, which is a much simpler product to use and customize. http://www.zope.org/Members/TheJester/exUserFolder :) -- Geir Bækholt
yenny natalia pedraza wrote:
2. Is that product able to (or allowed to): - Create Forums groups, defined groups in which a moderator and users are present, who are constantly joining the forum through an application form?
Squishdot can't do that.
- Is it possible to automaticly create the access a forum after a user signing in the web site?.
Can't parse that English, sorry...
3. I installed the LoginManager in the folder that contains all the Zope Website files. When I run the scripts ./start and I use the Zope Management Interface, the LoginManager shows Broken product advice and then the traceback informs there is a line 541 error from the "Application.py" file. Where does this problem belong to?. Can this version be incompatible with the Zope version that I own?
Don't use LoginManager, it's old and crufty. You're probably best off with ExUserFolder, but if you learn to script in python, I'd recommend SimpleUserFolder instead... cheers, Chris
participants (4)
-
Chris Withers -
Dylan Reinhardt -
Geir Bækholt -
yenny natalia pedraza