How to deactivate Blog comments.
There is no switch to deactivate the comments for blog articles. But you can change the used template and remove the comments stuff.
Use:
-
PyLucid admin menu -> tools -> overwrite templates
and overwrite blog/detail_view.html
The original template file can be found here: pylucid_project/pylucid_plugins/blog/templates/blog/detail_view.html
To reactivate the comments, just delete the
dbtemplates entry named blog/detail_view.html
To do this, goto: