WindowSill is a CiviCRM extension which let you use views in CiviCRM.
-
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".
-
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.