Re: [Zope] confera, zope 2.2, and attachments

2000-05-31 Thread Cary O'Brien



(Vitaly ([EMAIL PROTECTED]) helped me with this.  The problems was
that it wasn't possible to add an attachment to a ZDConfera message)

Note this is with Zope 2.1.6. 

Thanks for the information on fixing attachments in ZDConfera.  Note that
the latest version of ZDiscussios (0.2.0) does use FileObject() in
ZDConfera.py, but it doesn't import FileObject, and the icon is wrong.
The error is masked by the try block.

So the fix I used was...

0) Get ZDiscussions
1) Get Confera
2) Cope FileObject.py to lib/python/Products/ZDConfera
3) Edit ZDConfera.py
1. at the beginning add "from FileObject import FileObject"
2. change "icon='misc_/Confera/attachment.gif' to 
  "icon='misc_/ZDConfera/attachment.gif'
4) Restart

Thanks again,

-- cary



___
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] confera, zope 2.2, and attachments

2000-05-30 Thread Cary O'Brien


With a confera discussion, I can't seem to add attachments.
I can enter a file name into the file upload box, and there
are no errors, but when I view the message there is no
attachment.

Am I doing something wrong?

-- cary

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