Quote:
Originally Posted by Acido
AndrewD, is there a way to display the rates of the links? I only can see the options to rate, but i'm confused about where the rates are displayed...
|
You spotted this about five minutes before I did. I managed to destroy the ratings display in version 1.10 by missing out a dollar sign.
If you want to fix this, edit local_links.php, line 169
PHP Code:
if (!links_rate_set)
and put a dollar sign in front of links_rate_set.
Sorry about that.