Personal tools
You are here: Home iber Blog Zope How to delete spam in COREBlog

How to delete spam in COREBlog How to delete spam in COREBlog

Document Actions
This recipe and code is based on tcchou's work.

Briefly analyze Products/COREBlog/COREBlog.py to determine where to make the following changes.


from SpamEraser import SpamEraser

class COREBlog(ZCatalog.ZCatalog, SpamEraser):

{'label':'Spam', 'icon':'', 'action':'manage_spamForm', 'target':'manage_main'},



Add the following files.


/Products/COREBlog/SpamErasor.py

/Products/COREBlog/dtml/manage_spamForm.dtml


_____
tags:
Monday, August 22, 2005 in Zope  |  Permalink |  Comments (0)

Powered by Plone