pjg / wp_movie_ratings
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu Jun 11 00:43:50 -0700 2009 | |
| |
README | Mon Jan 26 12:25:39 -0800 2009 | |
| |
add_movie.css | Mon Jan 19 10:04:36 -0800 2009 | |
| |
add_movie.html | Sun Jan 11 06:35:52 -0800 2009 | |
| |
add_movie.js | Mon Jan 26 12:25:39 -0800 2009 | |
| |
admin_page.css | Mon Jan 19 10:04:36 -0800 2009 | |
| |
effects.js | Sat Feb 07 07:03:33 -0800 2009 | |
| |
empty_star.gif | Wed Mar 01 07:55:42 -0800 2006 | |
| |
feed.png | Mon Mar 27 10:03:52 -0800 2006 | |
| |
full_star.gif | Wed Mar 01 07:55:42 -0800 2006 | |
| |
full_star_half_light.gif | Fri Sep 01 09:34:52 -0700 2006 | |
| |
full_star_highlight.gif | Fri Sep 01 09:34:52 -0700 2006 | |
| |
half_star.gif | Thu Jul 06 11:04:55 -0700 2006 | |
| |
half_star_half_light.gif | Fri Sep 01 09:34:52 -0700 2006 | |
| |
loading.gif | Tue Feb 28 08:21:56 -0800 2006 | |
| |
minus.gif | Thu Aug 03 16:10:52 -0700 2006 | |
| |
movie.class.php | Thu Jun 11 00:43:50 -0700 2009 | |
| |
plus.gif | Wed Aug 02 12:57:22 -0700 2006 | |
| |
prototype.js | Mon Jan 26 12:25:39 -0800 2009 | |
| |
star_rating.gif | Tue Feb 28 05:00:14 -0800 2006 | |
| |
wp_http_request.class.php | Mon Jan 26 12:25:39 -0800 2009 | |
| |
wp_movie_ratings.css | Mon Jan 19 10:04:36 -0800 2009 | |
| |
wp_movie_ratings.js | Mon Jan 26 12:25:39 -0800 2009 | |
| |
wp_movie_ratings.php | Thu Jun 11 00:43:50 -0700 2009 |
README
WP Movie Ratings v1.5.1 (2009-01-??) ==================================== WP Movie Ratings is a wordpress plugin that makes rating movies very easy. At its core is a bookmarklet, which combined with the Internet Movie Database (imdb.com) and a little bit of AJAX magic lets you rate movies with just one click. Also, there is no need to write the title of the movie as it is automatically fetched from imdb. Optionally, you can also write a short review for each movie. The output from this plugin is a list of recently watched movies, which you can put anywhere on your blog (it's a matter of one simple function call from the template). The published movie reviews are hReview (http://microformats.org/wiki/hreview) compliant. Plugin page: http://paulgoscicki.com/projects/wp-movie-ratings/ Requirements ---------------------------------- * Wordpress 2.7 or newer * FTP, SSH or SCP access to your wordpress blog (so you can upload this plugin). Installation ---------------------------------- 1. Download the plugin. 2. Extract the contents of the .tar.gz/.zip file into the Wordpress plugins directory (usually wp-content/plugins). Alternatively you can upload them using ftp. You should have a new directory there called wp_movie_ratings (just along the akismet directory) 3. Activate the plugin by going into your administration panel and selecting Plugins from the menu and clicking the Activate button for the WP Movie Ratings. 4. Go to the Manage section in the administration panel and see the new Movies menu option there (you'll find the bookmarklet there too). Rate at least one movie (using the bookmarklet or the administration page). 5. Go to the Options section in the administration panel and under the Movies tab customize this plugin's options. 6. Edit your blog template (it's probably the best to edit the index.php file) and put this line there: wp_movie_ratings_show(); If you want to have movie ratings listed in the sidebar, you must, of course, edit the sidebar.php file from your current theme. Alternatively you can create a new post/page and type it there: [[wp_movie_ratings_page]] It will create a listing of all rated movies sorted by title. 7. Go to your blog and see the movie ratings! Upgrading ---------------------------------- 1. Download the newest version of the plugin (http://paulgoscicki.com/files/wp_movie_ratings.tar.gz). 2. Go to the Plugins section of the administration panel and deactivate the WP Movie Ratings plugin. Don't worry as it will NOT delete any movie ratings. 3. Go to the wp_movie_ratings plugins directory and delete all of the plugin files (should be wp-content/plugins/wp_movie_ratings). It will NOT delete any movie ratings. Be aware though, that if you've made any changes to the plugin, you might want to consider a backup. 4. Extract the contents of the .tar.gz/.zip file into the wp_movie_ratings directory (wp-content/plugins/wp_movie_ratings). 5. Go to the Plugins section of the administration panel and activate the WP Movie Ratings plugin (notice that higher version number of the plugin). The deactivation/activation cycle is required because of the new options that need to be written into the wordpress database (during activation). 6. Enjoy life with the newest version of the WP Movie Ratings plugin. Copyright (c) 2006-2009 by Paul Goscicki, http://paulgoscicki.com/ Available under the GNU General Public License (GPL) version 2 or later. http://www.gnu.org/licenses/gpl.html This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
