Changeset 502265
- Timestamp:
- 02/08/2012 02:46:06 PM (13 years ago)
- Location:
- redactor/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
redactor/trunk/index.php
r495169 r502265 5 5 Author: dcoda 6 6 Author URI: 7 Version: 3. 2.467 Version: 3.1.47 8 8 License: GPLv2 or later 9 9 */ -
redactor/trunk/readme.txt
r496239 r502265 2 2 Contributors: dcoda 3 3 Donate link: http://redactor.dcoda.co.uk/donate/ 4 Stable tag: 3.1.4 64 Stable tag: 3.1.47 5 5 Tags: post, redact, secret, film ending, sports, results, hidden, spoiler, post, secret, reveal, hide, family, censorship, automatic, quote, censor 6 6 Requires at least: 3.0.0 … … 11 11 12 12 <!--description--> 13 Black out certain words that may appear in a post especially when quoting. 14 Aids you to keep the original content intact but maintain privacy or a family rating. 15 Also allows the ability to hide explicit content, or spoiler information, such as sports results 16 and film endings but allow the user to choose if they wish to view it. 17 18 Redactor gives you two forms of censorship: 19 20 <strong>1. Hide and Reveal</strong> 21 22 By wrapping a phrase in either [censor][/censor] or [spoiler][/spoiler] bbCode tags you will block out the phrase, but give the user the option to reveal the hidden phrase by moving over the phase with the mouse. 23 24 <strong>2. Automatic Predefined</strong> 25 26 On the `Settings->Redactor` admin page you can build a list of phrases you wish to censor. There are three types of possible censorship: 27 28 <strong>1. Blackout</strong> 29 30 This will remove the phrase from the post replacing it with black bars representing each word in the phrase. 31 32 <strong>2. Censor / Spoiler</strong> 33 34 This will obscure the phrase with either the word `Censor` or `Spoiler` but it gives the reader the opportunity to reveal the censored phrase. 35 36 <strong>3. Swap With</strong> 37 38 The most subtle form of censorship depending on how you use it. The censored phrase will simply be swapped for your desired replacement. 39 40 Redactor will match the phrases to be replaced to whole words and you will not have the problem of an accidental match inside a word, making nonsense of the post. 41 Also for added safety Redactor will ignore any HTML or BBCode tags in the post, replacing only their inner content and not messing around with their attributes. 42 To allow for the possibility that you may add phrases that overlap, you can prioritise the phases. 43 44 As Redactor filters the content each time the post is requested, It is recommended that you consider installing a page caching plugin. 13 SurveyMe is an easy to use and easy to modify survey tool for WordPress. Written to be easy to use to none coders. 45 14 <!--description--> 46 15
Note: See TracChangeset
for help on using the changeset viewer.