Ajax Star Rating Version 2.7 ImprovedCompletely reworked ]Ajax Star Rating Version 2.6 Improved with some new added
features As before when I reworked this module their seemed to be some issues within
the code an MYSQL database structure along with some issues of security which have
been addressed and implemented within this issue.
Originally ported over for website baker on July 09, 2008 by WB user SourDough.
renamed and Repacked by me
(johnp) on July 10, 2008
Release Date: October 20, 2008Change log* Version 2.0.7 modified (10-20-2008) by John Parker
o Fixed: corrected a install issue
Version 2.0.6 modified (10-20-2008) by John Parker
o Upgraded: AJAX Star Rating from 1.0.0 to version 2.0.6
o Upgraded: Added some new features to the code structure of AJAX Star Rating module
o Vulnerabilities Patch: Addressed the vulnerabilities within the AJAX Star Rating module and applied fixes
o Added: WYSIWYG EDITOR to Question within this module.
o Added: The help file with new features to the AJAX Star Rating module
o FIX: Cleaned up some code.
o Added: AJAX Star Rating Disclaimer to module
This module is based off a version created by
http://boedesign.com/2008/02/18/ajax-star-rating/Which is based off a version created by
http://www.komodomedia.com/blog/2007/01/css-star-rating-redux/Just remember that you need to add the following
within your header of the template index.php your using or it won't work...
<?php
// automatically include optional WB module files (frontend.css, frontend.js)
if (function_exists('register_frontend_modfiles')) {
register_frontend_modfiles('css');
register_frontend_modfiles('js');
} ?>
Example on how it should look in your template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php
echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" />
<meta name="description" content="<?php page_description(); ?>" />
<meta name="keywords" content="<?php page_keywords(); ?>" />
<?php
// automatically include optional WB module files (frontend.css, frontend.js)
if (function_exists('register_frontend_modfiles')) {
register_frontend_modfiles('css');
register_frontend_modfiles('js');
} ?>
<link rel="stylesheet" type="text/css" href="<?php
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="<?php
echo TEMPLATE_DIR; ?>/print.css" media="print" />
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
</head>
Tested Ajax Star Rating Version 2.7 Improved
using
Internet Explorer 7
Firefox 2.0.0.15
Firefox 2.0.0.16
Firefox 2.0.0.17
Firefox 3.0
Firefox 3.0.1
Firefox 3.0.2
Firefox 3.0.3
Hope You Enjoy!!
JP