I installed the Admin Rating plugin, and it says I've got it installed properly. I'm running Links 3.2.0. I've installed the code as follows, in the links.html template:
...
<%if isPopular%>
<font color="#6699cc"><small><sup class="pop">pop</sup></small></font>
<%endif%>
<%if Admin_Rating eq '1'%>
<img src="<%build_root_url%>/images/1-star.gif">
<%elsif Admin_Rating eq '2'%>
<img src="<%build_root_url%>/images/2-star.gif">
<%elsif Admin_Rating eq '3'%>
<img src="<%build_root_url%>/images/3-star.gif">
<%elsif Admin_Rating eq '4'%>
<img src="<%build_root_url%>/images/4-star.gif">
<%elsif Admin_Rating eq '5'%>
<img src="<%build_root_url%>/images/5-star.gif">
<%endif%>
<br>
<%if Description%>
...
I've uploaded star rating images, as named above, that is, 1-star.gif, 2-star.gif, etc. in the main images directory, that is, www.turkeycentral.com/images/ . I've checked on the server, and they're there. The admin panel does have an admin rating option, with the drop-down menu and ratings from 1 to 5. But when I select one, validate the link and build, no image shows up. Any ideas why this might be? I can't figure this out!