fof / polls
A Flarum extension that adds polls to your discussions
Fund package maintenance!
Website
Installs: 58 113
Dependents: 7
Suggesters: 0
Security: 0
Stars: 24
Watchers: 5
Forks: 11
Open Issues: 7
Type:flarum-extension
Requires
- flarum/core: ^1.8.0
Requires (Dev)
- flarum/phpstan: *
- flarum/testing: ^1.0.0
Conflicts
- reflar/polls: *
- dev-master
- v2.x-dev
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-ds/split-v2-migrations-further
- dev-ds/more-breaking-v2-changes
- dev-ds/move-polls-to-posts
- dev-ds/drop-flatpickr
- dev-cw/image-url-with-dist
- dev-cw/composer-state-fields
- dev-beta13
This package is auto-updated.
Last update: 2024-10-30 12:50:47 UTC
README
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.