SYSTOPIA's Google Summer of Code project: CiviFundraiser. See description
- (If not already done) Enable extensions in CiviCRM
- Navigate to the extension folder and either
git clone https://github.com/systopia/de.systopia.campaign
or- download and unzip the current release into it
- In CiviCRM go to "Administer" > "System Settings" >"Manage Extensions"
- You should see the extension in the list, if not click on "refresh"
- Enable the extension
After the extension has been enabled every campaign entry on the campaign dashboard (/civicrm/campaign
) contains a new link to the extended campaign dashboard. Click on View
to navigate to it.
In case of an update follow these steps in order to safely upgrade your installation:
- In CiviCRM go to "Administer" > "System Settings" >"Manage Extensions"
- Disable the extension
- Uninstall the extension
- Navigate to the extension folder and either
git pull
or- remove the current files, download and unzip the updated release into it
- In CiviCRM go to "Administer" > "System Settings" >"Manage Extensions"
- Install and then enable the extension
Follow this link to get to the full version of the documentation