Исходный текст | Переводы |
---|---|
Maillog ID | |
Provide a simple link to delete an email entry from the maillog table. | |
Maillog is currently empty. Send a mail! | |
[nothing] | [delete_maillog] | |
<p>This module allows you to generate printer-friendly versions of any node:</p> <ul> <li>Web page printer-friendly version at www.example.com/print/nid</li> <li>PDF version at www.example.com/printpdf/nid</li> <li>Send by-email at www.example.com/printmail/nid</li> </ul> <p>where nid is the node id of content to render.</p> <p>A link is inserted in each node (configurable in the content type settings), that opens a version of the page with no sidebars, search boxes, navigation pages, etc.</p> <h3>Configuration settings</h3> <p>There are several settings that can be configured in the following places:</p> <ul> <li>Administration > Modules (admin/modules)<br>Enable or disable the module and submodules. (default: disabled)</li> <li>Administration > People > Permissions (admin/people/permissions)<br> Permissions to access print friendly content and administer print module.</li> <li>Administration > Structure > Content types (admin/structure/types)<br> For each content type enable or disable the PF link.<br> Also enable or disable the PF link for individual comments (default: disabled).</li> </ul> <h3>Module Specific Configuration settings</h3> <ul> <li>Administration > Configuration > User interface > Printer, email and PDF versions (admin/config/user-interface/print)<br> For Web page options.</li> <li>Administration > Configuration > User interface > Print > Settings (admin/config/user-interface/print/common)<br> For Common settings.</li> </ul> <p>When the Printer-friendly pages UI (print_ui) module is enabled additional settings for printer friendly links will be available.</p> <ul> <li>Administration > Configuration > User interface > Print > Links (admin/config/user-interface/print/ui)<br> For Link options.<br>This includes options for link style and position.</li> </ul> <p>The link options also include an option to use the URL alias instead of node ID. It may be important to check this option to create printer friendly pages of panel layouts and other enhanced layouts instead of simply the node itself.</p> <h3>Custom template files</h3> <p>To modify the template of printer friendly pages, simply edit the print.tpl.php or the css/print.css files.</p> <p>It is possible to set per-content-type and/or theme-specific templates which are searched for in the following order:</p> <ol> <li>print--[format]--node--[type].tpl.php in the theme directory</li> <li>print--[format].tpl.php in the theme directory</li> <li>print--node--[type].tpl.php in the theme directory</li> <li>print.tpl.php in the theme directory</li> <li>print.tpl.php in the module directory (supplied by the module)</li> </ol> <p>format is either html, mail or pdf, and type is Drupal's node content type e.g. article, page etc.</p> <p>For more information, consult the !documentlink at www.drupal.org and see the README.txt and INSTALL.txt files.</p> | |
Print module documentation | |
Enable caching of generated PDFs for anonymous users | |
The currently selected version of %lib (@version) is not supported. Please update to !url. | |
version @min or newer | |
For dompdf 0.7 and higher, Unicode Mode is fully supported and always active, so this option has no effect. |