Socket
Socket
Sign inDemoInstall

nodebb-plugin-poll

Package Overview
Dependencies
2
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nodebb-plugin-poll

NodeBB Poll Plugin


Version published
Weekly downloads
206
decreased by-72.82%
Maintainers
5
Install size
7.95 MB
Created
Weekly downloads
 

Readme

Source

NodeBB Poll plugin

This NodeBB plugin will allow you to add polls to the first post of a topic with the following markup:

[poll <settings>]
- Poll option
- Another option
[/poll]

Currently supported settings:

maxvotes="1" //Max number of votes per user. If larger than 1, a multiple choice poll will be created
disallowVoteUpdate="0" //if set, users won't be able to update/remove their vote
allowAnonVoting="0" // if set to 1, users will be able to vote anonymously
title="Poll title" //Poll title

There's also a helpful modal available that will allow you to easily create a poll:

Todo

  • Add the ability to edit a poll
  • Anonymous voting
  • A lot more...

If you're willing to help, please make any improvements you want and submit a PR.

Installation

Either through the NodeBB ACP or:

npm install nodebb-plugin-poll

Keywords

FAQs

Last updated on 19 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc