WordPress, Multisite and BuddyPress plugins, themes and support


Introduction

I recently had a problem with some images uploaded to one of the blogs, I was able to remove the images before any harm was done.

This got me thinking about protecting myself, my blogs has a Terms of Use page and a Privacy Policy however users are not required to agree to them before posting. I decided I would implement some sort of system to amend this problem.

Issues

  • I am running a mature blog with over 200 users and 23 blogs already on the system so I needed some way of getting them to agree to my terms.
  • I didn’t want to slow the sign up process by adding another check box.

Solution

The WordPress Terms of Use plugin, yes I know there are many other options out there to do this however this plugin takes a slightly different approach. Instead of making the user agree to the Terms of Use when they join the site this plugin makes them agree to the terms and conditions the first time they login. The reason for doing this is that you can be installed WordPress Terms of Use plugin on a mature blog and existing members will be able to agree to the Terms of Use the next time they log in. In addition the new users are presented with a nice fully customizable welcome message after they agree to your Terms to help them get started using WordPress.

Features

  • Works for both New Blogs and New users.
  • Customizable Open Source Terms of Use agreement.
  • Customizable Open Source Privacy Policy.
  • Customizable Welcome Message.
  • Can be integrated into a mature blog.
  • Support for both WordPress and WordPress MU.
  • No changes need to be made to the Sign up process.

Screenshots

Installation

WordPress MU

  1. Download the terms-of-use.zip
  2. Extract the files.
  3. Copy the ‘terms-of-use.php’ and ‘terms-of-use’ directory into ‘/wp-content/mu-plugins/’
  4. If you want to use WordPress to edit your terms of use, privacy policy and welcome message, chmod terms-of-use.txt to 0664 (make them writable).
    NOTE: for additional security there is an .htaccess file included in the terms-of-use directory that douse not allow scripts to be executed from these files. This protects against code insertion.You can now login and edit your terms of use, privacy policy and welcome message via “Site Admin > Terms of Use”.
  5. That’s it.

WordPress

  1. Download the terms-of-use.zip
  2. Extract the files.
  3. Copy the ‘terms-of-use.php’ and ‘terms-of-use’ directory into ‘/wp-content/ plugins/’
  4. If you want to use WordPress to edit your terms of use, privacy policy and welcome message, chmod terms-of-use.txt to 0664 (make them writable).
    NOTE: for additional security there is an .htaccess file included in the terms-of-use directory that douse not allow scripts to be executed from these files. This protects against code insertion.
  5. You can now login and edit your terms of use, privacy policy and welcome message via “Settings > Terms of Use”.
  6. That’s it.

Add a Terms of Use page and a Privacy Policy page to your website.

  1. Create a Terms of Use page in the normal manner.
  2. Add the [terms-and-conditions] tag to the page.
  3. Create a Privacy Policy page in the normal manner.
  4. Add the [privacy-policy] tag to the page.

Example

Download

Download Version 0.2 beta This is a complete stable version and is running on all my WordPress and WordPress MU blogs without a problem. If no one reports any bugs I will change the version to 1.0

Plugin Website

http://ozblog.mmow.biz

Vote

This plugin is nominated in the 2008 WordPress MU plugin competition, if you like this plugin please vote for it.

Post to Twitter Tweet This Post