This is a beta release of the Rating plugin 2.2. Please read the readme.txt file and review the config.php file before installing.
This plugin will allow you to add a rating, review and/or digg rating option to any item on the site.
There was a number of bugs dealing with user permissions introduced with the last release. These have been fixed, but you should review the included readme.txt for more information.
Note: Do to security concerns, The rating autotag does not automatically create a rating anymore. You must create the rating first in the admin interface before displaying it with an autotag.
The following comments are owned by whomever posted them. This site is not responsible for what they say.
were do i have to put the code in lib.story.php ??
Authored by:Reverend Zed on Thursday, March 22 2007 @ 08:36 AM EDT
I had a bit of confusion here as well when I initially installed the 2.1 beta. Here's what works:
find lib-story.php in the system folder of your site, open it up in your favorite text editor (I use first page 2000 from evrsoft.com) scan down to about line 454 and insert the code listed in the rating plugin's readme.txt file. Here's a snippet from my lib-story.php including some context to help you situate the code in the right spot:
The following comments are owned by whomever posted them. This site is not responsible for what they say.
I had a bit of confusion here as well when I initially installed the 2.1 beta. Here's what works: find lib-story.php in the system folder of your site, open it up in your favorite text editor (I use first page 2000 from evrsoft.com) scan down to about line 454 and insert the code listed in the rating plugin's readme.txt file. Here's a snippet from my lib-story.php including some context to help you situate the code in the right spot:
That should do the job.