Personal tools
You are here: Home How To How to remove Created by, contributors, Last Modified
Document Actions

How to remove Created by, contributors, Last Modified

by ggavilan last modified 2006-11-09 13:26

The way it is control in Plone is via the document_byline template macro, invoked in the bottom of the document_view template and other. There are two options to get the date and contributor removed:

  1. Simply remove the reference to document_byline in your template views and you're done.
  2. Modified the ploneCustom.css in your portal_skins/plone_styles add the following line:

        .documentByLine { display:none; }

In my opinion this is follows the design of Plone2 which attempts to control everything from CSS.

« May 2024 »
Su Mo Tu We Th Fr Sa
1234
567891011
12131415161718
19202122232425
262728293031
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: