Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)!

vote_anon

8 sites No security coverage
View on drupal.org

The Vote Anonymous module enables anonymous users to vote on nodes using cookie-based tracking, with no login required.

Use Case

Ideal for blog posts, community polls, or any content where you want quick anonymous engagement without a complex rating UI:

  • No third-party dependencies - installs and works out of the box
  • Anonymous-first - cookie-based voting without requiring users to log in
  • Easy to implement on both node listing and node detail pages
  • Configurable at global level or per individual node

How It Works

Voting is controlled by browser cookies. If a cookie already exists for a visitor, the module displays a configurable message such as "You have already submitted!" and optionally disables the voting link.

  • Global voting — uncheck "Single Node Voting". A user cannot vote on any node once they have voted on any single node of the selected content type.
  • Per-node voting — check "Single Node Voting". A user can vote independently on each node.

Installation

Vote Anonymous is compatible with Drupal 10 and 11.

  1. Install using Composer: composer require drupal/vote_anon
  2. Enable the module at Admin → Extend

Configuration

Configuration of Vote Anonymous module.

  1. Go to Admin → Configuration → System → Vote Configuration Form.
  2. Fill in the message displayed after voting
  3. Enter a name for the voting cookie
  4. Select the content type
  5. Click "Save Configuration".
  6. Go to node page of selected content type, there we will see a link "Vote for". When you click on that link, it will say "Thank you for your vote!".
  7. Admin can also access vote count page at /vote-count.

Activity

Total releases
3
First release
Dec 2025
Latest release
1 month ago
Release cadence
60 days
Stability
67% stable

Release Timeline

Releases

Version Type Release date
2.0.1 Stable Apr 18, 2026
2.0.x-dev Dev Apr 18, 2026
2.0.0 Stable Dec 20, 2025