PDA

View Full Version : Problem with Star Ratings on LOCALHOST


wescleveland
06-26-2009, 12:01 AM
The Star rating selection doesn't work when using WFReview on a LOCALHOST implementation. The Categories show up and the grey stars show up, but when I mouseover the stars, they do not change and are not selectable. It appears that the JavaScript include ('http://localhost/my-localhost-url/wp-content/wfreview/wfreview.php?type=js&ver=2.8') is not found.

This is on a new install of WFReview 2.0.1.

Admin
06-26-2009, 12:08 AM
Right I noticed that too a while back. Just create a new directory <web root>/wp-content/wfreview and copy over the files from <web root>/wp-content/plugin/wfreview directory. Or you can create a symlink if you have root/ssh access.

Raphael

wescleveland
06-26-2009, 09:09 AM
That did it. Thanks.