Changes between Version 21 and Version 22 of CiviCRM HowTo Install


Ignore:
Timestamp:
10/31/13 10:37:53 (11 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Install

    v21 v22  
    5454Better performance in PDF generation is offered with the wkhtmltopdf library - which can be installed on Ubuntu using apt-get. Then in the CiviCRM admin menu you can point to the executable (which is usually at /usr/bin/wkhtmltopdf so that's easy) and CiviCRM will use that.
    5555
     56=== Mail merging, tokens, etc ===
     57
     58The {contact.state_province_name} token works in the display screens but not in the mail merges. There's a replacement token supplied using hooks in the LCBRU module, along with other tokens useful for various purposes, in the civicrm_hooks.php file.
     59
    5660=== Upgrades ===
    5761