This extension sets up two searchkit/afform lists to display Events, details listed below. Once installed one can copy these example searchkt/afforms and tweak them as they see fit to meet their needs.
A public list of upcoming events, it can be viewed here: https://yoursite.com/civicrm/upcomingevents
This shortcode can be used to embed it on a wordpress page: [civicrm component="afform" name="afsearchUpcomingEvents"].
A public list of past events, it can be viewed here: https://yoursite.com/civicrm/pastevents
This shortcode can be used to embed it on a wordpress page: [civicrm component="afform" name="afsearchPastEvents"].
- PHP v7.4+
- CiviCRM (FIXME: Version number)
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Sysadmins and developers may download the .zip file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl eventlistings@https://github.com/FIXME/eventlistings/archive/master.zipor
cd <extension-dir>
cv dl eventlistings@https://lab.civicrm.org/extensions/eventlistings/-/archive/main/eventlistings-main.zipSysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/FIXME/eventlistings.git
cv en eventlistingsor
git clone https://lab.civicrm.org/extensions/eventlistings.git
cv en eventlistings