Skip to content

Latest commit

 

History

History
executable file
·
40 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

executable file
·
40 lines (26 loc) · 1.41 KB

CiviCRM extension: WindowSill

WindowSill is a CiviCRM extension which let you use views in CiviCRM.


Installation

  • You can directly clone to your civiCRM extension directory using
    $ git clone https://github.com/kewljuice/be.ctrl.windowsill.git

  • You can also download a zip file, and extract in your extension directory
    $ git clone https://github.com/kewljuice/be.ctrl.windowsill/archive/master.zip

  • Configure CiviCRM Extensions Directory which can be done from
    "Administer -> System Settings -> Directories".

  • Configure Extension Resource URL which can be done from
    "Administer -> System Settings -> Resource URLs".

  • The next step is enabling the extension which can be done from
    "Administer -> System Settings -> Manage CiviCRM Extensions".

Configuration

  • To implement a 'Drupal view' as a 'CiviCRM token' or 'CiviCRM contact tab' go to
    "Administer -> CTRL -> Windowsill" or yoursite.org/civicrm/ctrl/windowsill.

  • To define a new 'windowsill':

  • enter a name (for your own reference)
  • select a 'Drupal view' from the list
  • check 'tab' if you want the 'Drupal view' visible as a 'CiviCRM contact tab'
  • check 'token' if you want to use the 'Drupal view' as a 'CiviCRM token'
  • Press 'Add' to define a extra 'windowsill'.

  • Press 'Submit' to save your changes.