WP Manifestindependent plugin directory
manifest / social / wpdiscuzguestnoncefix

wpDiscuz Guest Nonce Fix

Applies a temporary workaround for wpDiscuz guest nonce validation issues. A plugin for WordPress.

by Gioxx · github.com/gioxx/wpdiscuzguestnoncefix · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/gioxx/wpdiscuzguestnoncefix/archive/refs/heads/main.zip

Declares an update source (gioxx/wpDiscuzGuestNonceFix), so updates arrive through the plugin's own updater.

From the readme

wpDiscuz Guest Nonce Fix Temporary workaround plugin for WordPress that disables guest nonce validation in wpDiscuz when that check causes comment submission issues for non-logged-in users. The plugin is intentionally small and focused: - applies the filter wpdiscuzvalidatenonceforguests and forces it to false - shows an admin notice to remind you that the workaround is active - supports updates from GitHub via Git Updater Repository: Background This plugin was created as a practical workaround after investigating reports similar to these support threads: - - - - [!WARNING] (And actually, if you search the official forum, several other threads come up: wpdiscuz.com/community/?wpfs=nonce) What It Does When enabled, the plugin hooks into WordPress after pluginsloaded and applies: This is meant as a temporary mitigation while investigating or waiting for a fix in the surrounding stack: - wpDiscuz - theme integrations - cache layers - optimization plugins - security middleware Requirements - WordPress - wpDiscuz installed and active - administrator access if you want to see or dismiss the dashboard notice Installation Option 1: Manual Installation 1. Download

Read the full README on GitHub →