Thread: TSUE v2.2
View Single Post
  #26  
Old 21st January 2018, 11:59
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 141
Default
Quote:
Originally Posted by Botanicar View Post
It's just a temporar fix:

In * imdb_details *
Change:
Code:
<div class="floatleft previewIMDBImage"><img src="{$IMDBImage}" alt="" title="" /></div>
to

Code:
<div class="floatleft previewIMDBImage" alt="" title="" />{$get_torrent_images}</div>
in * functions_getTorrents.php * on root-->library-->functions

after line 897 add

Code:
$get_torrent_images = get_torrent_images($Torrent["tid"], $Torrent["IMDBContent"]["title_id"]);
what is this fix good for if you could say more m8

thnx for sharing this :)
Reply With Quote