View Single Post
  #3  
Old 31st May 2010, 20:06
lovebeer's Avatar
lovebeer lovebeer is offline
Senior Member
 
Join Date: May 2009
Romania
Posts: 91
Default
where to add it?
I think I have to make something like sticky or freeleech :

Code:
 $sticky = ($row[sticky]=="yes" ? "<img src=pic/sticky.gif border=0  onMouseover=\"ddrivetip('Sticky !', 35)\"; onMouseout=\"hideddrivetip()\">" : "");
and put it after Genre Code.

I think is something like this:
Code:
$rating = ($row[ratetorrents]=="yes" ? "rating code" : "");
But I don't know how to make this code, because I am beginner at this, I am trying to learn :)
__________________

Reply With Quote