fof/polls

A Flarum extension that adds polls to your discussions

Fund package maintenance!
Website

Installs: 42 839

Dependents: 6

Suggesters: 0

Security: 0

Stars: 24

Watchers: 5

Forks: 10

Open Issues: 8

Type:flarum-extension


README

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

68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f666f662f646f6e6174652f627574746f6e4032782e706e673f636f6c6f723d626c7565 68747470733a2f2f63352e70617472656f6e2e636f6d2f65787465726e616c2f6c6f676f2f6265636f6d655f615f706174726f6e5f627574746f6e2e706e67

An extension by FriendsOfFlarum.