Extension:CampaignEvents
![]() Release status: experimental |
|
---|---|
Implementation | Special page , Skin |
Description | Provides features for campaign organizers and participants |
Author(s) | Campaigns Team |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.38+ |
PHP | 7.2+ |
Database changes | Yes |
Tables | campaign_events ce_participants ce_organizers ceo_roles |
License | GNU General Public License 2.0 or later |
Download | |
|
|
|
|
Translate the CampaignEvents extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
Installation[edit]
- Download and place the file(s) in a directory called
CampaignEvents
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'CampaignEvents' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration[edit]
User rights[edit]
Right | Description |
---|---|
campaignevents-create-registration |
Parameters[edit]
Variable name | Default value | Description |
---|---|---|
$wgCampaignEventsDatabaseCluster
|
false
|
The database cluster to use. False means the cluster of the current wiki will be used. |
$wgCampaignEventsDatabaseName
|
false
|
The database to use. False means the database of the current wiki will be used. |
API[edit]
See /Api for the list of API endpoints provided by this extension.