My search engine works flawless with the exception of the Top sites page. I have it setup to take the top 10 sites only.
My code looks like this in my template:
<!-- CHANGE START -->
<p><strong>Top 10 Resources (by Rating) -- with at least 10 votes</strong></p>
<div class=margin>
<table border=0>
<tr><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></tr>
<%top_rated%>
</table>
</div>
<p><strong>Top 10 Resources (by Votes) -- with at least 10 votes</strong></p>
<div class=margin>
<table border=0>
<tr><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></tr>
<%top_votes%>
</table>
</div>
<!-- CHANGE END -->
My search engine is at http://www.hitemup.com/search/
The <%top_rated%> and <%top_votes%>
dont' seem to return anything when the template gets built. Any ideas on what's wrong ?
My code looks like this in my template:
<!-- CHANGE START -->
<p><strong>Top 10 Resources (by Rating) -- with at least 10 votes</strong></p>
<div class=margin>
<table border=0>
<tr><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></tr>
<%top_rated%>
</table>
</div>
<p><strong>Top 10 Resources (by Votes) -- with at least 10 votes</strong></p>
<div class=margin>
<table border=0>
<tr><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></tr>
<%top_votes%>
</table>
</div>
<!-- CHANGE END -->
My search engine is at http://www.hitemup.com/search/
The <%top_rated%> and <%top_votes%>
dont' seem to return anything when the template gets built. Any ideas on what's wrong ?