Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is a simple module that creates a block you'll most likely place in the footer region
The Drupal Copyright Block menu module displays copyright information in a block. No block configuration is required; however there are 2 configuration options available:
the beginning year of the copyright notice
the name of the copyright holder
REQUIREMENTS/DEPENDENCIES
None.
INSTALLATION
Expand/unzip/extract the module files into a separate folder
Move the folder to your sites/all/modules folder
Browse to admin/build/modules on your site and enable the Copyright information module
Browse to admin/build/block on your site and
select a region where you want your copyright information to show and
configure the block with your copyright starting year and copyright holder information
CONFIGURATION
No configuration is necessary, but there are two configuration options available if the defaults do not meet with your requirements:
The beginning year of the copyright notice - The default value for this setting is the current year. If you leave this setting alone your copyright notice will begin as of the year in which you installed this module
With this module you can output a view as a PDF document. Each field of the view can be placed on the PDF page directly in the administration interface. Therefore a new display called "PDF" is added.
There are already some PDF solutions such as Print. But these solutions use the HTML output and converts this to PDF. The downsides of such an integration are:
No control over page flow (e.g. page break).
Little or no control over page header and footer.
You need HTML skills to change the layout.
The rendering is slow and need a lot of memory, because it needs to render the HTML.
Complex tables make troubles.
Vector graphics can not be implemented, therefore the printing of the document can be problematic.