Forums / Developer / Overrides - eliminating header info

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Overrides - eliminating header info

Author Message

Anthony Kress

Wednesday 06 April 2005 4:03:10 pm

Which template(s) do I need to override so that the folder name does not appear in the content window, or in the case of an article, I can turn off the information with the title, author, email address and date on an article??

Eivind Marienborg

Wednesday 06 April 2005 11:18:34 pm

Article case:

You have to make an override for node/view/full.tpl:

[overridename]
Source=node/view/full.tpl
MatchFile=TEMPLATEFILE.tpl
Subdir=templates
Match[class]=ARTICLE CLASS ID

Hope this helps. Not quite sure what you mean in the folder issue.