View Single Post
  #1  
Old 31st May 2010, 19:27
lovebeer's Avatar
lovebeer lovebeer is offline
Senior Member
 
Join Date: May 2009
Romania
Posts: 91
Default Show Rating in browse
I saw on a tracker the rating showed on browse page, here is a picture:

Click the image to open in full size.


but I have installed this rating system:
http://www.tbdev.net/index.php?showt...1&#entry113114


The code from my details.php is this:
Code:
tr("Rating", pullRating($row["id"], true, false, true, true, ($CURUSER["id"] != $row["owner"] ? "NULL" : "novote")), 1);
How can I make this to work in browse?

Sorry for my english.
__________________

Reply With Quote