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

Reply via email to