Share your ideas. Post your messages. Reply and vote. This product contains Python built in scripts from Zope 2.3.x. For Zope 2.2.x Zope users I released another product in the same page which is a zip file with a python file (it go to Extensions folder of Zope) and a .zexp file (copy it into Import folder of Zope, then import it anywhere except Control_Panel/Products) Is also a useful code source for beginners. And I am still a beginner in Zope because I know less than 2%. Download the Zip file and extract it. Copy file IForum.zexp or IForum22x.zexp into C:\Program ...\Zope\import\ folder and import file anywhere except /Control_Panel/Products. On the picture you see the user full name. I got the full name from PhoneBook with an SQL query. In the Python script list I commented with # the SQL query and I used object.user as returned name.That is why the product you download from here will display the Zope user name instead the user full name. I choosed this to work on any Zope 2.3.x without any other module installed.