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