Skip to content

aghstrategies/eventlistings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CiviCRM Event Listings

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.

Upcoming Events

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"].

Past Events

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"].

Requirements

  • PHP v7.4+
  • CiviCRM (FIXME: Version number)

Installation (Web UI)

Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.

Installation (CLI, Zip)

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.zip

or

cd <extension-dir>
cv dl eventlistings@https://lab.civicrm.org/extensions/eventlistings/-/archive/main/eventlistings-main.zip

Installation (CLI, Git)

Sysadmins 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 eventlistings

or

git clone https://lab.civicrm.org/extensions/eventlistings.git
cv en eventlistings

Getting Started

Known Issues

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published