A WordPress Plugin to warn your users of possibly offensive content.
Go to file
Sophia Atkinson e0bdae07dc
Updates (for now)
2024-05-07 19:18:54 -07:00
css Set body color of dialog text to black, closes #43 2016-05-23 10:12:19 -04:00
includes Merge branch 'bug/category-array-fix' into development 2016-11-04 09:42:38 -04:00
js Recompile and finalize javascript 2016-09-30 16:01:10 -04:00
lang Update pot file 2016-09-30 16:28:56 -04:00
lib Updates (for now) 2024-05-07 19:18:54 -07:00
.gitattributes Initial Commit 2013-07-09 10:15:02 -04:00
.gitignore Update scripts and include jquery cookie 2014-10-30 17:03:19 -04:00
.gitmodules Remove jw simple options - #45 2016-09-30 14:00:50 -04:00
Changelog Updates (for now) 2024-05-07 19:18:54 -07:00
LICENSE Add LICENSE file 2015-08-29 14:26:09 -04:00
README.md Updates (for now) 2024-05-07 19:18:54 -07:00
content-warning-v2.php Bump version, update changelogs 2016-11-04 09:45:36 -04:00
gruntfile.js Create scripts task 2016-09-30 11:47:43 -04:00
package.json Grunt rsync with svn 2014-07-10 01:20:39 -04:00
readme.txt Updates (for now) 2024-05-07 19:18:54 -07:00
wpml-config.xml Fix e(): <admin-texts></admin_texts> 2016-10-05 00:35:20 +02:00

README.md

Content Warning v3

License Issues

Current Version: 3.7.1 Tested Up To: 4.7.3
Author: Jay Wood Author URI: http://plugish.com License: GPLv2+

A WordPress Plugin to allow site owners to display an acceptance dialog to their users and have that follow them throughout the site. This plugin allows you to do redirect users if they decline, and show popups only on single posts, pages, or categories. ie. if a user accepts on Post A, but no Post B, you can force them to accept on a per-post/page/category basis. You can also set the popup to site-wide, meaning the first time they accept, they will not see it again.

This plugin allows you to do the following:

  • Gate Individual Posts
  • Gate Individual Pages
  • Gate Individual Categories
  • Specify cookie time ( in days ) - or just for the browser session
  • Block or redirect users who previously denied your terms.
  • Customize enter & exit links
  • Customize the message, enter, and exit text
  • Customize the CSS in the settings page
  • Customize the background color via a simple color selector, along with it's opacity
  • Blanket protect misc. pages like search and archives

Report an issue | Make a pull request Check the Youtube Video

NOTE:

If the exit link is left empty, users will be redirected to google.

Installation

Easy Method

  1. Download the zip file.
  2. Login to your Dashboard
  3. Open your plugins bar and click Add New
  4. Click the upload tab
  5. Choose content-warning-v2 from your downloads folder
  6. Click Install Now
  7. All done, now just activate the plugin
  8. Go to CWv3 menu and configure
  9. Save, and you're all good.

Old Method

  1. Upload content-warning-v2 to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Frequently Asked Questions

This plugin is tested and proven to work with WordPress 3.4

The plugin is broken, fix it

Please do not contact me with questions like this. If you cannot be descriptive with your problem I cannot help you.

I'm still seeing the dialog even after I clicked enter/exit

  • If your browser does not have cookies enabled, the plugin will not store your response.
  • Also, if you're using google chrome, this is a bug that unfortunately I have been unable to squash. Hitting F5 or refresh will fix it.