Tag: CiviCRM
-
Use the delay mechanism to set the activity date in CiviRules
In this blog I will explain how to use the delay mechanism in CiviRules to set date field. In this example we will set the activity date in the action Add Activity. So that we can schedule an activity which should occur at the 3rd tuesday of the month. CiviRules already has a delay mechanism…
-
Howto use pagination in CiviCRM
CiviCRM has its own pagination class which makes it quite easy for you to use pagination on your pages. In this tutorial I will explain how you could add pagination to your own pages and forms.
-
Howto setup a CiviCRM development environment for fixing bugs
The steps for proposing a fix consist first of setting up an environment for fixing bugs and proposing a Pull Request (PR). There are two ways for setting up an environment for fixing bugs, one is a fully running CiviCRM development environment, which requires buildkit, composer etc… In this tutorial I will explain how you…