View Single Post
  #16  
Old 5th August 2013, 16:28
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
Quote:
Originally Posted by TrinitY-RG View Post
would like to remove the 2 icons from the bittorrent and browse looked in the bittorrent do not too seem to see it


i see this but that is else were in the code under mytorrents
Code:
        if ($row["nfoav"] && get_user_class() >= UC_POWER_USER)
          print("&nbsp;&nbsp;<a href=viewnfo.php?id=$row[id]><img src='pic/viewnfo.gif' border='0' alt='View NFO' /></a>\n");
        if ($variant == "index")
            print("<a href=\"download.php/$id/" . rawurlencode($row["filename"]) . "\"><img src='pic/download.gif' border='0' alt='Download' /></a>\n");
        elseif ($variant == "mytorrents")
            print("<td align=\"center\"><a href=\"edit.php?returnto=" . urlencode($_SERVER["REQUEST_URI"]) . "&amp;id=" . $row["id"] . "\">edit</a>\n");
print("</td>\n");
can't remove the 2 icons ?
Reply With Quote