New ratings TYPO3 extension has several unique features that make it very useful and convinient for any web site. Here is a short list:
- Minimum work for TYPO3 web site administrator
- Vote without reloading a page
- Customize the look of the extension by adding a CSS file
To rate pages of your web site, just put an instance of ratings extension on the page. That's all you need to do.

a really cool pair of extensions (comments and ratings). I just explored them a bit with my students at the university.
They use them in their TYPO3 projects.
We found one odd thing in ratings... there are 3 places (line 256, 269 and 278) where the PID is set to the actual page ID via $GLOBALS['TSFE']->id ... this rather should be the storagePid (maybe with fallback to actual page id if not set via Constants Editor).
At least, after we inserted
... = $conf['storagePid']!=''?$conf['storagePid']:$GLOBALS['TSFE']->id;
everything worked fine... but maybe we missed something...!?
Anyway, thanks, respect and cheers from Germany,
Jochen