All Projects → FriendsOfFlarum → polls

FriendsOfFlarum / polls

Licence: MIT license
A Flarum extension that adds polls to your discussions

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Less
1899 projects
typescript
32286 projects

Polls by FriendsOfFlarum

License Latest Stable Version OpenCollective Patreon

A Flarum extension. A Flarum extension that adds polls to your discussions.

Installation

composer require fof/polls

Migrating from ReFlar Polls

Make sure you've updated to the latest reflar/polls version and run php flarum migrate BEFORE installing fof/polls. You will not be able to install this extension if you have a version of ReFlar Polls older than v1.3.4 as well.

$ composer require reflar/polls
$ php flarum migrate
$ composer require fof/polls

Updating

composer update fof/polls

Metadata update

To improve performance, Polls calculates and stores the number of votes when it changes.

As long as the extension is active, Polls will automatically keep those numbers up to date and you don't need to do anything.

If you are updating from a version prior to 0.3.3, if you disabled the extension for a while or if you made manual changes to the database you should run the following command to refresh the numbers:

php flarum fof:polls:refresh

You can only run the command when the extension is enabled in the admin panel.

Links

An extension by FriendsOfFlarum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].